public class SAMLClaim
extends org.apache.cxf.rt.security.claims.Claim
| Modifier and Type | Field and Description |
|---|---|
static String |
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".
|
| Constructor and Description |
|---|
SAMLClaim() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyName() |
String |
getName() |
String |
getNameFormat() |
int |
hashCode() |
void |
setFriendlyName(String friendlyName) |
void |
setName(String name) |
void |
setNameFormat(String nameFormat) |
public static final String SAML_ROLE_ATTRIBUTENAME_DEFAULT
public String getNameFormat()
public void setNameFormat(String nameFormat)
public String getName()
public void setName(String name)
public String getFriendlyName()
public void setFriendlyName(String friendlyName)
public int hashCode()
hashCode in class org.apache.cxf.rt.security.claims.Claimpublic boolean equals(Object obj)
equals in class org.apache.cxf.rt.security.claims.ClaimApache CXF