Annotation Type Claim
- 
 @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Claim 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description StringformatbooleanmatchAllIf set to true then all the values of this claim have to be matchedClaimModemodeIf set to ClaimMode.LAX then the match will fail only if the incoming assertion has the same name and format claim with non-matching valuesStringname
 
- 
- 
- 
Element Detail- 
valueString[] value 
 
- 
 - 
- 
formatString format - Default:
- "urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
 
 
- 
 - 
- 
nameString name - Default:
- "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role"
 
 
- 
 - 
- 
modeClaimMode 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
 
 
- 
 
-