クラス MetaWebAuthn.WebAuthnRuntime
java.lang.Object
org.iplass.mtp.impl.metadata.BaseMetaDataRuntime
org.iplass.mtp.impl.auth.authenticate.webauthn.MetaWebAuthn.WebAuthnRuntime
- すべての実装されたインタフェース:
org.iplass.mtp.impl.metadata.MetaDataRuntime
- 含まれているクラス:
MetaWebAuthn
public class MetaWebAuthn.WebAuthnRuntime
extends org.iplass.mtp.impl.metadata.BaseMetaDataRuntime
-
メソッドの概要
修飾子とタイプメソッド説明voidcheckEnableRegistrationRequest(org.iplass.mtp.auth.AuthContext authContext) booleanisAllowedOnPolicy(org.iplass.mtp.impl.auth.authenticate.builtin.policy.MetaAuthenticationPolicy.AuthenticationPolicyRuntime policy) publicKeyCredentialCreationOptions(org.iplass.mtp.auth.User user, WebAuthnServer server) publicKeyCredentialRequestOptions(WebAuthnServer server, boolean requireUserVerification) voidregistrationRequest(String publicKeyCredentialJson, org.iplass.mtp.auth.User user, String policyName, WebAuthnServer server) verify(String publicKeyCredentialJson, WebAuthnServer server, boolean requireUserVerification) クラスから継承されたメソッド org.iplass.mtp.impl.metadata.BaseMetaDataRuntime
checkState, hasIllegalStateException, setIllegalStateException
-
メソッドの詳細
-
getMetaData
-
isAllowedOnPolicy
public boolean isAllowedOnPolicy(org.iplass.mtp.impl.auth.authenticate.builtin.policy.MetaAuthenticationPolicy.AuthenticationPolicyRuntime policy) -
checkEnableRegistrationRequest
public void checkEnableRegistrationRequest(org.iplass.mtp.auth.AuthContext authContext) -
publicKeyCredentialRequestOptions
public String publicKeyCredentialRequestOptions(WebAuthnServer server, boolean requireUserVerification) -
publicKeyCredentialCreationOptions
public String publicKeyCredentialCreationOptions(org.iplass.mtp.auth.User user, WebAuthnServer server) -
registrationRequest
public void registrationRequest(String publicKeyCredentialJson, org.iplass.mtp.auth.User user, String policyName, WebAuthnServer server) -
verify
public WebAuthnVerifyResult verify(String publicKeyCredentialJson, WebAuthnServer server, boolean requireUserVerification)
-