|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceTypeACL
This class creates the access control list (ACL) for a resource type.
| Method Summary | |
|---|---|
java.lang.String[] |
getDefaultPerms()
Retrieves the default permissions to which the default principals will be assigned for a resource instance that is being registered. |
java.lang.String[] |
getDefaultPrincipals()
Retrieves the default principals to which the default permissions will be assigned for a resource instance that is being registered. |
java.lang.String |
getResTypeId()
Retrieves the resource type identifier for which this ACL is being created. |
void |
setDefaultPerms(java.lang.String[] plist)
Sets the default permissions to which the default permissions will be assigned for a resource instance that is being registered. |
void |
setDefaultPrincipals(java.lang.String[] plist)
Sets the default principals to which the default permissions will be assigned for a resource instance that is being registered. |
void |
setResTypeId(java.lang.String resTypeID)
Sets the resource type identifier for which this ACL is being created. |
| Method Detail |
|---|
java.lang.String getResTypeId()
void setResTypeId(java.lang.String resTypeID)
resTypeID - The resource type identifier for which this ACL is being created.java.lang.String[] getDefaultPrincipals()
void setDefaultPrincipals(java.lang.String[] plist)
plist - An array of principal identifiers.java.lang.String[] getDefaultPerms()
void setDefaultPerms(java.lang.String[] plist)
plist - An array of permission identifiers.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||