Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


oracle.tip.pc.services.identity
Class PrincipalClassifier

java.lang.Object
  extended by oracle.tip.pc.services.identity.PrincipalClassifier


public class PrincipalClassifier
extends java.lang.Object

Field Summary
static PrincipalClassifier APPROLE
          APPLICATION_ROLE defines application role type
static PrincipalClassifier GROUP
          GROUP defines enterprise role type
static PrincipalClassifier USER
          APPLICATION_ROLE defines application role type

 

Constructor Summary
PrincipalClassifier(java.lang.String name)
          Constructor

 

Method Summary
 boolean equals(java.lang.Object obj)
          Checks whether objects same
 int hashCode()
          Computes hashcode for Classifier
 java.lang.String toString()
          String representation of PrincipalClassifier

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

USER

public static final PrincipalClassifier USER
APPLICATION_ROLE defines application role type

APPROLE

public static final PrincipalClassifier APPROLE
APPLICATION_ROLE defines application role type

GROUP

public static final PrincipalClassifier GROUP
GROUP defines enterprise role type

Constructor Detail

PrincipalClassifier

public PrincipalClassifier(java.lang.String name)
Constructor
Parameters:
name - a role classifier name

Method Detail

equals

public boolean equals(java.lang.Object obj)
Checks whether objects same
Overrides:
equals in class java.lang.Object
Parameters:
obj -
Returns:
true if object same, else false

toString

public java.lang.String toString()
String representation of PrincipalClassifier
Overrides:
toString in class java.lang.Object
Returns:
String

hashCode

public int hashCode()
Computes hashcode for Classifier
Overrides:
hashCode in class java.lang.Object
Returns:
hashcode

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-02


Copyright © 2009, Oracle and/or its affiliates. All rights reserved.