public class DefaultSecureEndpoint extends java.lang.Object implements SecureEndpoint
SecureEndpoint
.Constructor and Description |
---|
DefaultSecureEndpoint(java.lang.String url,
java.util.List<AuthenticationMethod> supportedAuthenticationMethods) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.util.List<AuthenticationMethod>> |
getSupportedAuthenticationMethods() |
java.lang.String |
getUrl() |
public DefaultSecureEndpoint(@NonNull java.lang.String url, @Nullable java.util.List<AuthenticationMethod> supportedAuthenticationMethods)
url
- The endpoint URLsupportedAuthenticationMethods
- The endpoint authentication methods@NonNull public java.lang.String getUrl()
public java.util.Optional<java.util.List<AuthenticationMethod>> getSupportedAuthenticationMethods()
getSupportedAuthenticationMethods
in interface SecureEndpoint