Package org.opensaml.saml.saml2.core
Interface NameIDType
-
-
Field Summary
Fields Modifier and Type Field Description static StringEMAILURI for email name format.static StringENCRYPTEDSpecial URI used by NameIDPolicy to indicate a NameID should be encrypted.static StringENTITYURI for SAML entity name format.static StringFORMAT_ATTRIB_NAMEFormat attribute name.static StringKERBEROSURI for kerberos name format.static StringNAME_QUALIFIER_ATTRIB_NAMENameQualifier attribute name.static StringPERSISTENTURI for persistent name format.static StringSP_NAME_QUALIFIER_ATTRIB_NAMESPNameQualifier attribute name.static StringSPPROVIDED_ID_ATTRIB_NAMESPProviderID attribute name.static StringTRANSIENTURI for transient name format.static StringUNSPECIFIEDURI for unspecified name format.static StringWIN_DOMAIN_QUALIFIEDURI for windows domain qualified name name format.static StringX509_SUBJECTURI for X509 subject name format.-
Fields inherited from interface org.opensaml.core.xml.schema.XSString
TYPE_LOCAL_NAME, TYPE_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()Gets the format of the NameID.StringgetNameQualifier()Gets the NameQualifier value.StringgetSPNameQualifier()Gets the SPNameQualifier value.StringgetSPProvidedID()Gets the SPProvidedID of this NameID.voidsetFormat(String newFormat)Sets the format of the NameID.voidsetNameQualifier(String newNameQualifier)Sets the NameQualifier value.voidsetSPNameQualifier(String newSPNameQualifier)Sets the SPNameQualifier value.voidsetSPProvidedID(String newSPProvidedID)Sets the SPProvddedID of this NameID.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
NAME_QUALIFIER_ATTRIB_NAME
static final String NAME_QUALIFIER_ATTRIB_NAME
NameQualifier attribute name.- See Also:
- Constant Field Values
-
SP_NAME_QUALIFIER_ATTRIB_NAME
static final String SP_NAME_QUALIFIER_ATTRIB_NAME
SPNameQualifier attribute name.- See Also:
- Constant Field Values
-
FORMAT_ATTRIB_NAME
static final String FORMAT_ATTRIB_NAME
Format attribute name.- See Also:
- Constant Field Values
-
SPPROVIDED_ID_ATTRIB_NAME
static final String SPPROVIDED_ID_ATTRIB_NAME
SPProviderID attribute name.- See Also:
- Constant Field Values
-
UNSPECIFIED
static final String UNSPECIFIED
URI for unspecified name format.- See Also:
- Constant Field Values
-
EMAIL
static final String EMAIL
URI for email name format.- See Also:
- Constant Field Values
-
X509_SUBJECT
static final String X509_SUBJECT
URI for X509 subject name format.- See Also:
- Constant Field Values
-
WIN_DOMAIN_QUALIFIED
static final String WIN_DOMAIN_QUALIFIED
URI for windows domain qualified name name format.- See Also:
- Constant Field Values
-
KERBEROS
static final String KERBEROS
URI for kerberos name format.- See Also:
- Constant Field Values
-
ENTITY
static final String ENTITY
URI for SAML entity name format.- See Also:
- Constant Field Values
-
PERSISTENT
static final String PERSISTENT
URI for persistent name format.- See Also:
- Constant Field Values
-
TRANSIENT
static final String TRANSIENT
URI for transient name format.- See Also:
- Constant Field Values
-
ENCRYPTED
static final String ENCRYPTED
Special URI used by NameIDPolicy to indicate a NameID should be encrypted.- See Also:
- Constant Field Values
-
-
Method Detail
-
getNameQualifier
String getNameQualifier()
Gets the NameQualifier value.- Returns:
- the NameQualifier value
-
setNameQualifier
void setNameQualifier(String newNameQualifier)
Sets the NameQualifier value.- Parameters:
newNameQualifier- the NameQualifier value
-
getSPNameQualifier
String getSPNameQualifier()
Gets the SPNameQualifier value.- Returns:
- the SPNameQualifier value
-
setSPNameQualifier
void setSPNameQualifier(String newSPNameQualifier)
Sets the SPNameQualifier value.- Parameters:
newSPNameQualifier- the SPNameQualifier value
-
getFormat
String getFormat()
Gets the format of the NameID.- Returns:
- the format of the NameID
-
setFormat
void setFormat(String newFormat)
Sets the format of the NameID.- Parameters:
newFormat- the format of the NameID
-
getSPProvidedID
String getSPProvidedID()
Gets the SPProvidedID of this NameID.- Returns:
- the SPProvidedID of this NameID
-
setSPProvidedID
void setSPProvidedID(String newSPProvidedID)
Sets the SPProvddedID of this NameID.- Parameters:
newSPProvidedID- the SPProvidedID of this NameID
-
-