Uses of Class
org.openapitools.client.model.IdentityProviderApplicationUser
Packages that use IdentityProviderApplicationUser
-
Uses of IdentityProviderApplicationUser in org.openapitools.client.api
Methods in org.openapitools.client.api that return IdentityProviderApplicationUserModifier and TypeMethodDescriptionIdentityProviderApi.getIdentityProviderApplicationUser
(String idpId, String userId) Retrieve a User Retrieves a linked IdP user by IDIdentityProviderApi.linkUserToIdentityProvider
(String idpId, String userId, UserIdentityProviderLinkRequest userIdentityProviderLinkRequest) Link a User to a Social IdP Links an Okta user to an existing Social Identity Provider.Methods in org.openapitools.client.api that return types with arguments of type IdentityProviderApplicationUserModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<IdentityProviderApplicationUser>
IdentityProviderApi.getIdentityProviderApplicationUserWithHttpInfo
(String idpId, String userId) Retrieve a User Retrieves a linked IdP user by IDorg.springframework.http.ResponseEntity<IdentityProviderApplicationUser>
IdentityProviderApi.linkUserToIdentityProviderWithHttpInfo
(String idpId, String userId, UserIdentityProviderLinkRequest userIdentityProviderLinkRequest) Link a User to a Social IdP Links an Okta user to an existing Social Identity Provider.IdentityProviderApi.listIdentityProviderApplicationUsers
(String idpId) List all Users Find all the users linked to an identity providerorg.springframework.http.ResponseEntity<List<IdentityProviderApplicationUser>>
IdentityProviderApi.listIdentityProviderApplicationUsersWithHttpInfo
(String idpId) List all Users Find all the users linked to an identity provider -
Uses of IdentityProviderApplicationUser in org.openapitools.client.model
Methods in org.openapitools.client.model that return IdentityProviderApplicationUserModifier and TypeMethodDescriptionIdentityProviderApplicationUser.externalId
(String externalId) IdentityProviderApplicationUser.lastUpdated
(String lastUpdated) IdentityProviderApplicationUser.putProfileItem
(String key, Object profileItem)