public interface Delegate extends SAMLObject
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
CONFIRMATION_METHOD_ATTRIB_NAME
ConfirmationMethod attribute name.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
DELEGATION_INSTANT_ATTRIB_NAME
DelegationInstant attribute name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BaseID |
getBaseID()
Gets the BaseID child element of the delegate.
|
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(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.
|
deregisterValidator, getValidators, registerValidator, validateaddNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
static final String DELEGATION_INSTANT_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 instantString getConfirmationMethod()
void setConfirmationMethod(String newMethod)
newMethod - the new confirmation methodCopyright © 2012. All Rights Reserved.