Class Identifier

  • Direct Known Subclasses:
    PhoneIdentifier, ThirdpartyIdentifier, UserIdentifier

    public abstract class Identifier
    extends Object
    Some authentication mechanisms use a user identifier object to identify a user. The user identifier object has a type field to indicate the type of identifier being used, and depending on the type, has other fields giving the information required to identify the user.
    • Constructor Detail

      • Identifier

        public Identifier()
    • Method Detail

      • getType

        public abstract String getType()
        The identifier type.
        Returns:
        The identifier type.