Uses of Class
com.tremolosecurity.proxy.auth.webauthn.WebAuthnUserData
-
Uses of WebAuthnUserData in com.tremolosecurity.proxy.auth.webauthn
Modifier and TypeMethodDescriptionstatic WebAuthnUserData
WebAuthnUserData.deserialize
(org.json.simple.JSONObject root) static WebAuthnUserData
WebAuthnUtils.lookupWebAuthnUserData
(AuthInfo userData, String attributeName, String encryptionKeyName) Modifier and TypeMethodDescriptionstatic void
WebAuthnUtils.storeWebAuthnUserData
(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute) static void
WebAuthnUtils.storeWebAuthnUserData
(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute, String credentialIdAttribute, OpenUnisonAuthenticator newAuthentictor)