Interface NameIDMappingResponseType
-
- All Superinterfaces:
StatusResponseType,XmlObject,XmlTokenSource
public interface NameIDMappingResponseType extends StatusResponseType
An XML NameIDMappingResponseType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNameIDMappingResponseType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptedElementTypeaddNewEncryptedID()Appends and returns a new empty "EncryptedID" elementNameIDTypeaddNewNameID()Appends and returns a new empty "NameID" elementEncryptedElementTypegetEncryptedID()Gets the "EncryptedID" elementNameIDTypegetNameID()Gets the "NameID" elementbooleanisSetEncryptedID()True if has "EncryptedID" elementbooleanisSetNameID()True if has "NameID" elementvoidsetEncryptedID(EncryptedElementType encryptedID)Sets the "EncryptedID" elementvoidsetNameID(NameIDType nameID)Sets the "NameID" elementvoidunsetEncryptedID()Unsets the "EncryptedID" elementvoidunsetNameID()Unsets the "NameID" element-
Methods inherited from interface org.sourceid.saml20.xmlbinding.protocol.StatusResponseType
addNewExtensions, addNewIssuer, addNewSignature, addNewStatus, getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isSetConsent, isSetDestination, isSetExtensions, isSetInResponseTo, isSetIssuer, isSetSignature, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setSignature, setStatus, setVersion, unsetConsent, unsetDestination, unsetExtensions, unsetInResponseTo, unsetIssuer, unsetSignature, xgetConsent, xgetDestination, xgetID, xgetInResponseTo, xgetIssueInstant, xgetVersion, xsetConsent, xsetDestination, xsetID, xsetInResponseTo, xsetIssueInstant, xsetVersion
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNameID
NameIDType getNameID()
Gets the "NameID" element
-
isSetNameID
boolean isSetNameID()
True if has "NameID" element
-
setNameID
void setNameID(NameIDType nameID)
Sets the "NameID" element
-
addNewNameID
NameIDType addNewNameID()
Appends and returns a new empty "NameID" element
-
unsetNameID
void unsetNameID()
Unsets the "NameID" element
-
getEncryptedID
EncryptedElementType getEncryptedID()
Gets the "EncryptedID" element
-
isSetEncryptedID
boolean isSetEncryptedID()
True if has "EncryptedID" element
-
setEncryptedID
void setEncryptedID(EncryptedElementType encryptedID)
Sets the "EncryptedID" element
-
addNewEncryptedID
EncryptedElementType addNewEncryptedID()
Appends and returns a new empty "EncryptedID" element
-
unsetEncryptedID
void unsetEncryptedID()
Unsets the "EncryptedID" element
-
-