|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.samlext.saml2delrestrict.impl.DelegateImpl
public class DelegateImpl
Implementation of Delegate.
| Field Summary |
|---|
| Fields inherited from interface org.opensaml.samlext.saml2delrestrict.Delegate |
|---|
CONFIRMATION_METHOD_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, DELEGATION_INSTANT_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME |
| Constructor Summary | |
|---|---|
protected |
DelegateImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor. |
| 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. |
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
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 class org.opensaml.common.impl.AbstractSAMLObject |
|---|
equals, prepareForAssignment |
| Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Constructor Detail |
|---|
protected DelegateImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace| Method Detail |
|---|
public BaseID getBaseID()
getBaseID in interface Delegatepublic java.lang.String getConfirmationMethod()
getConfirmationMethod in interface Delegatepublic org.joda.time.DateTime getDelegationInstant()
getDelegationInstant in interface Delegatepublic EncryptedID getEncryptedID()
getEncryptedID in interface Delegatepublic NameID getNameID()
getNameID in interface Delegatepublic void setBaseID(BaseID newBaseID)
setBaseID in interface DelegatenewBaseID - the base identifier of the delegatepublic void setConfirmationMethod(java.lang.String newMethod)
setConfirmationMethod in interface DelegatenewMethod - the new confirmation methodpublic void setDelegationInstant(org.joda.time.DateTime newInstant)
setDelegationInstant in interface DelegatenewInstant - the new delegation instantpublic void setEncryptedID(EncryptedID newEncryptedID)
setEncryptedID in interface DelegatenewEncryptedID - the new encrypted name identifier of the delegatepublic void setNameID(NameID newNameID)
setNameID in interface DelegatenewNameID - the name identifier of the delegatepublic java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.xml.XMLObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||