|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.AccessControlEntryPrincipalType
public final class 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.
com.ibm.broker.config.proxy.AccessControlEntryPrincipalType
|
|
Responsibilities | Describes the name component of an entry in an access control table. |
Internal Collaborators | None |
Change Activity: --------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: --------- ----------- ------------- ------------------------------------ 19590.5.5 2004-07-20 martynh v6 Release 47371 2007-07-30 HDMPL v6.1 Release (no changes)
AdministeredObject#setAccessControlEntries(AccessControlEntry[])
Field Summary | |
---|---|
static AccessControlEntryPrincipalType |
group
States that the name component of the access control entry to which this principal type is related is an operating system group. |
static AccessControlEntryPrincipalType |
user
States that the name component of the access control entry to which this principal type is related is a user. |
Method Summary | |
---|---|
static AccessControlEntryPrincipalType |
getAccessControlEntryPrincipalType(java.lang.String principalString)
Get an AccessControlEntryPrincipalType object from a textual representation. |
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public static final AccessControlEntryPrincipalType getAccessControlEntryPrincipalType(java.lang.String principalString)
principalString
- String representation of a principal type as returned by
AccessControlEntryPrincipalType.toString().
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |