Uses of Interface
com.okta.sdk.resource.profile.mapping.ProfileMapping
-
Packages that use ProfileMapping Package Description com.okta.sdk.client com.okta.sdk.resource.profile.mapping -
-
Uses of ProfileMapping in com.okta.sdk.client
Methods in com.okta.sdk.client that return ProfileMapping Modifier and Type Method Description ProfileMappingClient. getProfileMapping(java.lang.String mappingId)Get Profile Mapping Fetches a single Profile Mapping referenced by its ID. -
Uses of ProfileMapping in com.okta.sdk.resource.profile.mapping
Methods in com.okta.sdk.resource.profile.mapping that return ProfileMapping Modifier and Type Method Description ProfileMappingProfileMapping. setSource(ProfileMappingSource source)ProfileMappingProfileMapping. setTarget(ProfileMappingSource target)ProfileMappingProfileMapping. update(ProfileMapping profileMapping)Update Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings.Methods in com.okta.sdk.resource.profile.mapping with parameters of type ProfileMapping Modifier and Type Method Description ProfileMappingProfileMapping. update(ProfileMapping profileMapping)Update Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings.
-