Uses of Class
com.okta.idx.sdk.api.model.UserProfile
Packages that use UserProfile
Package
Description
-
Uses of UserProfile in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client with parameters of type UserProfileModifier and TypeMethodDescriptionIDXAuthenticationWrapper.register
(ProceedContext proceedContext, UserProfile userProfile, Credentials credentials) Register new user with the supplied user profile reference. -
Uses of UserProfile in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return UserProfile -
Uses of UserProfile in com.okta.idx.sdk.api.request
Methods in com.okta.idx.sdk.api.request with parameters of type UserProfileModifier and TypeMethodDescriptionEnrollUserProfileUpdateRequestBuilder.withUserProfile
(UserProfile userProfile) -
Uses of UserProfile in com.okta.idx.sdk.api.serializers
Methods in com.okta.idx.sdk.api.serializers with parameters of type UserProfileModifier and TypeMethodDescriptionvoid
UserProfileSerializer.serialize
(UserProfile userProfile, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider)