Class AccountAccessLevelEnum

java.lang.Object
com.soffid.iam.base.api.AccountAccessLevelEnum
All Implemented Interfaces:
Serializable

public class AccountAccessLevelEnum extends Object implements Serializable
Enumeration AccountAccessLevelEnum How the user can use the accounts
See Also:
  • Field Details

    • ACCESS_NAVIGATE

      public static final AccountAccessLevelEnum ACCESS_NAVIGATE
      Navegate through vault folders
    • ACCESS_USER

      public static final AccountAccessLevelEnum ACCESS_USER
      Only usable on single sign on engine
    • ACCESS_MANAGER

      public static final AccountAccessLevelEnum ACCESS_MANAGER
      User can change the password using self service portal
    • ACCESS_OWNER

      public static final AccountAccessLevelEnum ACCESS_OWNER
      User can managed account's access control list
    • ACCESS_NONE

      public static final AccountAccessLevelEnum ACCESS_NONE
      User canot use the account
  • Constructor Details

    • AccountAccessLevelEnum

      protected AccountAccessLevelEnum()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also:
    • fromString

      public static AccountAccessLevelEnum fromString(String value)
      Creates an instance of AccountAccessLevelEnum from value.
      Parameters:
      value - the value to create the AccountAccessLevelEnum from.
    • getValue

      public String getValue()
      Gets the underlying value of this type safe enumeration.
      Returns:
      the underlying value.
    • compareTo

      public int compareTo(Object that)
      See Also:
    • literals

      public static List literals()
      Returns an unmodifiable list containing the literals that are known by this enumeration.
      Returns:
      A List containing the actual literals defined by this enumeration, this list can not be modified.
    • names

      public static List names()
      Returns an unmodifiable list containing the names of the literals that are known by this enumeration.
      Returns:
      A List containing the actual names of the literals defined by this enumeration, this list can not be modified.
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
      See Also:
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      See Also: