Class DelegateImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.ext.saml2delrestrict.impl.DelegateImpl
All Implemented Interfaces:
XMLObject, SAMLObject, Delegate

public class DelegateImpl extends AbstractXMLObject implements Delegate
Implementation of Delegate.
  • Field Details

    • baseID

      @Nullable private BaseID baseID
      BaseID child element.
    • nameID

      @Nullable private NameID nameID
      NameID child element.
    • encryptedID

      @Nullable private EncryptedID encryptedID
      EncryptedID child element.
    • delegationInstant

      @Nullable private Instant delegationInstant
      DelegationInstant attribute.
    • confirmationMethod

      @Nullable private String 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 in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details