Modifier and Type | Interface and Description |
---|---|
interface |
TorqueTurbineUserGroupRolePeer<T extends TurbineUserGroupRoleModelPeerMapper>
This extension to the marker interface Peer is to allow for swappable Peer implementations
in Turbine Torque Manager Implementations.
|
Modifier and Type | Method and Description |
---|---|
abstract <T extends TurbineUserGroupRoleModelPeerMapper> |
TorqueAbstractTurbineTurbineSecurityEntityDefault.retrieveAttachedObjects(Connection con,
Boolean lazy,
List<T> ugrs)
Retrieve attached objects for user: user-group-role relationship(s)
This method is required if custom peers is activated for (user) manager, to allow the custom group/role in
ACLFactory.getAccessControlList(org.apache.fulcrum.security.entity.User) |
Modifier and Type | Method and Description |
---|---|
protected <T extends TurbineUserGroupRoleModelPeerMapper> |
DefaultAbstractTurbineUser.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria,
Connection con)
Forward reference to module generated code
Get a list of association objects, pre-populated with their TurbineRole
objects.
|
<T extends TurbineUserGroupRoleModelPeerMapper> |
DefaultAbstractTurbineUser.retrieveAttachedObjects(Connection con,
Boolean lazy,
List<T> ugrs) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.