Class SAMLClaim
java.lang.Object
org.apache.cxf.rt.security.claims.Claim
org.apache.cxf.rt.security.claims.SAMLClaim
- All Implemented Interfaces:
Serializable,Cloneable
This represents a Claim that is coupled to a SAML Assertion
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis configuration tag specifies the default attribute name where the roles are present The default is "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role". -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidsetFriendlyName(String friendlyName) voidvoidsetNameFormat(String nameFormat) Methods inherited from class org.apache.cxf.rt.security.claims.Claim
addValue, clone, getClaimType, getValues, isOptional, serialize, setClaimType, setClaimType, setOptional, setValue, setValues, toString
-
Field Details
-
SAML_ROLE_ATTRIBUTENAME_DEFAULT
This configuration tag specifies the default attribute name where the roles are present The default is "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/role".- See Also:
-
-
Constructor Details
-
SAMLClaim
public SAMLClaim()
-
-
Method Details