Uses of Interface
com.okta.sdk.resource.IdentityProviderApplicationUser
-
Packages that use IdentityProviderApplicationUser Package Description com.okta.sdk.client com.okta.sdk.resource -
-
Uses of IdentityProviderApplicationUser in com.okta.sdk.client
Methods in com.okta.sdk.client that return IdentityProviderApplicationUser Modifier and Type Method Description IdentityProviderApplicationUserClient. getIdentityProviderApplicationUser(java.lang.String idpId, java.lang.String userId)Get Identity Provider Application User Fetches a linked IdP user by IDIdentityProviderApplicationUserClient. linkUserToIdentityProvider(UserIdentityProviderLinkRequest userIdentityProviderLinkRequest, java.lang.String idpId, java.lang.String userId)Link a user to a Social IdP without a transaction Links an Okta user to an existing Social Identity Provider. -
Uses of IdentityProviderApplicationUser in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return IdentityProviderApplicationUser Modifier and Type Method Description IdentityProviderApplicationUserIdentityProviderApplicationUser. setCreated(java.lang.String created)IdentityProviderApplicationUserIdentityProviderApplicationUser. setExternalId(java.lang.String externalId)IdentityProviderApplicationUserIdentityProviderApplicationUser. setLastUpdated(java.lang.String lastUpdated)IdentityProviderApplicationUserIdentityProviderApplicationUser. setProfile(java.util.Map<java.lang.String,java.lang.Object> profile)
-