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 |
---|---|
boolean |
equals(Object obj) |
String |
getFriendlyName() |
String |
getName() |
String |
getNameFormat() |
int |
hashCode() |
void |
setFriendlyName(String friendlyName) |
void |
setName(String name) |
void |
setNameFormat(String nameFormat) |
addValue, clone, getClaimType, getValues, isOptional, serialize, setClaimType, setClaimType, setOptional, setValue, setValues, toString
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)
Apache CXF