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:
permanentin interfaceTokenService
-
expiring
- Specified by:
expiringin interfaceTokenService
-
untrusted
Description copied from interface:TokenServiceChecks the validity of the given credentials.- Specified by:
untrustedin interfaceTokenService- Returns:
- attributes if verified
-
verify
Description copied from interface:TokenServiceChecks the validity of the given credentials.- Specified by:
verifyin interfaceTokenService- Returns:
- attributes if verified
-