java.lang.Object
org.iplass.mtp.impl.auth.authenticate.oidc.command.AccountDisconnectCommand
- すべての実装されたインタフェース:
org.iplass.mtp.command.Command
public class AccountDisconnectCommand
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
static final String WEBAPI_NAME
- 関連項目:
-
-
PARAM_DEFINITION_NAME
static final String PARAM_DEFINITION_NAME
- 関連項目:
-
-
STAT_SUCCESS
static final String STAT_SUCCESS
- 関連項目:
-
-
コンストラクタの詳細
-
AccountDisconnectCommand
public AccountDisconnectCommand()
-
メソッドの詳細
-
execute
public String execute(org.iplass.mtp.command.RequestContext request)
- 定義:
execute インタフェース内 org.iplass.mtp.command.Command