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