Class SubjectImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml1.core.impl.SubjectImpl
All Implemented Interfaces:
XMLObject, SAMLObject, Subject

public class SubjectImpl extends AbstractXMLObject implements Subject
Complete implementation of Subject.
  • Field Details

    • nameIdentifier

      private NameIdentifier nameIdentifier
      Contains the NameIdentifier inside the Subject.
    • subjectConfirmation

      private SubjectConfirmation subjectConfirmation
      Contains the SubjectConfirmation inside the Subject.
  • Constructor Details

    • SubjectImpl

      protected SubjectImpl(String namespaceURI, String elementLocalName, 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