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
ConstructorsConstructorDescriptionDefaultSecureEndpoint(String url, List<AuthenticationMethod> supportedAuthenticationMethods)  - 
Method Summary
 
- 
Constructor Details
- 
DefaultSecureEndpoint
public DefaultSecureEndpoint(@NonNull String url, @Nullable List<AuthenticationMethod> supportedAuthenticationMethods) - Parameters:
 url- The endpoint URLsupportedAuthenticationMethods- The endpoint authentication methods
 
 - 
 - 
Method Details
- 
getUrl
 - 
getSupportedAuthenticationMethods
- Specified by:
 getSupportedAuthenticationMethodsin interfaceSecureEndpoint- Returns:
 - An optional list of supported authentication methods
 
 
 -