Class ManageNameIDRequestImpl

All Implemented Interfaces:
XMLObject, SAMLObject, SignableSAMLObject, ManageNameIDRequest, RequestAbstractType, SignableXMLObject

public class ManageNameIDRequestImpl extends RequestAbstractTypeImpl implements ManageNameIDRequest
A concrete implementation of ManageNameIDRequest.
  • Field Details

    • nameID

      @Nullable private NameID nameID
      NameID child element.
    • encryptedID

      @Nullable private EncryptedID encryptedID
      EncryptedID child element.
    • newID

      @Nullable private NewID newID
      NewID child element.
    • newEncryptedID

      @Nullable private NewEncryptedID newEncryptedID
      NameID child element.
    • terminate

      @Nullable private Terminate terminate
      Terminate child element.
  • Constructor Details

    • ManageNameIDRequestImpl

      protected ManageNameIDRequestImpl(@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