<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.security.Permission
|
+--oracle.security.jazn.policy.RoleAdminPermission
The grantee of this permission is granted the right to further grant/revoke the target role
| Constructor Summary | |
RoleAdminPermission(RealmRole r)Creates a new RoleAdminPermission instance. | |
RoleAdminPermission(String name)Creates a new RoleAdminPermission instance. | |
RoleAdminPermission(String name, String actions)Creates a new RoleAdminPermission instance. | |
| Method Summary | |
boolean |
equals(Object o) |
String |
getActions() |
RealmRole |
getRole()Returns the role associated with this permission. |
int |
hashCode() |
boolean |
implies(Permission p) |
| Methods inherited from class java.security.Permission |
checkGuard, getName, newPermissionCollection, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RoleAdminPermission(String name)
name - The name of the role whose admin option is to be granted.public RoleAdminPermission(String name, String actions)
name - The name of the role whose admin option is to be granted.actions - The action string. This argument is ignored.public RoleAdminPermission(RealmRole r)
r - the role whose admin option is to be granted.| Method Detail |
public RealmRole getRole()
throws JAZNException
JAZNExceptionpublic boolean implies(Permission p)
implies in class Permissionpublic String getActions()
getActions in class Permissionpublic int hashCode()
hashCode in class Permissionpublic boolean equals(Object o)
equals in class Permission
|
JAAS Provider Java API Reference 10g (9.0.4.0.0) B10389-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||