public class SAMLClaim extends 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 |
|---|---|
String |
getFriendlyName() |
String |
getName() |
String |
getNameFormat() |
void |
setFriendlyName(String friendlyName) |
void |
setName(String name) |
void |
setNameFormat(String nameFormat) |
addValue, clone, equals, getClaimType, getValues, hashCode, isOptional, serialize, setClaimType, setOptional, setValues, toStringpublic 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)
Apache CXF