Package org.tailormap.api.viewer.model
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.10.0")
public class UserResponse
extends Object
implements Serializable
Information about authentication status and user information
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddGroupPropertiesItem
(AdditionalProperty groupPropertiesItem) addPropertiesItem
(AdditionalProperty propertiesItem) addRolesItem
(String rolesItem) boolean
@Valid List<@Valid AdditionalProperty>
Get groupPropertiestrue if the user is authenticated@Valid List<@Valid AdditionalProperty>
Get propertiesgetRoles()
Get rolesusername of the authenticated usergroupProperties
(List<@Valid AdditionalProperty> groupProperties) int
hashCode()
isAuthenticated
(Boolean isAuthenticated) properties
(List<@Valid AdditionalProperty> properties) void
setGroupProperties
(List<@Valid AdditionalProperty> groupProperties) void
setIsAuthenticated
(Boolean isAuthenticated) void
setProperties
(List<@Valid AdditionalProperty> properties) void
void
setUsername
(String username) toString()
-
Constructor Details
-
UserResponse
public UserResponse()
-
-
Method Details
-
isAuthenticated
-
getIsAuthenticated
true if the user is authenticated- Returns:
- isAuthenticated
-
setIsAuthenticated
-
username
-
getUsername
username of the authenticated user- Returns:
- username
-
setUsername
-
roles
-
addRolesItem
-
getRoles
Get roles- Returns:
- roles
-
setRoles
-
properties
-
addPropertiesItem
-
getProperties
Get properties- Returns:
- properties
-
setProperties
-
groupProperties
-
addGroupPropertiesItem
-
getGroupProperties
Get groupProperties- Returns:
- groupProperties
-
setGroupProperties
-
equals
-
hashCode
public int hashCode() -
toString
-