Class UserPropertiesServiceMockup
java.lang.Object
net.datenwerke.security.service.usermanager.mockup.UserPropertiesServiceMockup
- All Implemented Interfaces:
UserPropertiesService
-
Constructor Summary
Constructors -
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
-
UserPropertiesServiceMockup
public UserPropertiesServiceMockup()
-
-
Method Details
-
setProperty
- Specified by:
setPropertyin interfaceUserPropertiesService
-
setPropertyValue
- Specified by:
setPropertyValuein 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
-
getPropertyKeys
- Specified by:
getPropertyKeysin interfaceUserPropertiesService
-