<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.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(java.lang.String name)Creates a new RoleAdminPermission instance. |
|
RoleAdminPermission(java.lang.String name, java.lang.String actions)Creates a new RoleAdminPermission instance. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getActions() |
RealmRole |
getRole()Returns the role associated with this permission. |
int |
hashCode() |
boolean |
implies(java.security.Permission p) |
| 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 RoleAdminPermission(java.lang.String name)
name - The name of the role whose admin option is to be granted.
public RoleAdminPermission(java.lang.String name,
java.lang.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(java.security.Permission p)
public java.lang.String getActions()
public int hashCode()
public boolean equals(java.lang.Object o)
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||