Package com.okta.sdk.resource.model
Class AuthenticatorKeyCustomApp
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorBase
com.okta.sdk.resource.model.AuthenticatorSimple
com.okta.sdk.resource.model.AuthenticatorKeyCustomApp
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthenticatorKeyCustomApp
extends AuthenticatorSimple
implements Serializable
AuthenticatorKeyCustomApp
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.AuthenticatorBase
JSON_PROPERTY_CREATED, JSON_PROPERTY_ID, JSON_PROPERTY_KEY, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_NAME, JSON_PROPERTY_STATUS, JSON_PROPERTY_TYPE, key
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionagreeToTerms
(Boolean agreeToTerms) boolean
A value of `true` indicates that the administrator accepts the [terms](https://www.okta.com/privacy-policy/)for creating a new authenticator.Get providerGet settingsint
hashCode()
void
setAgreeToTerms
(Boolean agreeToTerms) void
void
toString()
-
Field Details
-
JSON_PROPERTY_AGREE_TO_TERMS
- See Also:
-
JSON_PROPERTY_PROVIDER
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
AuthenticatorKeyCustomApp
public AuthenticatorKeyCustomApp()
-
-
Method Details
-
agreeToTerms
-
getAgreeToTerms
A value of `true` indicates that the administrator accepts the [terms](https://www.okta.com/privacy-policy/)for creating a new authenticator. Okta requires that you accept the terms when creating a new `custom_app` authenticator. Other authenticators don't require this field.- Returns:
- agreeToTerms
-
setAgreeToTerms
-
provider
-
getProvider
Get provider- Returns:
- provider
-
setProvider
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
- Overrides:
equals
in classAuthenticatorSimple
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthenticatorSimple
-
toString
- Overrides:
toString
in classAuthenticatorSimple
-