public interface Delegate extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIRMATION_METHOD_ATTRIB_NAME
ConfirmationMethod attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
DELEGATION_INSTANT_ATTRIB_NAME
DelegationInstant attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
BaseID |
getBaseID()
Gets the BaseID child element of the delegate.
|
java.lang.String |
getConfirmationMethod()
Get the confirmation method attribute value.
|
org.joda.time.DateTime |
getDelegationInstant()
Get the delegation instant attribute value.
|
EncryptedID |
getEncryptedID()
Gets the EncryptedID child element of the delegate.
|
NameID |
getNameID()
Gets the NameID child element of the delegate.
|
void |
setBaseID(BaseID newBaseID)
Sets the BaseID child element of the delegate.
|
void |
setConfirmationMethod(java.lang.String newMethod)
Set the confirmation method attribute value.
|
void |
setDelegationInstant(org.joda.time.DateTime newInstant)
Set the delegation instant attribute value.
|
void |
setEncryptedID(EncryptedID newEncryptedID)
Sets the EncryptedID child element of the delegate.
|
void |
setNameID(NameID newNameID)
Sets the NameID child element of the delegate.
|
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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String DELEGATION_INSTANT_ATTRIB_NAME
static final java.lang.String CONFIRMATION_METHOD_ATTRIB_NAME
BaseID getBaseID()
void setBaseID(BaseID newBaseID)
newBaseID - the base identifier of the delegateNameID getNameID()
void setNameID(NameID newNameID)
newNameID - the name identifier of the delegateEncryptedID getEncryptedID()
void setEncryptedID(EncryptedID newEncryptedID)
newEncryptedID - the new encrypted name identifier of the delegateorg.joda.time.DateTime getDelegationInstant()
void setDelegationInstant(org.joda.time.DateTime newInstant)
newInstant - the new delegation instantjava.lang.String getConfirmationMethod()
void setConfirmationMethod(java.lang.String newMethod)
newMethod - the new confirmation method