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 IdentityProviderApplicationUser
Client. getIdentityProviderApplicationUser(java.lang.String idpId, java.lang.String userId)
Get Identity Provider Application User Fetches a linked IdP user by IDIdentityProviderApplicationUser
Client. 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 IdentityProviderApplicationUser
IdentityProviderApplicationUser. setCreated(java.lang.String created)
IdentityProviderApplicationUser
IdentityProviderApplicationUser. setExternalId(java.lang.String externalId)
IdentityProviderApplicationUser
IdentityProviderApplicationUser. setLastUpdated(java.lang.String lastUpdated)
IdentityProviderApplicationUser
IdentityProviderApplicationUser. setProfile(java.util.Map<java.lang.String,java.lang.Object> profile)
-