|
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.AccessControlEntry
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 |
public AccessControlEntry(String principalName, AccessControlEntryPrincipalType principalType, AccessControlEntryPermission permission)
principalName
- Principal name for this entryprincipalType
- Principal type (user or group) for this entrypermission
- Permission for this entryMethod Detail |
public String getName()
public AccessControlEntryPrincipalType getType()
public AccessControlEntryPermission getPermission()
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |