Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.identity
Class PrincipalClassifier

java.lang.Object
  extended byoracle.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 ROLE
          ROLE defines role type which could be either application role or group
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

ROLE

public static final PrincipalClassifier ROLE
ROLE defines role type which could be either application role or group

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
Parameters:
obj -
Returns:
true if object same, else false

toString

public java.lang.String toString()
String representation of PrincipalClassifier
Returns:
String

hashCode

public int hashCode()
Computes hashcode for Classifier
Returns:
hashcode

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.