Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


oracle.tip.pc.services.identity
Class Identity

java.lang.Object
  extended byoracle.tip.pc.services.identity.Principal
      extended byoracle.tip.pc.services.identity.Identity

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Group, User

public abstract class Identity
extends Principal
implements java.io.Serializable

Identity class defines BPEL Process Manager Identity for RemoteIdentityService inteface

See Also:
Serialized Form

Constructor Summary
Identity()
          Default Constructor
Identity(BPMIdentity bpmIdentity)
          Constructor
Identity(oracle.security.jazn.realm.RealmPrincipal realmPrincipal)
          Constructor

 

Method Summary
 java.lang.String getEmail()
          Gets e-mail address for this Identity
 void setEmail(java.lang.String email)
          Sets e-mail address for this Identity

 

Methods inherited from class oracle.tip.pc.services.identity.Principal
equals, getAttribute, getDescription, getDisplayName, getFullName, getGuid, getName, setAttribute, setDescription, setDisplayName, setFullName, setGuid, setName, toString

 

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

 

Constructor Detail

Identity

public Identity()
Default Constructor

Identity

public Identity(oracle.security.jazn.realm.RealmPrincipal realmPrincipal)
Constructor
Parameters:
realmPrincipal - is a RealmPrincipal object

Identity

public Identity(BPMIdentity bpmIdentity)
Constructor
Parameters:
bpmIdentity - is a RealmPrincipal object

Method Detail

getEmail

public java.lang.String getEmail()
Gets e-mail address for this Identity
Returns:
e-mail adderess or null

setEmail

public void setEmail(java.lang.String email)
Sets e-mail address for this Identity
Parameters:
email - is a e-mail adderess of indemtity

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 2 (10.1.2)
B25708-01


Copyright © 2005, Oracle. All rights reserved.