Package com.soffid.iam.api
Class SoffidObjectType
- java.lang.Object
-
- com.soffid.iam.api.SoffidObjectType
-
- All Implemented Interfaces:
Serializable
public class SoffidObjectType extends Object implements Serializable
Enumeration SoffidObjectType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SoffidObjectTypeOBJECT_ACCOUNTstatic SoffidObjectTypeOBJECT_ALL_GRANTED_GROUPstatic SoffidObjectTypeOBJECT_ALL_GRANTED_ROLESstatic SoffidObjectTypeOBJECT_AUTHORITATIVE_CHANGEstatic SoffidObjectTypeOBJECT_CUSTOMstatic SoffidObjectTypeOBJECT_GRANTstatic SoffidObjectTypeOBJECT_GRANTED_GROUPstatic SoffidObjectTypeOBJECT_GRANTED_ROLEstatic SoffidObjectTypeOBJECT_GROUPstatic SoffidObjectTypeOBJECT_HOSTstatic SoffidObjectTypeOBJECT_MAIL_LISTstatic SoffidObjectTypeOBJECT_NETWORKstatic SoffidObjectTypeOBJECT_ROLEstatic SoffidObjectTypeOBJECT_USER
-
Constructor Summary
Constructors Modifier Constructor Description protectedSoffidObjectType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Object that)booleanequals(Object object)static SoffidObjectTypefromString(String value)Creates an instance of SoffidObjectType fromvalue.StringgetValue()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.StringtoString()
-
-
-
Field Detail
-
OBJECT_USER
public static final SoffidObjectType OBJECT_USER
-
OBJECT_ACCOUNT
public static final SoffidObjectType OBJECT_ACCOUNT
-
OBJECT_ROLE
public static final SoffidObjectType OBJECT_ROLE
-
OBJECT_GRANT
public static final SoffidObjectType OBJECT_GRANT
-
OBJECT_GROUP
public static final SoffidObjectType OBJECT_GROUP
-
OBJECT_GRANTED_ROLE
public static final SoffidObjectType OBJECT_GRANTED_ROLE
-
OBJECT_ALL_GRANTED_ROLES
public static final SoffidObjectType OBJECT_ALL_GRANTED_ROLES
-
OBJECT_GRANTED_GROUP
public static final SoffidObjectType OBJECT_GRANTED_GROUP
-
OBJECT_ALL_GRANTED_GROUP
public static final SoffidObjectType OBJECT_ALL_GRANTED_GROUP
-
OBJECT_AUTHORITATIVE_CHANGE
public static final SoffidObjectType OBJECT_AUTHORITATIVE_CHANGE
-
OBJECT_MAIL_LIST
public static final SoffidObjectType OBJECT_MAIL_LIST
-
OBJECT_CUSTOM
public static final SoffidObjectType OBJECT_CUSTOM
-
OBJECT_HOST
public static final SoffidObjectType OBJECT_HOST
-
OBJECT_NETWORK
public static final SoffidObjectType OBJECT_NETWORK
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classObject- See Also:
Object.toString()
-
fromString
public static SoffidObjectType fromString(String value)
Creates an instance of SoffidObjectType fromvalue.- Parameters:
value- the value to create the SoffidObjectType 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:
Comparable.compareTo(java.lang.Object)
-
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:
equalsin classObject- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classObject- See Also:
Object.hashCode()
-
-