Package com.okta.sdk.resource.model
Class AuthenticatorMethodWebAuthnAllOfSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodWebAuthnAllOfSettings
- 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 AuthenticatorMethodWebAuthnAllOfSettings
extends Object
implements Serializable
AuthenticatorMethodWebAuthnAllOfSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaaguidGroups
(List<AAGUIDGroupObject> aaguidGroups) addaaguidGroupsItem
(AAGUIDGroupObject aaguidGroupsItem) attachment
(WebAuthnAttachment attachment) boolean
<x-lifecycle class=\"ea\"></x-lifecycle> The FIDO2 AAGUID groups available to the WebAuthn authenticatorGet attachmentGet userVerificationint
hashCode()
void
setAaguidGroups
(List<AAGUIDGroupObject> aaguidGroups) void
setAttachment
(WebAuthnAttachment attachment) void
setUserVerification
(UserVerificationEnum userVerification) toString()
userVerification
(UserVerificationEnum userVerification)
-
Field Details
-
JSON_PROPERTY_AAGUID_GROUPS
- See Also:
-
JSON_PROPERTY_USER_VERIFICATION
- See Also:
-
JSON_PROPERTY_ATTACHMENT
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodWebAuthnAllOfSettings
public AuthenticatorMethodWebAuthnAllOfSettings()
-
-
Method Details
-
aaguidGroups
-
addaaguidGroupsItem
public AuthenticatorMethodWebAuthnAllOfSettings addaaguidGroupsItem(AAGUIDGroupObject aaguidGroupsItem) -
getAaguidGroups
<x-lifecycle class=\"ea\"></x-lifecycle> The FIDO2 AAGUID groups available to the WebAuthn authenticator- Returns:
- aaguidGroups
-
setAaguidGroups
-
userVerification
public AuthenticatorMethodWebAuthnAllOfSettings userVerification(UserVerificationEnum userVerification) -
getUserVerification
Get userVerification- Returns:
- userVerification
-
setUserVerification
-
attachment
-
getAttachment
Get attachment- Returns:
- attachment
-
setAttachment
-
equals
-
hashCode
public int hashCode() -
toString
-