|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.Permission
net.jini.security.policy.UmbrellaGrantPermission
public final class UmbrellaGrantPermission
Permission that is specially intepreted by PolicyFileProvider as
shorthand for a GrantPermission
covering all permissions authorized to a given protection domain. For each
protection domain authorized with a set of permissions ps that
includes an UmbrellaGrantPermission,
PolicyFileProvider adds to ps a
GrantPermission for all permissions in ps. All
UmbrellaGrantPermission instances are equivalent, and have
target names and action strings that are the empty string.
| Constructor Summary | |
|---|---|
UmbrellaGrantPermission()
Creates a new UmbrellaGrantPermission. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Behaves as specified by Permission.equals(java.lang.Object). |
String |
getActions()
Behaves as specified by Permission.getActions(). |
int |
hashCode()
Behaves as specified by Permission.hashCode(). |
boolean |
implies(Permission permission)
Behaves as specified by Permission.implies(java.security.Permission). |
| Methods inherited from class java.security.Permission |
|---|
checkGuard, getName, newPermissionCollection, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UmbrellaGrantPermission()
UmbrellaGrantPermission.
| Method Detail |
|---|
public String getActions()
Permission.getActions().
getActions in class Permissionpublic boolean implies(Permission permission)
Permission.implies(java.security.Permission).
implies in class Permissionpublic boolean equals(Object obj)
Permission.equals(java.lang.Object).
equals in class Permissionpublic int hashCode()
Permission.hashCode().
hashCode in class Permission
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||