Class DelegateImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
- All Implemented Interfaces:
XMLObject,SAMLObject,Delegate
Implementation of
Delegate.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BaseIDBaseID child element.private StringConfirmationMethod attribute.private InstantDelegationInstant attribute.private EncryptedIDEncryptedID child element.private NameIDNameID child element.Fields inherited from interface org.opensaml.saml.ext.saml2delrestrict.Delegate
CONFIRMATION_METHOD_ATTRIB_NAME, DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, DELEGATION_INSTANT_ATTRIB_NAME, DELEGATION_INSTANT_ATTRIB_QNAME, TYPE_LOCAL_NAME, TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDelegateImpl(String namespaceURI, String elementLocalName, String namespacePrefix) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetConfirmationMethod(String newMethod) voidsetDelegationInstant(Instant newInstant) voidsetEncryptedID(EncryptedID newEncryptedID) voidMethods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
baseID
BaseID child element. -
nameID
NameID child element. -
encryptedID
EncryptedID child element. -
delegationInstant
DelegationInstant attribute. -
confirmationMethod
ConfirmationMethod attribute.
-
-
Constructor Details
-
DelegateImpl
protected DelegateImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix) Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Details
-
getBaseID
-
getConfirmationMethod
- Specified by:
getConfirmationMethodin interfaceDelegate
-
getDelegationInstant
- Specified by:
getDelegationInstantin interfaceDelegate
-
getEncryptedID
- Specified by:
getEncryptedIDin interfaceDelegate
-
getNameID
-
setBaseID
-
setConfirmationMethod
- Specified by:
setConfirmationMethodin interfaceDelegate
-
setDelegationInstant
- Specified by:
setDelegationInstantin interfaceDelegate
-
setEncryptedID
- Specified by:
setEncryptedIDin interfaceDelegate
-
setNameID
-
getOrderedChildren
- Specified by:
getOrderedChildrenin interfaceXMLObject
-