WBI BrokersTM
Config Manager Proxy API

com.ibm.broker.config.proxy
Class AccessControlEntryPrincipalType

java.lang.Object
  extended bycom.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.

See Also:
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

user

public static final AccessControlEntryPrincipalType user

group

public static final AccessControlEntryPrincipalType group
Method Detail

toString

public final String toString()
Return a textual representation of the principal type.

Returns:
String representation of the principal type

getAccessControlEntryPrincipalType

public static final AccessControlEntryPrincipalType getAccessControlEntryPrincipalType(String principalString)
Get an AccessControlEntryPrincipalType object from a textual representation.

Parameters:
principalString - String representation of a principal type as returned by AccessControlEntryPrincipalType.toString().
Returns:
AccessControlEntryPrincipalType constant which corresponds to the string passed in or null, if no such principal type exists.

WBI BrokersTM
Config Manager Proxy API