Uses of Interface
com.okta.sdk.resource.PasswordSettingObject
-
Packages that use PasswordSettingObject Package Description com.okta.sdk.resource -
-
Uses of PasswordSettingObject in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PasswordSettingObject Modifier and Type Method Description PasswordSettingObject
CapabilitiesUpdateObject. getPassword()
PasswordSettingObject
PasswordSettingObject. setChange(ChangeEnum change)
PasswordSettingObject
PasswordSettingObject. setSeed(SeedEnum seed)
PasswordSettingObject
PasswordSettingObject. setStatus(EnabledStatus status)
Methods in com.okta.sdk.resource with parameters of type PasswordSettingObject Modifier and Type Method Description CapabilitiesUpdateObject
CapabilitiesUpdateObject. setPassword(PasswordSettingObject password)
-