Interface SecureEndpoint
-
- All Superinterfaces:
Endpoint
- All Known Implementing Classes:
DefaultSecureEndpoint
public interface SecureEndpoint extends Endpoint
A contract for an endpoint that requires authentication.- Since:
- 1.2.0
- Author:
- James Kleeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<java.util.List<AuthenticationMethod>>
getSupportedAuthenticationMethods()
-
-
-
Method Detail
-
getSupportedAuthenticationMethods
java.util.Optional<java.util.List<AuthenticationMethod>> getSupportedAuthenticationMethods()
- Returns:
- An optional list of supported authentication methods
-
-