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