Class AuthenticatorTypeDescription


  • public class AuthenticatorTypeDescription
    extends Object
    Describes an available authenticator type. The contents is determined from available implementations, it is not modifiable at runtime.

    Uses default JSON serialization.

    Author:
    K. Benedyczak
    • Constructor Detail

      • AuthenticatorTypeDescription

        public AuthenticatorTypeDescription​(String verificationMethod,
                                            String verificationMethodDescription,
                                            boolean local)
    • Method Detail

      • isLocal

        public boolean isLocal()
      • getVerificationMethod

        public String getVerificationMethod()
      • getVerificationMethodDescription

        public String getVerificationMethodDescription()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object