Class GroupEntityImpl
GroupEntityImpl
- public abstract class GroupEntityImpl
- implements GroupEntity
-
realm
-
-
GroupEntityImpl(CustomRealm)
-
-
addGroup(String)
-
-
getGroup(String)
-
-
getGroupNames()
-
-
getRealm()
-
-
remove(String)
-
realm
protected CustomRealm realm
GroupEntityImpl
public GroupEntityImpl(CustomRealm aRealm)
getRealm
public CustomRealm getRealm()
getGroupNames
public Enumeration getGroupNames() throws BadRealmException
getGroup
public Group getGroup(String name) throws NoSuchGroupException, BadRealmException
addGroup
public Group addGroup(String name) throws InUseException, BadRealmException
remove
public boolean remove(String groupName) throws InUseException, NoSuchGroupException, BadRealmException
JavaServer Products
Brewed by JavaSoft
A unit of Sun Microsystems, Inc.
|