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 Principal
authenticate(String token)
Authenticate credentials.io.jsonwebtoken.Claims
parse(String token)
Parse a token into a set of claims.
-