Uses of Interface
com.okta.sdk.resource.application.PasswordSettingObject
-
Packages that use PasswordSettingObject Package Description com.okta.sdk.resource.application -
-
Uses of PasswordSettingObject in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application 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.application with parameters of type PasswordSettingObject Modifier and Type Method Description CapabilitiesUpdateObject
CapabilitiesUpdateObject. setPassword(PasswordSettingObject password)
-