java.lang.Object
org.iplass.mtp.impl.auth.authenticate.webauthn.command.RegistrationCommand
- すべての実装されたインタフェース:
org.iplass.mtp.command.Command
public class RegistrationCommand
extends Object
implements org.iplass.mtp.command.Command
-
フィールドの概要
フィールド
(package private) static final String
(package private) static final String
(package private) static final String
-
-
メソッドの概要
execute(org.iplass.mtp.command.RequestContext request)
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
フィールド詳細
-
WEBAPI_NAME
public static final String WEBAPI_NAME
- 関連項目:
-
-
PARAM_DEFINITION_NAME
static final String PARAM_DEFINITION_NAME
- 関連項目:
-
-
PARAM_PUBLIC_KEY_CREDENTIAL
static final String PARAM_PUBLIC_KEY_CREDENTIAL
- 関連項目:
-
-
STAT_SUCCESS
static final String STAT_SUCCESS
- 関連項目:
-
-
コンストラクタの詳細
-
RegistrationCommand
public RegistrationCommand()
-
メソッドの詳細
-
execute
public String execute(org.iplass.mtp.command.RequestContext request)
- 定義:
execute インタフェース内 org.iplass.mtp.command.Command