Uses of Interface
org.apache.fulcrum.security.model.dynamic.entity.DynamicUser
-
Packages that use DynamicUser Package Description org.apache.fulcrum.security.model.dynamic org.apache.fulcrum.security.model.dynamic.entity.impl -
-
Uses of DynamicUser in org.apache.fulcrum.security.model.dynamic
Methods in org.apache.fulcrum.security.model.dynamic with type parameters of type DynamicUser Modifier and Type Method Description <T extends DynamicUser>
voidDynamicACLFactory. addDelegators(DynamicUser user, Set<T> users)
Add delegators to the user listMethods in org.apache.fulcrum.security.model.dynamic with parameters of type DynamicUser Modifier and Type Method Description <T extends DynamicUser>
voidDynamicACLFactory. addDelegators(DynamicUser user, Set<T> users)
Add delegators to the user list -
Uses of DynamicUser in org.apache.fulcrum.security.model.dynamic.entity.impl
Classes in org.apache.fulcrum.security.model.dynamic.entity.impl that implement DynamicUser Modifier and Type Class Description class
DynamicUserImpl
Represents 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.
-