Class AbstractUserManagerNode

All Implemented Interfaces:
Serializable, HierarchicalSecurityTarget, Owneable, SecurityTarget
Direct Known Subclasses:
Group, OrganisationalUnit, User
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@GenerateDto(dtoPackage="net.datenwerke.security.client.usermanager.dto", abstractDto=true, whitelist={<error>,<error>,<error>}) public abstract class AbstractUserManagerNode extends SecuredAbstractNode<AbstractUserManagerNode>
Provides the base class for all user nodes.
See Also: