WBI BrokersTM
Config Manager Proxy API

com.ibm.broker.config.proxy
Class AccessControlEntry

java.lang.Object
  extended bycom.ibm.broker.config.proxy.AccessControlEntry

public final class AccessControlEntry
extends Object

A small class to represent an Access Control Entry Contains a principal name, principal type (user or group) and permission


Constructor Summary
AccessControlEntry(String principalName, AccessControlEntryPrincipalType principalType, AccessControlEntryPermission permission)
          Constructor.
 
Method Summary
 String getName()
          Get the principal name for this entry.
 AccessControlEntryPermission getPermission()
          Get the permission for this entry.
 AccessControlEntryPrincipalType getType()
          Get the principal type for this entry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessControlEntry

public AccessControlEntry(String principalName,
                          AccessControlEntryPrincipalType principalType,
                          AccessControlEntryPermission permission)
Constructor.

Parameters:
principalName - Principal name for this entry
principalType - Principal type (user or group) for this entry
permission - Permission for this entry
Method Detail

getName

public String getName()
Get the principal name for this entry.

Returns:
principalName The principal name for this entry.

getType

public AccessControlEntryPrincipalType getType()
Get the principal type for this entry.

Returns:
principalType The principal type (user or group) for this entry.

getPermission

public AccessControlEntryPermission getPermission()
Get the permission for this entry.

Returns:
permission The permission for this entry.

WBI BrokersTM
Config Manager Proxy API