|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Group | |
| com.evermind.security | Provides interfaces related to OC4J identity management. |
| Uses of Group in com.evermind.security |
| Methods in com.evermind.security that return Group | |
Group |
UserManager.getGroup(java.lang.String name)Returns the group with the specified name or null if none exists. |
Group |
UserManager.createGroup(java.lang.String name)Creates a new Group. |
| Methods in com.evermind.security with parameters of type Group | |
boolean |
UserManager.remove(Group group)Removes the specified group from this UserManager. |
boolean |
User.isMemberOf(Group group)See if this user is a member of the specified group. |
void |
User.addToGroup(Group group)Adds the user to the specified group (if possible), throws UnsupportedOperationException if not possible. |
void |
User.removeFromGroup(Group group)Removes the user from the specified group, throws UnsupportedOperationException if not supported in this manager. |
|
Oracle Application Server JAAS Provider Java API Reference 10g Release 2 (10.1.2) B14019-01 November 2004 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||