Package com.okta.sdk.resource.model
Class WellKnownAppAuthenticatorConfiguration
java.lang.Object
com.okta.sdk.resource.model.WellKnownAppAuthenticatorConfiguration
- 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 WellKnownAppAuthenticatorConfiguration
extends Object
implements Serializable
WellKnownAppAuthenticatorConfiguration
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of Authenticator -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddsupportedMethodsItem(SupportedMethods supportedMethodsItem) appAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint) authenticatorId(String authenticatorId) createdDate(OffsetDateTime createdDate) booleanThe authenticator enrollment endpointThe unique identifier of the app authenticatorTimestamp when the Authenticator was createdgetKey()Get keyTimestamp when the Authenticator was last modifiedgetName()The authenticator display namegetOrgId()The `id` of the Okta OrgGet settingsGet supportedMethodsgetType()The type of AuthenticatorinthashCode()key(AuthenticatorKeyEnum key) lastUpdated(OffsetDateTime lastUpdated) voidsetAppAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint) voidsetAuthenticatorId(String authenticatorId) voidsetCreatedDate(OffsetDateTime createdDate) voidvoidsetLastUpdated(OffsetDateTime lastUpdated) voidvoidvoidvoidsetSupportedMethods(List<SupportedMethods> supportedMethods) voidsupportedMethods(List<SupportedMethods> supportedMethods) toString()
-
Field Details
-
JSON_PROPERTY_APP_AUTHENTICATOR_ENROLL_ENDPOINT
- See Also:
-
JSON_PROPERTY_AUTHENTICATOR_ID
- See Also:
-
JSON_PROPERTY_CREATED_DATE
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ORG_ID
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
JSON_PROPERTY_SUPPORTED_METHODS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
WellKnownAppAuthenticatorConfiguration
public WellKnownAppAuthenticatorConfiguration()
-
-
Method Details
-
appAuthenticatorEnrollEndpoint
public WellKnownAppAuthenticatorConfiguration appAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint) -
getAppAuthenticatorEnrollEndpoint
The authenticator enrollment endpoint- Returns:
- appAuthenticatorEnrollEndpoint
-
setAppAuthenticatorEnrollEndpoint
-
authenticatorId
-
getAuthenticatorId
The unique identifier of the app authenticator- Returns:
- authenticatorId
-
setAuthenticatorId
-
createdDate
-
getCreatedDate
Timestamp when the Authenticator was created- Returns:
- createdDate
-
setCreatedDate
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
lastUpdated
-
getLastUpdated
Timestamp when the Authenticator was last modified- Returns:
- lastUpdated
-
setLastUpdated
-
name
-
getName
The authenticator display name- Returns:
- name
-
setName
-
orgId
-
getOrgId
The `id` of the Okta Org- Returns:
- orgId
-
setOrgId
-
settings
public WellKnownAppAuthenticatorConfiguration settings(WellKnownAppAuthenticatorConfigurationSettings settings) -
getSettings
Get settings- Returns:
- settings
-
setSettings
-
supportedMethods
public WellKnownAppAuthenticatorConfiguration supportedMethods(List<SupportedMethods> supportedMethods) -
addsupportedMethodsItem
public WellKnownAppAuthenticatorConfiguration addsupportedMethodsItem(SupportedMethods supportedMethodsItem) -
getSupportedMethods
Get supportedMethods- Returns:
- supportedMethods
-
setSupportedMethods
-
type
-
getType
The type of Authenticator- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-