Uses of Interface
org.apache.fulcrum.security.model.dynamic.entity.DynamicUser
Packages that use DynamicUser
Package
Description
-
Uses of DynamicUser in org.apache.fulcrum.security.model.dynamic
Methods in org.apache.fulcrum.security.model.dynamic with type parameters of type DynamicUserModifier and TypeMethodDescription<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 DynamicUserModifier and TypeMethodDescription<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 DynamicUserModifier and TypeClassDescriptionclass
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.