public class NullAuthenticator extends Object implements Authenticator
| Constructor and Description |
|---|
NullAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Principal> |
authenticate(String credentials)
Authenticate credentials.
|
io.jsonwebtoken.Claims |
parse(String credentials)
Parse a token into a set of claims.
|
public io.jsonwebtoken.Claims parse(String credentials)
Authenticatorparse in interface Authenticatorcredentials - the tokenpublic Optional<Principal> authenticate(String credentials)
Authenticatorauthenticate in interface Authenticatorcredentials - the token