Package org.trellisldp.oauth
Interface Authenticator
-
- All Known Implementing Classes:
FederatedJwtAuthenticator,JwksAuthenticator,JwtAuthenticator,NullAuthenticator
public interface Authenticator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Principalauthenticate(String token)Authenticate credentials.io.jsonwebtoken.Claimsparse(String token)Parse a token into a set of claims.
-