Class NameIdentifier

java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.NameIdentifierType
com.sun.xml.wss.saml.assertion.saml11.jaxb20.NameIdentifier
All Implemented Interfaces:
NameIdentifier

public class NameIdentifier extends NameIdentifierType implements NameIdentifier
The NameIdentifier element specifies a Subject by a combination of a name and a security domain governing the name of the Subject.
  • Field Details

    • log

      protected static final Logger log
  • Constructor Details

    • NameIdentifier

      public NameIdentifier(String name, String nameQualifier, String format)
      Constructs a NameQualifier instance.
      Parameters:
      name - The string representing the name of the Subject
      nameQualifier - The security or administrative domain that qualifies the name of the Subject. This is optional could be null or "".
      format - The syntax used to describe the name of the Subject. This optional, could be null or "".
    • NameIdentifier

      public NameIdentifier(NameIdentifierType nameIdType)
  • Method Details