Annotation Type ProtectedWithClaims
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ProtectedWithClaims
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String[]
claimMap
Required claims in token in key=value formatboolean
combineWithOr
How to check for the presence of claims, default is false which will require all claims in the list to be present in token.
-