Class UserPropertiesServiceImpl
java.lang.Object
net.datenwerke.security.service.usermanager.UserPropertiesServiceImpl
- All Implemented Interfaces:
UserPropertiesService
-
Constructor Summary
ConstructorsConstructorDescriptionUserPropertiesServiceImpl(<any> entityManagerProvider, HookHandlerService hookHandlerService) -
Method Summary
Modifier and TypeMethodDescriptiongetProperties(User user) getProperty(User user, String key) getPropertyValue(User user, String key) voidremoveProperty(User user, String key) booleanremoveProperty(User user, UserProperty property) voidsetProperties(User user, Set<UserProperty> properties) voidsetProperty(User user, UserProperty property) voidsetPropertyValue(User user, String key, Object value)
-
Constructor Details
-
Method Details
-
setProperty
- Specified by:
setPropertyin interfaceUserPropertiesService
-
setPropertyValue
- Specified by:
setPropertyValuein interfaceUserPropertiesService
-
getPropertyKeys
@SimpleQuery(select=<error>, from=UserProperty.class, distinct=true, orderBy=@OrderBy(attribute=<error>)) public List<String> getPropertyKeys()- Specified by:
getPropertyKeysin interfaceUserPropertiesService
-
getProperty
- Specified by:
getPropertyin interfaceUserPropertiesService
-
getPropertyValue
- Specified by:
getPropertyValuein interfaceUserPropertiesService
-
removeProperty
- Specified by:
removePropertyin interfaceUserPropertiesService
-
removeProperty
- Specified by:
removePropertyin interfaceUserPropertiesService
-
getProperties
- Specified by:
getPropertiesin interfaceUserPropertiesService
-
setProperties
- Specified by:
setPropertiesin interfaceUserPropertiesService
-