Package oracle.tip.pc.services.identity
Interface BPMPrincipal
- All Superinterfaces:
Principal
- All Known Subinterfaces:
BPMAppRole
,BPMGroup
,BPMIdentity
,BPMRole
,BPMUser
BPMPrincipal
represents Identity-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String attrName) Gets object attribute by attribute name.Get all object attributesGets ProcessConnect principal descriptionGets ProcessConnect display namegetDisplayName
(Locale locale) Get display name of the the principal in given locale.Deprecated.since 11.1.1.getGuid()
Gets principal guid.Gets realm nameGets unique principal name.toNode()
Create a DOM Node from the object
-
Method Details
-
getRealmName
Gets realm name- Returns:
- realm name
- Throws:
BPMIdentityException
-
getDisplayName
Gets ProcessConnect display name- Returns:
- display name of this
BPMPrincipal
- Throws:
BPMIdentityException
-
getDescription
Gets ProcessConnect principal description- Returns:
- discription of this
BPMprincipal
- Throws:
BPMIdentityException
-
getFullName
Deprecated.since 11.1.1.Gets full principal name.- Returns:
- a full principal name in given realm
- Throws:
BPMIdentityException
-
getUniqueName
Gets unique principal name.- Returns:
- a name principal name
- Throws:
BPMIdentityException
-
getGuid
Gets principal guid.- Returns:
- guid
- Throws:
BPMIdentityException
-
getAttribute
Gets object attribute by attribute name. It returns eitherString
, byte[], List ofStrings
or byte[] or null- Parameters:
attrName
- a attribute name- Returns:
- object or null, if attribute is not found
- Throws:
BPMIdentityException
-
getAttributes
Map getAttributes()Get all object attributes- Returns:
- map of all attributes
-
toNode
Create a DOM Node from the object- Returns:
- Node DOM Node representing the BPMPrintipal object
- Throws:
BPMIdentityException
-
getDisplayName
Get display name of the the principal in given locale. f Locale is not specified, default locale is used.- Parameters:
locale
-- Returns:
- Display name of the principal in specified locale. I
-