|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BPMPrincipal
BPMPrincipal
represents Identity
Method Summary | |
---|---|
java.lang.Object |
getAttribute(java.lang.String attrName) Gets object attribute by attribute name. |
java.util.Map |
getAttributes() Get all object attributes |
java.lang.String |
getDescription() Gets ProcessConnect principal description |
java.lang.String |
getDisplayName() Gets ProcessConnect display name |
java.lang.String |
getDisplayName(java.util.Locale locale) Get display name of the the principal in given locale. |
java.lang.String |
getFullName() Deprecated. since 11.1.1. |
java.lang.String |
getGuid() Gets principal guid. |
java.lang.String |
getRealmName() Gets realm name |
java.lang.String |
getUniqueName() Gets unique principal name. |
org.w3c.dom.Node |
toNode() Create a DOM Node from the object |
Methods inherited from interface java.security.Principal |
---|
equals, getName, hashCode, toString |
Method Detail |
---|
java.lang.String getRealmName() throws BPMIdentityException
BPMIdentityException
java.lang.String getDisplayName() throws BPMIdentityException
BPMPrincipal
BPMIdentityException
java.lang.String getDescription() throws BPMIdentityException
BPMprincipal
BPMIdentityException
java.lang.String getFullName() throws BPMIdentityException
BPMIdentityException
java.lang.String getUniqueName() throws BPMIdentityException
BPMIdentityException
java.lang.String getGuid() throws BPMIdentityException
BPMIdentityException
java.lang.Object getAttribute(java.lang.String attrName) throws BPMIdentityException
String
, byte[], List of Strings
or byte[] or nullattrName
- a attribute nameBPMIdentityException
java.util.Map getAttributes()
org.w3c.dom.Node toNode() throws BPMIdentityException
BPMIdentityException
java.lang.String getDisplayName(java.util.Locale locale)
locale
-
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10660-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |