Enum EBenutzerTyp

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

public enum EBenutzerTyp extends Enum<EBenutzerTyp>
Deprecated.
User profiles can have multiple user identities.
An enumeration of the different user types.
Author:
XIMA MEDIA GmbH
  • Enum Constant Details

    • INTERN

      public static final EBenutzerTyp INTERN
      Deprecated.
      An internal or system user that is managed directly by the formcycle system.
    • LDAP

      public static final EBenutzerTyp LDAP
      Deprecated.
      A single LDAP user that is linked to a particular LDAP account.
    • EXTERN

      public static final EBenutzerTyp EXTERN
      Deprecated.
      A single external user.
    • LDAP_GROUP

      public static final EBenutzerTyp LDAP_GROUP
      Deprecated.
      A user who is part of a LDAP user group.
  • Method Details

    • values

      public static EBenutzerTyp[] values()
      Deprecated.
      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 EBenutzerTyp valueOf(String name)
      Deprecated.
      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
    • getRef

      public static String getRef(Benutzer ben)
      Deprecated.