クラス IdPasswordAutoLoginHandler
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.builtin.web.IdPasswordAutoLoginHandler
- すべての実装されたインタフェース:
org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
public class IdPasswordAutoLoginHandler
extends Object
implements org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
ID/PasswordベースのAutoLoginHandler。
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明org.iplass.mtp.impl.auth.authenticate.AutoLoginInstructionhandle(org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user) handleException(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.ApplicationException e, org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user) voidhandleSuccess(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.command.RequestContext req, org.iplass.mtp.impl.auth.UserContext user) booleanbooleanvoidsetEnableBasicAuthentication(boolean enableBasicAuthentication) voidsetRejectAmbiguousRequest(boolean rejectAmbiguousRequest) クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
inited
-
フィールド詳細
-
AUTH_ID_HEADER
- 関連項目:
-
AUTH_PASSWORD_HEADER
- 関連項目:
-
-
コンストラクタの詳細
-
IdPasswordAutoLoginHandler
public IdPasswordAutoLoginHandler()
-
-
メソッドの詳細
-
isRejectAmbiguousRequest
public boolean isRejectAmbiguousRequest() -
setRejectAmbiguousRequest
public void setRejectAmbiguousRequest(boolean rejectAmbiguousRequest) -
isEnableBasicAuthentication
public boolean isEnableBasicAuthentication() -
setEnableBasicAuthentication
public void setEnableBasicAuthentication(boolean enableBasicAuthentication) -
handle
public org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction handle(org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user) - 定義:
handleインタフェース内org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
-
handleSuccess
public void handleSuccess(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.command.RequestContext req, org.iplass.mtp.impl.auth.UserContext user) - 定義:
handleSuccessインタフェース内org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
-
handleException
public Exception handleException(org.iplass.mtp.impl.auth.authenticate.AutoLoginInstruction ali, org.iplass.mtp.ApplicationException e, org.iplass.mtp.command.RequestContext req, boolean isLogined, org.iplass.mtp.impl.auth.UserContext user) - 定義:
handleExceptionインタフェース内org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
-