Enum EAuthClientType

java.lang.Object
java.lang.Enum<EAuthClientType>
de.xima.fc.mdl.enums.EAuthClientType
All Implemented Interfaces:
INamedUiElement, Serializable, Comparable<EAuthClientType>

public enum EAuthClientType extends Enum<EAuthClientType> implements INamedUiElement
Author:
XIMA MEDIA GmbH
  • Enum Constant Details

  • Method Details

    • values

      public static EAuthClientType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static EAuthClientType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getDisplayName

      public String getDisplayName(Locale l)
      Specified by:
      getDisplayName in interface INamedUiElement
      Returns:
      Wert, der das entsprechende Objekt an Oberfläche repräsentiert (wird i.A. zur Laufzeit ermittelt).
    • isSystemAuthenticator

      public boolean isSystemAuthenticator()
    • isDirectAuthenticator

      public boolean isDirectAuthenticator()
    • isNeedsAuthenticatorEntity

      public boolean isNeedsAuthenticatorEntity()
    • isCanProvideDistinctUsers

      public boolean isCanProvideDistinctUsers()
      Returns whether or not authenticators of this type can provide distinct user, as in users that can be distinguished from one another (via an ID).
      Returns:
      true if authenticators of this type can provide distinct users and false otherwise.
    • getIconStyleClass

      public String getIconStyleClass()
    • getName

      public String getName()
    • getByName

      public static EAuthClientType getByName(String name)