|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.rightsmanagement.client.infomodel.PolicySetCoordinatorAndPerms
public class PolicySetCoordinatorAndPerms
The PolicySetCoordinatorAndPerms interface provides methods for
creating and manipulating policy set co-ordinators and their permissions.
| Constructor Summary | |
|---|---|
PolicySetCoordinatorAndPerms(java.lang.String coordinatorId,
java.lang.String[] perms)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCoordinatorId()
retrieves the principal Id of the co-ordinator of the policy set |
java.lang.String[] |
getPerms()
retrieves an array of permissions of the co-ordinator, contains only values pertaining to PolicyServerConstants.PolicySetAggregatePermissions |
void |
setCoordinatorId(java.lang.String coordinatorId)
sets the principal Id of the co-ordinator of the policy set |
void |
setPerms(java.lang.String[] perms)
sets an array of permissions of the co-ordinator, can be only amongst the ones under PolicyServerConstants.PolicySetAggregatePermissions |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicySetCoordinatorAndPerms(java.lang.String coordinatorId,
java.lang.String[] perms)
| Method Detail |
|---|
public java.lang.String getCoordinatorId()
public void setCoordinatorId(java.lang.String coordinatorId)
coordinatorId - the coordinatorId to setpublic java.lang.String[] getPerms()
public void setPerms(java.lang.String[] perms)
perms - an array of permission for the coordinator to be set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||