Uses of Interface
org.apache.fulcrum.security.model.turbine.entity.TurbinePermission
-
-
Uses of TurbinePermission in org.apache.fulcrum.security.model.turbine.entity.impl
Classes in org.apache.fulcrum.security.model.turbine.entity.impl that implement TurbinePermission Modifier and Type Class Description classTurbinePermissionImplRepresents the "turbine" model where permissions are in a many to many relationship to roles, roles are related to groups are related to users, all in many to many relationships. -
Uses of TurbinePermission in org.apache.fulcrum.security.torque.om
Classes in org.apache.fulcrum.security.torque.om that implement TurbinePermission Modifier and Type Class Description classBaseTorqueTurbinePermissionThis class was autogenerated by Torque on: [Thu Nov 04 13:34:21 CET 2021] You should not use this class directly.classBaseTurbinePermissionThis class was autogenerated by Torque on: [Thu Nov 04 13:34:21 CET 2021] You should not use this class directly.classTorqueTurbinePermissionThe skeleton for this class was autogenerated by Torque on: [Thu Nov 04 10:34:40 CET 2021] You should add additional methods to this class to meet the application requirements.classTurbinePermissionThe skeleton for this class was autogenerated by Torque on: [Thu Nov 04 10:34:40 CET 2021] You should add additional methods to this class to meet the application requirements.Methods in org.apache.fulcrum.security.torque.om that return TurbinePermission Modifier and Type Method Description TurbinePermissionTorqueTurbineRolePermission. getTurbinePermission(Connection connection) -
Uses of TurbinePermission in org.apache.fulcrum.security.torque.peer
Methods in org.apache.fulcrum.security.torque.peer that return TurbinePermission Modifier and Type Method Description TurbinePermissionTurbineRolePermissionPeerMapper. getTurbinePermission(Connection connection)Return the associated TurbinePermission object If it was not retrieved before, the object is retrieved from the database using the passed connection -
Uses of TurbinePermission in org.apache.fulcrum.security.torque.turbine
Classes in org.apache.fulcrum.security.torque.turbine that implement TurbinePermission Modifier and Type Class Description classDefaultAbstractTurbinePermissionThis abstract class provides the SecurityInterface to the managers.classFulcrumAbstractTurbinePermissionThis abstract class provides the SecurityInterface to the managers.
-