|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.AccessControlEntryPrincipalType
Defines a set of principal types over which security can be applied. Each instance represents a type of principal (e.g. user or group) which, when associated with an AccessControlEntryPermission and applied to an AdministeredObject, defines the level of control a principal has over the object.
AdministeredObject.setAccessControlEntries(AccessControlEntry[])
Field Summary | |
---|---|
static AccessControlEntryPrincipalType |
group
|
static AccessControlEntryPrincipalType |
user
|
Method Summary | |
---|---|
static AccessControlEntryPrincipalType |
getAccessControlEntryPrincipalType(String principalString)
Get an AccessControlEntryPrincipalType object from a textual representation. |
String |
toString()
Return a textual representation of the principal type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AccessControlEntryPrincipalType user
public static final AccessControlEntryPrincipalType group
Method Detail |
public final String toString()
public static final AccessControlEntryPrincipalType getAccessControlEntryPrincipalType(String principalString)
principalString
- String representation of a principal type as returned by
AccessControlEntryPrincipalType.toString().
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |