Class WebAuthnUtils
java.lang.Object
com.tremolosecurity.proxy.auth.webauthn.WebAuthnUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebAuthnUserData
lookupWebAuthnUserData
(AuthInfo userData, String attributeName, String encryptionKeyName) static void
storeWebAuthnUserData
(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute) static void
storeWebAuthnUserData
(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute, String credentialIdAttribute, OpenUnisonAuthenticator newAuthentictor)
-
Constructor Details
-
WebAuthnUtils
public WebAuthnUtils()
-
-
Method Details
-
storeWebAuthnUserData
-
storeWebAuthnUserData
public static void storeWebAuthnUserData(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute, String credentialIdAttribute, OpenUnisonAuthenticator newAuthentictor) throws Exception - Throws:
Exception
-
lookupWebAuthnUserData
public static WebAuthnUserData lookupWebAuthnUserData(AuthInfo userData, String attributeName, String encryptionKeyName) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-