|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.ACLEntry
An ACLEntry represents the set of permissions that a Principal (User or Group) has on a Destination (Topic or Queue).
Constructor Summary | |
ACLEntry(DestinationInfo destination,
PrincipalInfo principal,
Permissions permissions)
Constructor used to create ACLEntries that will be passed to TibjmsAdmin.grant() and TibjmsAdmin.revoke() methods. |
Method Summary | |
DestinationInfo |
getDestination()
Get the destination that this entry applies to. |
Permissions |
getPermissions()
Get the permissions for this entry. |
PrincipalInfo |
getPrincipal()
Get the principal that this entry applies to. |
void |
setDestination(DestinationInfo destination)
Set the destination that this entry applies to. |
void |
setPermissions(Permissions permissions)
Set the permissions for this entry. |
void |
setPrincipalName(PrincipalInfo principal)
Set the principal that this entry applies to. |
java.lang.String |
toString()
Generate a string representation of this ACLEntry. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ACLEntry(DestinationInfo destination, PrincipalInfo principal, Permissions permissions)
destination
- the destination the permissions apply to.principal
- the principal that has the permissions.permissions
- the permissions for this entry.Method Detail |
public DestinationInfo getDestination()
public void setDestination(DestinationInfo destination)
destination
- The DestinationInfo that this ACLEntry will apply to.public PrincipalInfo getPrincipal()
public void setPrincipalName(PrincipalInfo principal)
principal
- the PrincipalInfo that this ACLEntry will apply to.public Permissions getPermissions()
public void setPermissions(Permissions permissions)
permissions
- the permissions for this entry.public java.lang.String toString()
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |