|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.osgi.internal.permadmin.SecurePermissionStorage
public class SecurePermissionStorage
PermissionStorage privileged action class. This class is not thread safe. Callers must ensure multiple threads do not call methods on this class at the same time.
| Constructor Summary | |
|---|---|
SecurePermissionStorage(PermissionStorage storage)
|
|
| Method Summary | |
|---|---|
String[] |
getConditionalPermissionInfos()
Returns the persistent array of encoded ConditionalPermissionInfo strings |
String[] |
getLocations()
Returns the locations that have permission data assigned to them, that is, locations for which permission data exists in persistent storage. |
String[] |
getPermissionData(String loc)
Gets the permission data assigned to the specified location. |
String[] |
run()
|
void |
saveConditionalPermissionInfos(String[] updatedInfos)
Persists the array of encoded ConditionalPermissionInfo strings |
void |
setPermissionData(String location,
String[] data)
Assigns the specified permission data to the specified location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecurePermissionStorage(PermissionStorage storage)
| Method Detail |
|---|
public String[] run()
throws IOException
run in interface PrivilegedExceptionAction<String[]>IOException
public String[] getPermissionData(String loc)
throws IOException
PermissionStorage
getPermissionData in interface PermissionStorageloc - The location whose permission data is to
be returned.
The location can be null for the default permission data.
IOException - If a failure occurs accessing persistent storage.
public String[] getLocations()
throws IOException
PermissionStorage
getLocations in interface PermissionStorageIOException - If a failure occurs accessing persistent storage.
public void setPermissionData(String location,
String[] data)
throws IOException
PermissionStorage
setPermissionData in interface PermissionStoragelocation - The location that will be assigned the
permissions.
The location can be null for the default permission data.data - The permission data to be assigned, or null
if the specified location is to be removed from persistent storaqe.
IOException - If a failure occurs modifying persistent storage.
public void saveConditionalPermissionInfos(String[] updatedInfos)
throws IOException
PermissionStorage
saveConditionalPermissionInfos in interface PermissionStorageupdatedInfos - an array of encoded ConditionalPermissionInfo strings
IOException - If a failure occurs modifying persistent storage.
public String[] getConditionalPermissionInfos()
throws IOException
PermissionStorage
getConditionalPermissionInfos in interface PermissionStorageIOException - If a failure occurs accessing persistent storage.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||