|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PermissionManagerMBean
Method Summary | |
---|---|
java.lang.String[] |
getLocations()
Answer the bundle locations that have permissions assigned to them |
java.lang.String[] |
getPermissions(java.lang.String location)
Answer the list of encoded permissions of the bundle specified by the bundle location |
void |
setDefaultPermissions(java.lang.String[] encodedPermissions)
Set the default permissions assiged to bundle locations that have no assigned permissions |
void |
setPermissions(java.lang.String location,
java.lang.String[] encodedPermissions)
Set the permissions on the bundle specified by the bundle location |
Method Detail |
---|
java.lang.String[] getLocations() throws java.io.IOException
java.io.IOException
- if the operation failsjava.lang.String[] getPermissions(java.lang.String location) throws java.io.IOException
location
- - location identifying the bundle
java.io.IOException
- if the operation failsvoid setDefaultPermissions(java.lang.String[] encodedPermissions) throws java.io.IOException
encodedPermissions
- - the string encoded permissions
java.io.IOException
- if the operation failsvoid setPermissions(java.lang.String location, java.lang.String[] encodedPermissions) throws java.io.IOException
location
- - the location of the bundleencodedPermissions
- - the string encoded permissions to set
java.io.IOException
- if the operation fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |