Uses of Class
net.datenwerke.security.service.usermanager.entities.UserProperty
Packages that use UserProperty
Package
Description
-
Uses of UserProperty in net.datenwerke.security.service.usermanager
Methods in net.datenwerke.security.service.usermanager that return UserPropertyModifier and TypeMethodDescriptionUserPropertiesService.getProperty(User user, String key) UserPropertiesServiceImpl.getProperty(User user, String key) Methods in net.datenwerke.security.service.usermanager that return types with arguments of type UserPropertyModifier and TypeMethodDescriptionUserPropertiesService.getProperties(User user) UserPropertiesServiceImpl.getProperties(User user) Methods in net.datenwerke.security.service.usermanager with parameters of type UserPropertyModifier and TypeMethodDescriptionbooleanUserPropertiesService.removeProperty(User user, UserProperty property) booleanUserPropertiesServiceImpl.removeProperty(User user, UserProperty property) voidUserPropertiesService.setProperty(User user, UserProperty property) voidUserPropertiesServiceImpl.setProperty(User user, UserProperty property) Method parameters in net.datenwerke.security.service.usermanager with type arguments of type UserPropertyModifier and TypeMethodDescriptionvoidUserPropertiesService.setProperties(User user, Set<UserProperty> properties) voidUserPropertiesServiceImpl.setProperties(User user, Set<UserProperty> properties) -
Uses of UserProperty in net.datenwerke.security.service.usermanager.entities
Methods in net.datenwerke.security.service.usermanager.entities that return UserPropertyMethods in net.datenwerke.security.service.usermanager.entities that return types with arguments of type UserPropertyModifier and TypeMethodDescriptionUser.getProperties()Usually you would not want to call this directly.Method parameters in net.datenwerke.security.service.usermanager.entities with type arguments of type UserPropertyModifier and TypeMethodDescriptionvoidUser.setProperties(Set<UserProperty> properties) Usually you would not want to call this directly. -
Uses of UserProperty in net.datenwerke.security.service.usermanager.hooks
Methods in net.datenwerke.security.service.usermanager.hooks with parameters of type UserPropertyModifier and TypeMethodDescriptionvoidUserPropertyChangedHook.afterUserPropertyChange(User user, UserProperty oldValue, UserProperty newValue) voidUserPropertyChangedHook.beforeUserPropertyChange(User user, UserProperty oldValue, UserProperty newValue) -
Uses of UserProperty in net.datenwerke.security.service.usermanager.mockup
Methods in net.datenwerke.security.service.usermanager.mockup that return UserPropertyMethods in net.datenwerke.security.service.usermanager.mockup that return types with arguments of type UserPropertyMethods in net.datenwerke.security.service.usermanager.mockup with parameters of type UserPropertyModifier and TypeMethodDescriptionbooleanUserPropertiesServiceMockup.removeProperty(User user, UserProperty property) voidUserPropertiesServiceMockup.setProperty(User user, UserProperty property) Method parameters in net.datenwerke.security.service.usermanager.mockup with type arguments of type UserPropertyModifier and TypeMethodDescriptionvoidUserPropertiesServiceMockup.setProperties(User user, Set<UserProperty> properties)