Annotation Type Claim
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Claim
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
format
boolean
matchAll
If set to true then all the values of this claim have to be matchedClaimMode
mode
If set to ClaimMode.LAX then the match will fail only if the incoming assertion has the same name and format claim with non-matching valuesString
name
-
-
-
Element Detail
-
value
String[] value
-
-
-
format
String format
- Default:
- "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
-
-
-
name
String name
- Default:
- "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role"
-
-
-
mode
ClaimMode mode
If set to ClaimMode.LAX then the match will fail only if the incoming assertion has the same name and format claim with non-matching values- Default:
- org.apache.cxf.security.claims.authorization.ClaimMode.STRICT
-
-