|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Delegate
SAML 2.0 Condition for Delegation Restriction - Delegate element.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, 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, setSchemaLocation |
| Field Detail |
|---|
static 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
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||