public interface NameIDType
Modifier and Type | Field and Description |
---|---|
static String |
EMAIL
URI for email name format.
|
static String |
ENCRYPTED
Special URI used by NameIDPolicy to indicate a NameID should be encrypted.
|
static String |
ENTITY
URI for SAML entity name format.
|
static String |
FORMAT_ATTRIB_NAME
Format attribute name.
|
static String |
KERBEROS
URI for kerberos name format.
|
static String |
NAME_QUALIFIER_ATTRIB_NAME
NameQualifier attribute name.
|
static String |
PERSISTENT
URI for persistent name format.
|
static String |
SP_NAME_QUALIFIER_ATTRIB_NAME
SPNameQualifier attribute name.
|
static String |
SPPROVIDED_ID_ATTRIB_NAME
SPProviderID attribute name.
|
static String |
TRANSIENT
URI for transient name format.
|
static String |
UNSPECIFIED
URI for unspecified name format.
|
static String |
WIN_DOMAIN_QUALIFIED
URI for windows domain qualified name name format.
|
static String |
X509_SUBJECT
URI for X509 subject name format.
|
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Gets the format of the NameID.
|
String |
getNameQualifier()
Gets the NameQualifier value.
|
String |
getSPNameQualifier()
Gets the SPNameQualifier value.
|
String |
getSPProvidedID()
Gets the SPProvidedID of this NameID.
|
String |
getValue()
Gets the value of this type.
|
void |
setFormat(String newFormat)
Sets the format of the NameID.
|
void |
setNameQualifier(String newNameQualifier)
Sets the NameQualifier value.
|
void |
setSPNameQualifier(String newSPNameQualifier)
Sets the SPNameQualifier value.
|
void |
setSPProvidedID(String newSPProvidedID)
Sets the SPProvddedID of this NameID.
|
void |
setValue(String newValue)
Sets the value of this type.
|
static final String NAME_QUALIFIER_ATTRIB_NAME
static final String SP_NAME_QUALIFIER_ATTRIB_NAME
static final String FORMAT_ATTRIB_NAME
static final String SPPROVIDED_ID_ATTRIB_NAME
static final String UNSPECIFIED
static final String EMAIL
static final String X509_SUBJECT
static final String WIN_DOMAIN_QUALIFIED
static final String KERBEROS
static final String ENTITY
static final String PERSISTENT
static final String TRANSIENT
static final String ENCRYPTED
String getValue()
void setValue(String newValue)
newValue
- the value of this typeString getNameQualifier()
void setNameQualifier(String newNameQualifier)
newNameQualifier
- the NameQualifier valueString getSPNameQualifier()
void setSPNameQualifier(String newSPNameQualifier)
newSPNameQualifier
- the SPNameQualifier valueString getFormat()
void setFormat(String newFormat)
newFormat
- the format of the NameIDString getSPProvidedID()
void setSPProvidedID(String newSPProvidedID)
newSPProvidedID
- the SPProvidedID of this NameIDCopyright © 2016 JBoss by Red Hat. All rights reserved.