Package au.org.ala.web
Class UserDetails
java.lang.Object
au.org.ala.web.UserDetails
- All Implemented Interfaces:
Serializable
ALA User Details object, many properties are optional and could be null.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserDetails(Long id, String firstName, String lastName, String userName, String userId, Boolean locked, String primaryUserType, String secondaryUserType, String organisation, String city, String state, String telephone, Set<String> roles) Deprecated.UserDetails(Long id, String firstName, String lastName, String userName, String userId, Boolean locked, String organisation, String city, String state, String country, Set<String> roles) Deprecated.UserDetails(Long id, String firstName, String lastName, String userName, String userId, Boolean locked, Set<String> roles) Deprecated.UserDetails(Long id, String firstName, String lastName, String userName, String email, String userId, Boolean locked, Boolean activated, String organisation, String city, String state, String country, Set<String> roles) UserDetails(Long id, String firstName, String lastName, String userName, String email, String userId, Boolean locked, Boolean activated, Map<String, String> props, Set<String> roles) UserDetails(Long id, String firstName, String lastName, String userName, String email, String userId, Boolean locked, Boolean activated, Set<String> roles) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCity()getEmail()getId()Deprecated.getProps()getRoles()Deprecated.getState()Deprecated.inthashCode()voidsetActivated(Boolean activated) voidvoidsetCountry(String country) voidvoidsetFirstName(String firstName) voidvoidsetLastName(String lastName) voidvoidsetOrganisation(String organisation) voidsetPrimaryUserType(String primaryUserType) Deprecated.voidvoidvoidsetSecondaryUserTypeProperty(String secondaryUserType) Deprecated.voidvoidsetTelephone(String telephone) Deprecated.voidvoidsetUserName(String userName) toString()
-
Field Details
-
PRIMARY_USER_TYPE_PROPERTY
- See Also:
-
SECONDARY_USER_TYPE_PROPERTY
- See Also:
-
ORGANISATION_PROPERTY
- See Also:
-
CITY_PROPERTY
- See Also:
-
STATE_PROPERTY
- See Also:
-
COUNTRY_PROPERTY
- See Also:
-
TELEPHONE_PROPERTY
- See Also:
-
-
Constructor Details
-
UserDetails
-
UserDetails
@ConstructorProperties({"id","firstName","lastName","userName","userId","locked","roles"}) @Deprecated public UserDetails(Long id, String firstName, String lastName, String userName, String userId, Boolean locked, Set<String> roles) Deprecated. -
UserDetails
@ConstructorProperties({"id","firstName","lastName","userName","userId","locked","primaryUserType","secondaryUserType","organisation","city","state","telephone","roles"}) @Deprecated public UserDetails(Long id, String firstName, String lastName, String userName, String userId, Boolean locked, @Deprecated String primaryUserType, @Deprecated String secondaryUserType, String organisation, String city, String state, @Deprecated String telephone, Set<String> roles) Deprecated. -
UserDetails
@ConstructorProperties({"id","firstName","lastName","userName","userId","locked","organisation","city","state","country","roles"}) @Deprecated public UserDetails(Long id, String firstName, String lastName, String userName, String userId, Boolean locked, String organisation, String city, String state, String country, Set<String> roles) Deprecated. -
UserDetails
@ConstructorProperties({"id","firstName","lastName","userName","email","userId","locked","activated","organisation","city","state","country","roles"}) public UserDetails(Long id, String firstName, String lastName, String userName, String email, String userId, Boolean locked, Boolean activated, String organisation, String city, String state, String country, Set<String> roles) -
UserDetails
public UserDetails() -
UserDetails
-
-
Method Details
-
getUserId
-
getDisplayName
-
getPrimaryUserType
Deprecated. -
setPrimaryUserType
Deprecated. -
getSecondaryUserType
Deprecated. -
setSecondaryUserTypeProperty
Deprecated. -
getOrganisation
-
setOrganisation
-
getCity
-
setCity
-
getState
-
setState
-
getCountry
-
setCountry
-
getTelephone
Deprecated. -
setTelephone
Deprecated. -
getId
-
getFirstName
-
getLastName
-
getUserName
-
getEmail
-
getLocked
-
getActivated
-
getProps
-
getRoles
-
setId
-
setFirstName
-
setLastName
-
setUserName
-
setEmail
-
setUserId
-
setLocked
-
setActivated
-
setProps
-
setRoles
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-