public interface JWTAuthorization extends AuthorizationProvider
Modifier and Type | Method and Description |
---|---|
static JWTAuthorization |
create(String rootClaim)
Factory method to create a Authorization provider for JWT tokens.
|
create, getAuthorizations, getAuthorizations, getId
static JWTAuthorization create(String rootClaim)
rootClaim
- slash separated string to the json array with the claims.Copyright © 2022 Eclipse. All rights reserved.