|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.tip.pc.services.identity.Principal
Principal class defines BPEL Process Manager Principal for RemoteIdentityService inteface
| Constructor Summary | |
Principal()Constructor |
|
Principal(BPMPrincipal bpmPrincipal)Constructor |
|
Principal(oracle.security.jazn.realm.RealmPrincipal realmPrincipal)Constructor |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)Indicates whether some other object is "equal to" this one. |
java.lang.Object |
getAttribute(java.lang.String attrName)Gets BPMPrincipal attribute |
java.lang.String |
getDescription()Gets BPMPrincipal description |
java.lang.String |
getDisplayName()Gets BPMPrincipal display name |
java.lang.String |
getFullName()Gets full BPMPrincipal name. |
java.lang.String |
getGuid()Gets a BPMPrincipal guid. |
java.lang.String |
getName()Gets BPMPrincipal name. |
void |
setAttribute(java.lang.String attrName, java.lang.Object value)Set Principal attribute |
void |
setDescription(java.lang.String description)Sets BPMPrincipal description |
void |
setDisplayName(java.lang.String displayName)Sets P BPMPrincipal display name |
void |
setFullName(java.lang.String name)Sets a BPMPrincipal name. |
void |
setGuid(java.lang.String guid)Sets BPMPrincipal guid. |
void |
setName(java.lang.String name)Sets a principal name. |
java.lang.String |
toString()Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Principal()
public Principal(oracle.security.jazn.realm.RealmPrincipal realmPrincipal)
realmPrincipal - is a RealmPrincipal objectpublic Principal(BPMPrincipal bpmPrincipal)
bpmPrincipal - is a RealmPrincipal object| Method Detail |
public java.lang.String getName()
BPMPrincipal name. Unique name in given realm.public void setName(java.lang.String name)
name - is an unique principal name in given realmpublic java.lang.String getFullName()
BPMPrincipal name. Unique name in given realm.public void setFullName(java.lang.String name)
BPMPrincipal name. Unique name in given realm.name - is a full principal name in given realmpublic java.lang.String getGuid()
BPMPrincipal guid.public void setGuid(java.lang.String guid)
BPMPrincipal guid.public java.lang.String getDisplayName()
BPMPrincipal display namePrincipalpublic void setDisplayName(java.lang.String displayName)
BPMPrincipal display namedisplayName - is a display name of this Principalpublic java.lang.String getDescription()
BPMPrincipal descriptionPrincipalpublic void setDescription(java.lang.String description)
BPMPrincipal descriptionPrincipalpublic java.lang.String toString()
public boolean equals(java.lang.Object obj)
public java.lang.Object getAttribute(java.lang.String attrName)
throws BPMUnsupportedAttributeException
BPMPrincipal attributeattrName - is a attribute nameBPMUnsupportedAttributeException - if attribute is not supported
public void setAttribute(java.lang.String attrName,
java.lang.Object value)
throws BPMUnsupportedAttributeException
attrName - an attribute namevalue - a value to set to this attributeBPMUnsupportedAttributeException
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||