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