Package oracle.tip.pc.services.identity
Class RoleClassifier
java.lang.Object
oracle.tip.pc.services.identity.RoleClassifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoleClassifierANY_ROLE defines enterprise role typestatic final Stringstatic final RoleClassifierAPPLICATION_ROLE defines application role typestatic final Stringstatic final Stringstatic final RoleClassifierENTERPRISE_ROLE defines enterprise role type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether objects samestatic RoleClassifiergetRoleClassifier(String roleType) inthashCode()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
-