Uses of Interface
org.apache.fulcrum.security.model.basic.entity.BasicUser
-
-
Uses of BasicUser in org.apache.fulcrum.security.model.basic.entity.impl
Classes in org.apache.fulcrum.security.model.basic.entity.impl that implement BasicUser Modifier and Type Class Description classBasicUserImplRepresents the "basic" model where users can be part of multiple groups directly, with no roles or permissions. -
Uses of BasicUser in org.apache.fulcrum.security.model.dynamic.entity
Subinterfaces of BasicUser in org.apache.fulcrum.security.model.dynamic.entity Modifier and Type Interface Description interfaceDynamicUserRepresents the "simple" model where permissions are related to roles, roles are related to groups and groups are related to users, all in many to many relationships. -
Uses of BasicUser in org.apache.fulcrum.security.model.dynamic.entity.impl
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement BasicUser Modifier and Type Class Description classDynamicUserImplRepresents the "simple" model where permissions are related to roles, roles are related to groups and groups are related to users, all in many to many relationships. -
Uses of BasicUser in org.apache.fulcrum.security.torque.basic
Classes in org.apache.fulcrum.security.torque.basic that implement BasicUser Modifier and Type Class Description classTorqueAbstractBasicUserThis abstract class provides the SecurityInterface to the managers. -
Uses of BasicUser in org.apache.fulcrum.security.torque.dynamic
Classes in org.apache.fulcrum.security.torque.dynamic that implement BasicUser Modifier and Type Class Description classTorqueAbstractDynamicUserThis abstract class provides the SecurityInterface to the managers. -
Uses of BasicUser in org.apache.fulcrum.security.torque.om
Classes in org.apache.fulcrum.security.torque.om that implement BasicUser Modifier and Type Class Description classBaseTorqueBasicUserThis class was autogenerated by Torque on: [Thu Nov 04 13:34:21 CET 2021] You should not use this class directly.classBaseTorqueDynamicUserThis class was autogenerated by Torque on: [Thu Nov 04 13:34:21 CET 2021] You should not use this class directly.classTorqueBasicUserThe 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.classTorqueDynamicUserThe 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.
-