|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| 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)Deprecated. Returns the group with the specified name or null if none exists. |
Group |
UserManager.createGroup(java.lang.String name)Deprecated. Creates a new Group. |
| Methods in com.evermind.security with parameters of type Group | |
boolean |
UserManager.remove(Group group)Deprecated. Removes the specified group from this UserManager. |
boolean |
User.isMemberOf(Group group)Deprecated. See if this user is a member of the specified group. |
void |
User.addToGroup(Group group)Deprecated. Adds the user to the specified group (if possible), throws UnsupportedOperationException if not possible. |
void |
User.removeFromGroup(Group group)Deprecated. Removes the user from the specified group, throws UnsupportedOperationException if not supported in this manager. |
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||