public interface ManageNameIDRequest extends RequestAbstractType
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
CONSENT_ATTRIB_NAME, DESTINATION_ATTRIB_NAME, EXPLICIT_CONSENT, ID_ATTRIB_NAME, IMPLICIT_CONSENT, INAPPLICABLE_CONSENT, ISSUE_INSTANT_ATTRIB_NAME, OBTAINED_CONSENT, PRIOR_CONSENT, UNAVAILABLE_CONSENT, UNSPECIFIED_CONSENT, VERSION_ATTRIB_NAME
Modifier and Type | Method and Description |
---|---|
EncryptedID |
getEncryptedID()
Get the EncryptedID of the request.
|
NameID |
getNameID()
Get the NameID of the request.
|
NewEncryptedID |
getNewEncryptedID()
Get the NewEncryptedID of the request.
|
NewID |
getNewID()
Get the NewID of the request.
|
Terminate |
getTerminate()
Get the Terminate of the request.
|
void |
setEncryptedID(EncryptedID newEncryptedID)
Set the EncryptedID of the request.
|
void |
setNameID(NameID newNameID)
Set the NameID of the request.
|
void |
setNewEncryptedID(NewEncryptedID newNewEncryptedID)
Set the NewEncryptedID of the request.
|
void |
setNewID(NewID newNewID)
Set the NewID of the request.
|
void |
setTerminate(Terminate newTerminate)
Set the Terminate of the request.
|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getVersion, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion
getSignatureReferenceID
getSignature, isSigned, setSignature
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
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
NameID getNameID()
void setNameID(NameID newNameID)
newNameID
- the new NameID of the requestEncryptedID getEncryptedID()
void setEncryptedID(EncryptedID newEncryptedID)
newEncryptedID
- the new EncryptedID of the requestNewID getNewID()
void setNewID(NewID newNewID)
newNewID
- the new NewID of the requestNewEncryptedID getNewEncryptedID()
void setNewEncryptedID(NewEncryptedID newNewEncryptedID)
newNewEncryptedID
- the new NewEncryptedID of the requestTerminate getTerminate()
void setTerminate(Terminate newTerminate)
newTerminate
- the new NewID Terminate of the requestCopyright © 2016 JBoss by Red Hat. All rights reserved.