Package com.soffid.iam.base.api
Class AccountAccessLevelEnum
java.lang.Object
com.soffid.iam.base.api.AccountAccessLevelEnum
- All Implemented Interfaces:
Serializable
Enumeration AccountAccessLevelEnum
How the user can use the accounts
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccountAccessLevelEnumUser can change the password using self service portalstatic final AccountAccessLevelEnumNavegate through vault foldersstatic final AccountAccessLevelEnumUser canot use the accountstatic final AccountAccessLevelEnumUser can managed account's access control liststatic final AccountAccessLevelEnumOnly usable on single sign on engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic AccountAccessLevelEnumfromString(String value) Creates an instance of AccountAccessLevelEnum fromvalue.getValue()Gets the underlying value of this type safe enumeration.inthashCode()static Listliterals()Returns an unmodifiable list containing the literals that are known by this enumeration.static Listnames()Returns an unmodifiable list containing the names of the literals that are known by this enumeration.toString()
-
Field Details
-
ACCESS_NAVIGATE
Navegate through vault folders -
ACCESS_USER
Only usable on single sign on engine -
ACCESS_MANAGER
User can change the password using self service portal -
ACCESS_OWNER
User can managed account's access control list -
ACCESS_NONE
User canot use the account
-
-
Constructor Details
-
AccountAccessLevelEnum
protected AccountAccessLevelEnum()
-
-
Method Details
-
toString
-
fromString
Creates an instance of AccountAccessLevelEnum fromvalue.- Parameters:
value- the value to create the AccountAccessLevelEnum from.
-
getValue
Gets the underlying value of this type safe enumeration.- Returns:
- the underlying value.
-
compareTo
- See Also:
-
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
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
-
hashCode
public int hashCode()
-