Enum Class ClientApplication.AccessStatus

java.lang.Object
java.lang.Enum<ClientApplication.AccessStatus>
io.goobi.viewer.model.security.clients.ClientApplication.AccessStatus
All Implemented Interfaces:
Serializable, Comparable<ClientApplication.AccessStatus>, Constable
Enclosing class:
ClientApplication

public static enum ClientApplication.AccessStatus extends Enum<ClientApplication.AccessStatus>
Status describing if the client is eligible to receive viewing privileges
Author:
florian
  • Enum Constant Details

  • Method Details

    • values

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

      public static ClientApplication.AccessStatus valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null