Uses of Class
org.tailormap.api.viewer.model.UserResponse
Packages that use UserResponse
-
Uses of UserResponse in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return UserResponseModifier and TypeMethodDescriptionUserResponse.addGroupPropertiesItem(AdditionalProperty groupPropertiesItem) UserResponse.addPropertiesItem(AdditionalProperty propertiesItem) UserResponse.addRolesItem(String rolesItem) UserResponse.groupProperties(@Nullable List<@Valid AdditionalProperty> groupProperties) UserResponse.isAuthenticated(@Nullable Boolean isAuthenticated) UserResponse.organisation(@Nullable String organisation) UserResponse.properties(@Nullable List<@Valid AdditionalProperty> properties) UserResponse.putRoleLabelsItem(String key, String roleLabelsItem) UserResponse.roleLabels(@Nullable Map<String, String> roleLabels)