Class UserPojo
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.rest.administration.security.UserPojo
- All Implemented Interfaces:
Serializable
This class is used for User related REST API calls.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()voidsetAttributes(List<AttributeComboPojo> pAttributes) voidvoidsetFirstName(String pFirstName) voidvoidsetIsActive(Boolean pIsActive) voidsetIsLocalUser(Boolean pIsLocalUser) voidsetLastName(String pLastName) voidsetPassword(String pPassword) voidvoidsetUserName(String pUserName) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
UserPojo
public UserPojo()
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setUserId
-
getUserId
-
setUserName
-
getUserName
-
setPassword
-
getPassword
-
setFirstName
-
getFirstName
-
setLastName
-
getLastName
-
setEmail
-
getEmail
-
setIsActive
-
getIsActive
-
setIsLocalUser
-
getIsLocalUser
-
setGroups
-
getGroups
-
setAttributes
-
getAttributes
-