Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.AccessControlEntryPrincipalType

java.lang.Object
        com.ibm.broker.config.proxy.AccessControlEntryPrincipalType

public final class AccessControlEntryPrincipalType
extends Object

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
 

Field Index
Field Description
group States that the name component of the access control entry to which this principal type is related is an operating system group.
user States that the name component of the access control entry to which this principal type is related is a user.
Method Index
Method Description
AccessControlEntryPrincipalType getAccessControlEntryPrincipalType(String) Get an AccessControlEntryPrincipalType object from a textual representation.
String toString() Return a textual representation of the principal type.

Fields

group

public static final com.ibm.broker.config.proxy.AccessControlEntryPrincipalType group

States that the name component of the access control entry to which this principal type is related is an operating system group.

user

public static final com.ibm.broker.config.proxy.AccessControlEntryPrincipalType user

States that the name component of the access control entry to which this principal type is related is a user.

Methods

getAccessControlEntryPrincipalType

public static final AccessControlEntryPrincipalType getAccessControlEntryPrincipalType(String principalString) 

Get an AccessControlEntryPrincipalType object from a textual representation. The constants are defined in the AttributeConstants interface.

toString

public final String toString() 

Return a textual representation of the principal type.

Class Hierarchy All Classes All Fields and Methods