クラス BearerTokenAutoLoginHandler
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.token.web.BearerTokenAutoLoginHandler
- すべての実装されたインタフェース:
org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
public class BearerTokenAutoLoginHandler
extends Object
implements org.iplass.mtp.impl.auth.authenticate.AutoLoginHandler
RFC6750ベースの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) booleanbooleanvoidsetAuthTokenHandler(org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler authTokenHandler) voidsetAuthTokenType(String authTokenType) voidsetBearerTokenHeaderOnly(boolean bearerTokenHeaderOnly) 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
-
フィールド詳細
-
HEADER_AUTHORIZATION
- 関連項目:
-
AUTH_SCHEME_BEARER
- 関連項目:
-
PARAM_ACCESS_TOKEN
- 関連項目:
-
-
コンストラクタの詳細
-
BearerTokenAutoLoginHandler
public BearerTokenAutoLoginHandler()
-
-
メソッドの詳細
-
isBearerTokenHeaderOnly
public boolean isBearerTokenHeaderOnly() -
setBearerTokenHeaderOnly
public void setBearerTokenHeaderOnly(boolean bearerTokenHeaderOnly) -
getAuthTokenType
-
setAuthTokenType
-
isRejectAmbiguousRequest
public boolean isRejectAmbiguousRequest() -
setRejectAmbiguousRequest
public void setRejectAmbiguousRequest(boolean rejectAmbiguousRequest) -
setAuthTokenHandler
public void setAuthTokenHandler(org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler authTokenHandler) -
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
-