Package com.okta.sdk.resource.model
Class AuthenticatorEnrollmentPolicySettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorEnrollmentPolicySettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class AuthenticatorEnrollmentPolicySettings
extends Object
implements Serializable
**Note:** In Identity Engine, the Multifactor (MFA) Enrollment Policy name has changed to authenticator enrollment
policy. The policy type of `MFA_ENROLL` remains unchanged. However, the `settings` data is
updated for authenticators. Policy `settings` are included only for those authenticators that are enabled.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddauthenticatorsItem
(AuthenticatorEnrollmentPolicyAuthenticatorSettings authenticatorsItem) authenticators
(List<AuthenticatorEnrollmentPolicyAuthenticatorSettings> authenticators) boolean
List of authenticator policy settings <x-lifecycle class=\"oie\"></x-lifecycle> For orgs with the Authenticator enrollment policy feature enabled, the new default authenticator enrollment policy created by Okta contains the `authenticators` property in the policy settings.getType()
Get typeint
hashCode()
void
setAuthenticators
(List<AuthenticatorEnrollmentPolicyAuthenticatorSettings> authenticators) void
toString()
-
Field Details
-
JSON_PROPERTY_AUTHENTICATORS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
AuthenticatorEnrollmentPolicySettings
public AuthenticatorEnrollmentPolicySettings()
-
-
Method Details
-
authenticators
public AuthenticatorEnrollmentPolicySettings authenticators(List<AuthenticatorEnrollmentPolicyAuthenticatorSettings> authenticators) -
addauthenticatorsItem
public AuthenticatorEnrollmentPolicySettings addauthenticatorsItem(AuthenticatorEnrollmentPolicyAuthenticatorSettings authenticatorsItem) -
getAuthenticators
List of authenticator policy settings <x-lifecycle class=\"oie\"></x-lifecycle> For orgs with the Authenticator enrollment policy feature enabled, the new default authenticator enrollment policy created by Okta contains the `authenticators` property in the policy settings. Existing default authenticator enrollment policies from a migrated Classic Engine org remain unchanged. The policies still use the `factors` property in their settings. The `authenticators` parameter allows you to configure all available authenticators, including authentication and recovery. The `factors` parameter only allows you to configure multifactor authentication.- Returns:
- authenticators
-
setAuthenticators
public void setAuthenticators(List<AuthenticatorEnrollmentPolicyAuthenticatorSettings> authenticators) -
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-