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