Class UserProperty
java.lang.Object
net.datenwerke.security.service.usermanager.entities.UserProperty
- All Implemented Interfaces:
Serializable
- 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")
public class UserProperty
extends Object
implements Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorUserProperty(String key, boolean value) UserProperty(String key, String value) -
Method Summary