Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource.user.schema | |
com.okta.sdk.resource.user.schema |
Modifier and Type | Method and Description |
---|---|
UserSchema |
Client.getApplicationUserSchema(String appInstanceId)
Fetches the Schema for an App User
Fetches the Schema for an App User
|
UserSchema |
Client.getUserSchema(String schemaId)
Fetches the schema for a Schema Id.
|
UserSchema |
Client.updateApplicationUserProfile(String appInstanceId)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
Client.updateApplicationUserProfile(String appInstanceId,
UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
Client.updateUserProfile(String schemaId,
UserSchema userSchema)
Partial updates on the User Profile properties of the user schema.
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
Client.updateApplicationUserProfile(String appInstanceId,
UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
Client.updateUserProfile(String schemaId,
UserSchema userSchema)
Partial updates on the User Profile properties of the user schema.
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
DefaultClient.getApplicationUserSchema(String appInstanceId)
Fetches the Schema for an App User
Fetches the Schema for an App User
|
UserSchema |
DefaultClient.getUserSchema(String schemaId)
Fetches the schema for a Schema Id.
|
UserSchema |
DefaultClient.updateApplicationUserProfile(String appInstanceId)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
DefaultClient.updateApplicationUserProfile(String appInstanceId,
UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
DefaultClient.updateUserProfile(String schemaId,
UserSchema userSchema)
Partial updates on the User Profile properties of the user schema.
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
DefaultClient.updateApplicationUserProfile(String appInstanceId,
UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
DefaultClient.updateUserProfile(String schemaId,
UserSchema userSchema)
Partial updates on the User Profile properties of the user schema.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserSchema
UserSchema
|
Modifier and Type | Method and Description |
---|---|
UserSchema |
DefaultUserSchema.setDefinitions(UserSchemaDefinitions definitions) |
UserSchema |
DefaultUserSchema.setTitle(String title) |
Modifier and Type | Method and Description |
---|---|
UserSchema |
UserSchema.setDefinitions(UserSchemaDefinitions definitions) |
UserSchema |
UserSchema.setTitle(String title) |
Copyright © 2017–2023 Okta. All rights reserved.