Uses of Class
net.datenwerke.security.service.usermanager.entities.AbstractUserManagerNode
Packages that use AbstractUserManagerNode
Package
Description
-
Uses of AbstractUserManagerNode in net.datenwerke.rs.ldap.service.ldap.hooks
Methods in net.datenwerke.rs.ldap.service.ldap.hooks with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionvoidLdapNodePostProcessHook.postProcessNode(AbstractUserManagerNode node, SearchResultEntry searchResultEntry) Allows to post-processAbstractUserManagerNodes after importing them through LDAP import to set non-standard properties on the previously created node, e.g. -
Uses of AbstractUserManagerNode in net.datenwerke.rs.teamspace.service.teamspace
Methods in net.datenwerke.rs.teamspace.service.teamspace with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionTeamSpaceService.getMemberFor(TeamSpace teamSpace, AbstractUserManagerNode folk) TeamSpaceServiceImpl.getMemberFor(TeamSpace teamSpace, AbstractUserManagerNode folk) TeamSpaceService.getTeamSpacesWithMemberFor(AbstractUserManagerNode folk) TeamSpaceServiceImpl.getTeamSpacesWithMemberFor(AbstractUserManagerNode folk) -
Uses of AbstractUserManagerNode in net.datenwerke.rs.teamspace.service.teamspace.entities
Methods in net.datenwerke.rs.teamspace.service.teamspace.entities that return AbstractUserManagerNodeMethods in net.datenwerke.rs.teamspace.service.teamspace.entities with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionTeamSpace.getMember(AbstractUserManagerNode folk) Deprecated.booleanTeamSpace.isDirectMember(AbstractUserManagerNode node) booleanTeamSpace.removeMember(AbstractUserManagerNode node) voidTeamSpaceMember.setFolk(AbstractUserManagerNode folk) Constructors in net.datenwerke.rs.teamspace.service.teamspace.entities with parameters of type AbstractUserManagerNode -
Uses of AbstractUserManagerNode in net.datenwerke.rs.terminal.service.terminal.hookers
Methods in net.datenwerke.rs.terminal.service.terminal.hookers that return AbstractUserManagerNodeModifier and TypeMethodDescription -
Uses of AbstractUserManagerNode in net.datenwerke.rs.uservariables.service.uservariables
Methods in net.datenwerke.rs.uservariables.service.uservariables with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionUserVariableService.getDefinedInstancesFor(AbstractUserManagerNode folk) UserVariableServiceImpl.getDefinedInstancesFor(AbstractUserManagerNode folk) UserVariableService.getInheritedInstancesFor(AbstractUserManagerNode folk) Returns aListof allUserVariableInstances which are inherited from the parents of the givenAbstractUserManagerNodeUserVariableServiceImpl.getInheritedInstancesFor(AbstractUserManagerNode folk) booleanUserVariableService.hasVariableInstance(AbstractUserManagerNode folk, UserVariableDefinition definition) Tests if the givenAbstractUserManagerNodehas an instance of theUserVariableDefinitionbooleanUserVariableServiceImpl.hasVariableInstance(AbstractUserManagerNode folk, UserVariableDefinition definition) -
Uses of AbstractUserManagerNode in net.datenwerke.rs.uservariables.service.uservariables.entities
Methods in net.datenwerke.rs.uservariables.service.uservariables.entities that return AbstractUserManagerNodeMethods in net.datenwerke.rs.uservariables.service.uservariables.entities with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionvoidUserVariableInstance.setFolk(AbstractUserManagerNode folk) -
Uses of AbstractUserManagerNode in net.datenwerke.security.service.security.entities
Methods in net.datenwerke.security.service.security.entities that return AbstractUserManagerNodeMethods in net.datenwerke.security.service.security.entities with parameters of type AbstractUserManagerNode -
Uses of AbstractUserManagerNode in net.datenwerke.security.service.security.eventhandler
Methods in net.datenwerke.security.service.security.eventhandler with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionSecurityIntegrityValidator.getAcesByFolk(AbstractUserManagerNode folk) -
Uses of AbstractUserManagerNode in net.datenwerke.security.service.usermanager
Methods in net.datenwerke.security.service.usermanager that return AbstractUserManagerNodeModifier and TypeMethodDescriptionUserManagerService.getNodeById(long id) Searches for aAbstractUserManagerNodeby its idUserManagerServiceImpl.getNodeById(long id) UserManagerServiceImpl.getNodeByKey(String key) UserManagerService.merge(AbstractUserManagerNode node) Merge's the submittedAbstractUserManagerNodewith the representation in the databaseMethods in net.datenwerke.security.service.usermanager that return types with arguments of type AbstractUserManagerNodeModifier and TypeMethodDescriptionUserManagerServiceImpl.getAllNodes()UserManagerServiceImpl.getRoots()Methods in net.datenwerke.security.service.usermanager with parameters of type AbstractUserManagerNodeModifier and TypeMethodDescriptionvoidUserManagerServiceImpl.forceRemove(AbstractUserManagerNode node) Removes the node and takes care of database constraints.UserManagerService.getAllTransitiveUsers(AbstractUserManagerNode node) Returns all users underneath the node.UserManagerServiceImpl.getAllTransitiveUsers(AbstractUserManagerNode node) UserManagerService.merge(AbstractUserManagerNode node) Merge's the submittedAbstractUserManagerNodewith the representation in the databasevoidUserManagerService.persist(AbstractUserManagerNode node) Persists the submittedAbstractUserManagerNodevoidUserManagerService.remove(AbstractUserManagerNode node) Removes the submittedAbstractUserManagerNodefrom the databasevoidUserManagerServiceImpl.remove(AbstractUserManagerNode node) Removes the node and takes care of database constraints.booleanUserManagerService.userInFolk(User user, AbstractUserManagerNode folk) Tests whether the submittedUseris part of the folk.booleanUserManagerServiceImpl.userInFolk(User user, AbstractUserManagerNode folk) booleanUserManagerServiceImpl.userInFolk(User user, AbstractUserManagerNode folk, Set<Group> seenGroups) -
Uses of AbstractUserManagerNode in net.datenwerke.security.service.usermanager.entities