Interface SecureEndpoint
- All Superinterfaces:
 Endpoint
- All Known Implementing Classes:
 DefaultSecureEndpoint
A contract for an endpoint that requires authentication.
- Since:
 - 1.2.0
 - Author:
 - James Kleeh
 
- 
Method Summary
Modifier and TypeMethodDescription 
- 
Method Details
- 
getSupportedAuthenticationMethods
Optional<List<AuthenticationMethod>> getSupportedAuthenticationMethods()- Returns:
 - An optional list of supported authentication methods
 
 
 -