Package oracle.tip.pc.services.identity
Class RoleClassifier
java.lang.Object
oracle.tip.pc.services.identity.RoleClassifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoleClassifier
ANY_ROLE defines enterprise role typestatic final String
static final RoleClassifier
APPLICATION_ROLE defines application role typestatic final String
static final String
static final RoleClassifier
ENTERPRISE_ROLE defines enterprise role type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether objects samestatic RoleClassifier
getRoleClassifier
(String roleType) int
hashCode()
Computes hashcode for ClassifiertoString()
String representation of RoleClassifier
-
Field Details
-
APPLICATION_ROLE_TYPE
- See Also:
-
ENTEPRISE_ROLE_TYPE
- See Also:
-
ANY_ROLE_TYPE
- See Also:
-
APPLICATION_ROLE
APPLICATION_ROLE defines application role type -
ENTERPRISE_ROLE
ENTERPRISE_ROLE defines enterprise role type -
ANY_ROLE
ANY_ROLE defines enterprise role type
-
-
Constructor Details
-
RoleClassifier
Constructor- Parameters:
name
- a role classifier name
-
-
Method Details
-
getRoleClassifier
-
equals
Checks whether objects same -
toString
String representation of RoleClassifier -
hashCode
public int hashCode()Computes hashcode for Classifier
-