Uses of Class
com.tremolosecurity.proxy.auth.webauthn.WebAuthnUserData
Packages that use WebAuthnUserData
-
Uses of WebAuthnUserData in com.tremolosecurity.proxy.auth.webauthn
Methods in com.tremolosecurity.proxy.auth.webauthn that return WebAuthnUserDataModifier and TypeMethodDescriptionstatic WebAuthnUserDataWebAuthnUserData.deserialize(org.json.simple.JSONObject root) static WebAuthnUserDataWebAuthnUtils.lookupWebAuthnUserData(AuthInfo userData, String attributeName, String encryptionKeyName) Methods in com.tremolosecurity.proxy.auth.webauthn with parameters of type WebAuthnUserDataModifier and TypeMethodDescriptionstatic voidWebAuthnUtils.storeWebAuthnUserData(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute) static voidWebAuthnUtils.storeWebAuthnUserData(WebAuthnUserData webAuthnUserData, String encryptionKeyName, AuthInfo userData, String workflowName, String uidAttributeName, String challengeStoreAttribute, String credentialIdAttribute, OpenUnisonAuthenticator newAuthentictor)