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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class WellKnownAppAuthenticatorConfiguration
extends Object
implements Serializable
WellKnownAppAuthenticatorConfiguration
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Gets or Sets type -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddSupportedMethodsItem
(SupportedMethods supportedMethodsItem) appAuthenticatorEnrollEndpoint
(String appAuthenticatorEnrollEndpoint) authenticatorId
(String authenticatorId) createdDate
(OffsetDateTime createdDate) boolean
Get appAuthenticatorEnrollEndpointThe unique identifier of the app authenticatorGet createdDategetKey()
Get keyGet lastUpdatedgetName()
The authenticator display namegetOrgId()
Get orgIdGet settingsGet supportedMethodsgetType()
Get typeint
hashCode()
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
Get appAuthenticatorEnrollEndpoint- Returns:
- appAuthenticatorEnrollEndpoint
-
setAppAuthenticatorEnrollEndpoint
-
authenticatorId
-
getAuthenticatorId
The unique identifier of the app authenticator- Returns:
- authenticatorId
-
setAuthenticatorId
-
createdDate
-
getCreatedDate
Get createdDate- Returns:
- createdDate
-
setCreatedDate
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
lastUpdated
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
setLastUpdated
-
name
-
getName
The authenticator display name- Returns:
- name
-
setName
-
orgId
-
getOrgId
Get orgId- 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
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-