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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class WellKnownAppAuthenticatorConfiguration
extends Object
implements Serializable
WellKnownAppAuthenticatorConfiguration
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The type of Authenticator -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddsupportedMethodsItem
(SupportedMethods supportedMethodsItem) appAuthenticatorEnrollEndpoint
(String appAuthenticatorEnrollEndpoint) authenticatorId
(String authenticatorId) createdDate
(OffsetDateTime createdDate) boolean
The 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 Authenticatorint
hashCode()
key
(AuthenticatorKeyEnum key) lastUpdated
(OffsetDateTime lastUpdated) void
setAppAuthenticatorEnrollEndpoint
(String appAuthenticatorEnrollEndpoint) void
setAuthenticatorId
(String authenticatorId) void
setCreatedDate
(OffsetDateTime createdDate) void
void
setLastUpdated
(OffsetDateTime lastUpdated) void
void
void
void
setSupportedMethods
(List<SupportedMethods> supportedMethods) void
supportedMethods
(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
-