Class CreateWebAuthnRequest


  • public class CreateWebAuthnRequest
    extends CommonCreateRequest
    Class which holds all relevant data to request an web authentication operation.
    • Constructor Detail

      • CreateWebAuthnRequest

        public CreateWebAuthnRequest()
    • Method Detail

      • setAuthenticatorSelectionCriteria

        public void setAuthenticatorSelectionCriteria​(AuthenticatorSelectionCriteria authenticatorSelectionCriteria)
        Set the AuthenticatorSelectionCriteria to specify which type of authenticator you allow for the operation
        Parameters:
        authenticatorSelectionCriteria -
      • setDisplayName

        public void setDisplayName​(java.lang.String displayName)
        Set the displayName which will be included in the request
        Parameters:
        displayName -
      • getDisplayName

        public java.lang.String getDisplayName()