Package com.okta.sdk.resource.model
Class EnrollmentActivationRequest
java.lang.Object
com.okta.sdk.resource.model.EnrollmentActivationRequest
- 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 EnrollmentActivationRequest
extends Object
implements Serializable
Enrollment Initialization Request
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Name of the fulfillment provider for the WebAuthn Preregistration Factor -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddcredResponsesItem
(WebAuthnCredResponse credResponsesItem) addyubicoSigningJwksItem
(ECKeyJWK yubicoSigningJwksItem) credResponses
(List<WebAuthnCredResponse> credResponses) boolean
fulfillmentProvider
(EnrollmentActivationRequest.FulfillmentProviderEnum fulfillmentProvider) List of credential responses from the fulfillment providerName of the fulfillment provider for the WebAuthn Preregistration FactorEncrypted JWE of PIN response from the fulfillment providerSerial number of the YubiKeyID of an existing Okta userFirmware version of the YubiKeyList of usable signing keys from Yubico (in JWKS format) used to verify the JWS inside the JWEint
hashCode()
pinResponseJwe
(String pinResponseJwe) void
setCredResponses
(List<WebAuthnCredResponse> credResponses) void
setFulfillmentProvider
(EnrollmentActivationRequest.FulfillmentProviderEnum fulfillmentProvider) void
setPinResponseJwe
(String pinResponseJwe) void
void
void
setVersion
(String version) void
setYubicoSigningJwks
(List<ECKeyJWK> yubicoSigningJwks) toString()
yubicoSigningJwks
(List<ECKeyJWK> yubicoSigningJwks)
-
Field Details
-
JSON_PROPERTY_CRED_RESPONSES
- See Also:
-
JSON_PROPERTY_FULFILLMENT_PROVIDER
- See Also:
-
JSON_PROPERTY_PIN_RESPONSE_JWE
- See Also:
-
JSON_PROPERTY_SERIAL
- See Also:
-
JSON_PROPERTY_USER_ID
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_YUBICO_SIGNING_JWKS
- See Also:
-
-
Constructor Details
-
EnrollmentActivationRequest
public EnrollmentActivationRequest()
-
-
Method Details
-
credResponses
-
addcredResponsesItem
-
getCredResponses
List of credential responses from the fulfillment provider- Returns:
- credResponses
-
setCredResponses
-
fulfillmentProvider
public EnrollmentActivationRequest fulfillmentProvider(EnrollmentActivationRequest.FulfillmentProviderEnum fulfillmentProvider) -
getFulfillmentProvider
Name of the fulfillment provider for the WebAuthn Preregistration Factor- Returns:
- fulfillmentProvider
-
setFulfillmentProvider
public void setFulfillmentProvider(EnrollmentActivationRequest.FulfillmentProviderEnum fulfillmentProvider) -
pinResponseJwe
-
getPinResponseJwe
Encrypted JWE of PIN response from the fulfillment provider- Returns:
- pinResponseJwe
-
setPinResponseJwe
-
serial
-
getSerial
Serial number of the YubiKey- Returns:
- serial
-
setSerial
-
userId
-
getUserId
ID of an existing Okta user- Returns:
- userId
-
setUserId
-
version
-
getVersion
Firmware version of the YubiKey- Returns:
- version
-
setVersion
-
yubicoSigningJwks
-
addyubicoSigningJwksItem
-
getYubicoSigningJwks
List of usable signing keys from Yubico (in JWKS format) used to verify the JWS inside the JWE- Returns:
- yubicoSigningJwks
-
setYubicoSigningJwks
-
equals
-
hashCode
public int hashCode() -
toString
-