Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.tip.pc.services.identity
Class BPMIdentityType

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


public class BPMIdentityType
extends java.lang.Object

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

 

Constructor Summary
BPMIdentityType(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 BPMIdentityType USER
APPLICATION_ROLE defines application role type

APPROLE

public static final BPMIdentityType APPROLE
APPLICATION_ROLE defines application role type

GROUP

public static final BPMIdentityType GROUP
GROUP defines enterprise role type

Constructor Detail

BPMIdentityType

public BPMIdentityType(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
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


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