Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
IdentityProviderApplicationUser |
IdentityProviderApi.getIdentityProviderApplicationUser(java.lang.String idpId,
java.lang.String userId)
Retrieve a User
Retrieves a linked IdP user by ID
|
IdentityProviderApplicationUser |
IdentityProviderApi.linkUserToIdentityProvider(java.lang.String idpId,
java.lang.String userId,
UserIdentityProviderLinkRequest userIdentityProviderLinkRequest)
Link a User to a Social IdP
Links an Okta user to an existing Social Identity Provider.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IdentityProviderApplicationUser> |
IdentityProviderApi.listIdentityProviderApplicationUsers(java.lang.String idpId)
List all Users
Find all the users linked to an identity provider
|
Modifier and Type | Method and Description |
---|---|
IdentityProviderApplicationUser |
IdentityProviderApplicationUser.created(java.lang.String created) |
IdentityProviderApplicationUser |
IdentityProviderApplicationUser.externalId(java.lang.String externalId) |
IdentityProviderApplicationUser |
IdentityProviderApplicationUser.lastUpdated(java.lang.String lastUpdated) |
IdentityProviderApplicationUser |
IdentityProviderApplicationUser.profile(java.util.Map<java.lang.String,java.lang.Object> profile) |
IdentityProviderApplicationUser |
IdentityProviderApplicationUser.putProfileItem(java.lang.String key,
java.lang.Object profileItem) |
Copyright © 2017-2022 Okta. All Rights Reserved.