Class UserProxy
- java.lang.Object
-
- org.openforis.collect.model.proxy.BasicUserProxy
-
- org.openforis.collect.model.proxy.UserProxy
-
- All Implemented Interfaces:
Proxy
public class UserProxy extends BasicUserProxy
- Author:
- S. Ricci
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()StringgetRawPassword()List<String>getRoles()voidsetPassword(String password)voidsetRawPassword(String rawPassword)voidsetRoles(List<String> roles)UsertoUser()-
Methods inherited from class org.openforis.collect.model.proxy.BasicUserProxy
getEnabled, getId, getUsername, setEnabled, setId, setUsername
-
-
-
-
Constructor Detail
-
UserProxy
public UserProxy(User user)
-
-