Class DefaultSecureEndpoint
java.lang.Object
io.micronaut.security.oauth2.endpoint.DefaultSecureEndpoint
- All Implemented Interfaces:
Endpoint
,SecureEndpoint
The default implementation of
SecureEndpoint
.- Since:
- 1.2.0
- Author:
- James Kleeh
-
Constructor Summary
ConstructorDescriptionDefaultSecureEndpoint
(@NonNull String url, @Nullable List<AuthenticationMethod> supportedAuthenticationMethods) -
Method Summary
-
Constructor Details
-
DefaultSecureEndpoint
public DefaultSecureEndpoint(@NonNull @NonNull String url, @Nullable @Nullable List<AuthenticationMethod> supportedAuthenticationMethods) - Parameters:
url
- The endpoint URLsupportedAuthenticationMethods
- The endpoint authentication methods
-
-
Method Details
-
getUrl
-
getSupportedAuthenticationMethods
- Specified by:
getSupportedAuthenticationMethods
in interfaceSecureEndpoint
- Returns:
- An optional list of supported authentication methods
-