Class 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 Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • 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 "".