|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
gate.security |
Uses of Group in gate.security |
Classes in gate.security that implement Group | |
class |
GroupImpl
|
Fields in gate.security declared as Group | |
protected Group |
SecurityInfo.grp
|
private Group |
SessionImpl.group
Group associated with the session a user may be member of many groups, but at login time only one could be specified |
Methods in gate.security that return Group | |
Group |
SecurityInfo.getGroup()
|
Group |
SessionImpl.getGroup()
returns the group associated with the session a user may be member of many groups, but at login time only one could be specified |
Group |
Session.getGroup()
returns the group associated with the session |
Group |
AccessController.findGroup(String name)
--- |
Group |
AccessController.findGroup(Long id)
--- |
Group |
AccessController.createGroup(String name,
Session s)
--- |
Group |
AccessControllerImpl.findGroup(String name)
--- |
Group |
AccessControllerImpl.findGroup(Long id)
--- |
Group |
AccessControllerImpl.createGroup(String name,
Session s)
--- |
Methods in gate.security with parameters of type Group | |
void |
AccessController.deleteGroup(Group grp,
Session s)
--- |
void |
AccessControllerImpl.deleteGroup(Group grp,
Session s)
--- |
private boolean |
AccessControllerImpl.canDeleteGroup(Group grp)
|
Constructors in gate.security with parameters of type Group | |
SecurityInfo(int accessMode,
User usr,
Group grp)
|
|
SessionImpl(Long id,
User usr,
Group grp,
int timeout,
boolean isPrivileged)
--- |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |