Uses of Class
com.okta.sdk.resource.model.IdentityProviderApplicationUser
-
Uses of IdentityProviderApplicationUser in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionIdentityProviderUsersApi.getIdentityProviderApplicationUser
(String idpId, String userId) Retrieve a User for IdP Retrieves a linked IdP User by IDIdentityProviderUsersApi.getIdentityProviderApplicationUser
(String idpId, String userId, Map<String, String> additionalHeaders) Retrieve a User for IdP Retrieves a linked IdP User by IDIdentityProviderUsersApi.linkUserToIdentityProvider
(String idpId, String userId, UserIdentityProviderLinkRequest userIdentityProviderLinkRequest) Link a User to IdP Links an Okta User to an existing SAML or social Identity Provider.IdentityProviderUsersApi.linkUserToIdentityProvider
(String idpId, String userId, UserIdentityProviderLinkRequest userIdentityProviderLinkRequest, Map<String, String> additionalHeaders) Link a User to IdP Links an Okta User to an existing SAML or social Identity Provider.Modifier and TypeMethodDescriptionIdentityProviderUsersApi.listIdentityProviderApplicationUsers
(String idpId, String q, String after, Integer limit, String expand) List all Users for IdP Lists all the Users linked to an Identity ProviderIdentityProviderUsersApi.listIdentityProviderApplicationUsers
(String idpId, String q, String after, Integer limit, String expand, Map<String, String> additionalHeaders) List all Users for IdP Lists all the Users linked to an Identity Provider -
Uses of IdentityProviderApplicationUser in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionIdentityProviderApplicationUser.links
(IdentityProviderApplicationUserLinks links) IdentityProviderApplicationUser.putprofileItem
(String key, Object profileItem)