|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupSet | |
org.apache.turbine.om.security.peer | Hand rolled peers for the DB Security Service. |
org.apache.turbine.services.security | The security service can be used to authenticate users based on database information. |
org.apache.turbine.services.security.db | A security service implementation that used an SQL database for authentication. |
org.apache.turbine.services.security.ldap | An LDAP based security service implementation. |
org.apache.turbine.services.security.torque | A security service implementation based on Torque generated peer classes. |
org.apache.turbine.util.security | Some helper classes and interfaces for the Security Service. |
Uses of GroupSet in org.apache.turbine.om.security.peer |
Methods in org.apache.turbine.om.security.peer that return GroupSet | |
static GroupSet |
GroupPeer.retrieveSet()
Retrieves/assembles a GroupSet of all of the Groups. |
static GroupSet |
GroupPeer.retrieveSet(org.apache.torque.util.Criteria criteria)
Retrieves/assembles a GroupSet based on the Criteria passed in |
Uses of GroupSet in org.apache.turbine.services.security |
Methods in org.apache.turbine.services.security that return GroupSet | |
static GroupSet |
TurbineSecurity.getGroups(org.apache.torque.util.Criteria criteria)
Retrieve a set of Groups that meet the specified Criteria. |
static GroupSet |
TurbineSecurity.getAllGroups()
Retrieves all groups defined in the system. |
GroupSet |
SecurityService.getGroups(org.apache.torque.util.Criteria criteria)
Retrieve a set of Groups that meet the specified Criteria. |
GroupSet |
SecurityService.getAllGroups()
Retrieves all groups defined in the system. |
GroupSet |
BaseSecurityService.getAllGroups()
Retrieves all groups defined in the system. |
Uses of GroupSet in org.apache.turbine.services.security.db |
Methods in org.apache.turbine.services.security.db that return GroupSet | |
GroupSet |
DBSecurityService.getGroups(org.apache.torque.util.Criteria criteria)
Retrieve a set of Groups that meet the specified Criteria. |
Uses of GroupSet in org.apache.turbine.services.security.ldap |
Methods in org.apache.turbine.services.security.ldap that return GroupSet | |
GroupSet |
LDAPSecurityService.getGroups(org.apache.torque.util.Criteria criteria)
Retrieve a set of Groups that meet the specified Criteria. |
Uses of GroupSet in org.apache.turbine.services.security.torque |
Methods in org.apache.turbine.services.security.torque that return GroupSet | |
static GroupSet |
GroupPeerManager.retrieveSet()
Retrieves/assembles a GroupSet of all of the Groups. |
static GroupSet |
GroupPeerManager.retrieveSet(org.apache.torque.util.Criteria criteria)
Retrieves/assembles a GroupSet based on the Criteria passed in |
GroupSet |
TorqueSecurityService.getGroups(org.apache.torque.util.Criteria criteria)
Retrieve a set of Groups that meet the specified Criteria. |
Uses of GroupSet in org.apache.turbine.util.security |
Methods in org.apache.turbine.util.security with parameters of type GroupSet | |
boolean |
TurbineAccessControlList.hasRole(Role role,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given Groups |
boolean |
TurbineAccessControlList.hasRole(java.lang.String rolename,
GroupSet groupset)
Checks if the user is assigned a specifie Role in any of the given Groups |
boolean |
TurbineAccessControlList.hasPermission(Permission permission,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given Groups |
boolean |
TurbineAccessControlList.hasPermission(java.lang.String permissionName,
GroupSet groupset)
Checks if the user is assigned a specifie Permission in any of the given Groups |
boolean |
GroupSet.add(GroupSet groupSet)
Adds the Groups in another GroupSet to this GroupSet. |
boolean |
AccessControlList.hasRole(Role role,
GroupSet groupset)
Checks if the user is assigned a specific Role in any of the given Groups |
boolean |
AccessControlList.hasRole(java.lang.String rolename,
GroupSet groupset)
Checks if the user is assigned a specifie Role in any of the given Groups |
boolean |
AccessControlList.hasPermission(Permission permission,
GroupSet groupset)
Checks if the user is assigned a specific Permission in any of the given Groups |
boolean |
AccessControlList.hasPermission(java.lang.String permissionName,
GroupSet groupset)
Checks if the user is assigned a specifie Permission in any of the given Groups |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |