Class UserResponse
java.lang.Object
org.tailormap.api.viewer.model.UserResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.25.0")
public class UserResponse
extends Object
implements Serializable
Information about authentication status and user information
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupPropertiesItem(AdditionalProperty groupPropertiesItem) addPropertiesItem(AdditionalProperty propertiesItem) addRolesItem(String rolesItem) boolean@Valid List<@Valid AdditionalProperty> Get groupPropertiestrue if the user is authenticatedorganisation of the authenticated user@Valid List<@Valid AdditionalProperty> Get propertiesMap of role identifiers to their display labels (if configured)getRoles()Get rolesusername of the authenticated usergroupProperties(@Nullable List<@Valid AdditionalProperty> groupProperties) inthashCode()isAuthenticated(@Nullable Boolean isAuthenticated) organisation(@Nullable String organisation) properties(@Nullable List<@Valid AdditionalProperty> properties) putRoleLabelsItem(String key, String roleLabelsItem) roleLabels(@Nullable Map<String, String> roleLabels) voidsetGroupProperties(List<@Valid AdditionalProperty> groupProperties) voidsetIsAuthenticated(Boolean isAuthenticated) voidsetOrganisation(String organisation) voidsetProperties(List<@Valid AdditionalProperty> properties) voidsetRoleLabels(Map<String, String> roleLabels) voidvoidsetUsername(String username) toString()
-
Constructor Details
-
UserResponse
public UserResponse()
-
-
Method Details
-
isAuthenticated
-
getIsAuthenticated
-
setIsAuthenticated
-
username
-
getUsername
-
setUsername
-
organisation
-
getOrganisation
-
setOrganisation
-
roles
-
addRolesItem
-
getRoles
-
setRoles
-
roleLabels
-
putRoleLabelsItem
-
getRoleLabels
-
setRoleLabels
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
groupProperties
-
addGroupPropertiesItem
-
getGroupProperties
Get groupProperties- Returns:
- groupProperties
-
setGroupProperties
-
equals
-
hashCode
-
toString
-