Uses of Class
org.openapitools.client.model.AppUser
Packages that use AppUser
-
Uses of AppUser in org.openapitools.client.api
Methods in org.openapitools.client.api that return AppUserModifier and TypeMethodDescriptionApplicationApi.assignUserToApplication
(String appId, AppUser appUser) Assign a User Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).ApplicationApi.getApplicationUser
(String appId, String userId, String expand) Retrieve an Assigned User Retrieves a specific user assignment for application by `id`ApplicationApi.updateApplicationUser
(String appId, String userId, AppUser appUser) Update an Application Profile for Assigned User Updates a user's profile for an applicationMethods in org.openapitools.client.api that return types with arguments of type AppUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AppUser>
ApplicationApi.assignUserToApplicationWithHttpInfo
(String appId, AppUser appUser) Assign a User Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).org.springframework.http.ResponseEntity<AppUser>
ApplicationApi.getApplicationUserWithHttpInfo
(String appId, String userId, String expand) Retrieve an Assigned User Retrieves a specific user assignment for application by `id`ApplicationApi.listApplicationUsers
(String appId, String q, String queryScope, String after, Integer limit, String filter, String expand) List all Assigned Users Lists all assigned [application users](#application-user-model) for an applicationApplicationApi.listApplicationUsersWithHttpInfo
(String appId, String q, String queryScope, String after, Integer limit, String filter, String expand) List all Assigned Users Lists all assigned [application users](#application-user-model) for an applicationorg.springframework.http.ResponseEntity<AppUser>
ApplicationApi.updateApplicationUserWithHttpInfo
(String appId, String userId, AppUser appUser) Update an Application Profile for Assigned User Updates a user's profile for an applicationMethods in org.openapitools.client.api with parameters of type AppUserModifier and TypeMethodDescription<T> T
ApplicationApi.assignUserToApplication
(Class<?> T, String appId, AppUser appUser) Assign a User Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).ApplicationApi.assignUserToApplication
(String appId, AppUser appUser) Assign a User Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).org.springframework.http.ResponseEntity<AppUser>
ApplicationApi.assignUserToApplicationWithHttpInfo
(String appId, AppUser appUser) Assign a User Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).ApplicationApi.assignUserToApplicationWithPaginationInfo
(String appId, AppUser appUser) Assign a User Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).<T> T
ApplicationApi.updateApplicationUser
(Class<?> T, String appId, String userId, AppUser appUser) Update an Application Profile for Assigned User Updates a user's profile for an applicationApplicationApi.updateApplicationUser
(String appId, String userId, AppUser appUser) Update an Application Profile for Assigned User Updates a user's profile for an applicationorg.springframework.http.ResponseEntity<AppUser>
ApplicationApi.updateApplicationUserWithHttpInfo
(String appId, String userId, AppUser appUser) Update an Application Profile for Assigned User Updates a user's profile for an applicationApplicationApi.updateApplicationUserWithPaginationInfo
(String appId, String userId, AppUser appUser) Update an Application Profile for Assigned User Updates a user's profile for an application -
Uses of AppUser in org.openapitools.client.model
Methods in org.openapitools.client.model that return AppUser