|
GATE Version 3.1-2270 |
|||||||||
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
|
Methods in gate.security that return Group | |
---|---|
Group |
AccessController.createGroup(String name,
Session s)
--- |
Group |
AccessControllerImpl.createGroup(String name,
Session s)
--- |
Group |
AccessController.findGroup(Long id)
--- |
Group |
AccessControllerImpl.findGroup(Long id)
--- |
Group |
AccessController.findGroup(String name)
--- |
Group |
AccessControllerImpl.findGroup(String name)
--- |
Group |
SecurityInfo.getGroup()
|
Group |
Session.getGroup()
returns the group associated with the session |
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 |
Methods in gate.security with parameters of type Group | |
---|---|
void |
AccessController.deleteGroup(Group grp,
Session s)
--- |
void |
AccessControllerImpl.deleteGroup(Group grp,
Session s)
--- |
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)
--- |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |