Package restapi.utils.security.token
Class NeerbyTokenService
java.lang.Object
restapi.utils.security.token.NeerbyTokenService
- All Implemented Interfaces:
TokenService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionChecks the validity of the given credentials.Checks the validity of the given credentials.
-
Constructor Details
-
NeerbyTokenService
public NeerbyTokenService()
-
-
Method Details
-
permanent
- Specified by:
permanent
in interfaceTokenService
-
expiring
- Specified by:
expiring
in interfaceTokenService
-
untrusted
Description copied from interface:TokenService
Checks the validity of the given credentials.- Specified by:
untrusted
in interfaceTokenService
- Returns:
- attributes if verified
-
verify
Description copied from interface:TokenService
Checks the validity of the given credentials.- Specified by:
verify
in interfaceTokenService
- Returns:
- attributes if verified
-