Interface JWTAuthorization
- All Superinterfaces:
AuthorizationProvider
Implementation of the JWT authorization provider.
- Author:
- Paulo Lopes.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic JWTAuthorizationFactory method to create a Authorization provider for JWT tokens.Methods inherited from interface AuthorizationProvider
getAuthorizations, getId
-
Method Details
-
create
Factory method to create a Authorization provider for JWT tokens.- Parameters:
rootClaim- slash separated string to the json array with the claims.- Returns:
- a AuthorizationProvider
-