クラス AuthInterceptor
java.lang.Object
org.iplass.mtp.impl.web.interceptors.AuthInterceptor
- すべての実装されたインタフェース:
org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>,RequestInterceptor
public class AuthInterceptor
extends Object
implements RequestInterceptor, org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidvoidinited(ActionMappingService service, org.iplass.mtp.spi.Config config) voidintercept(RequestInvocation invocation) voidinterceptResult(RequestInvocation invocation)
-
フィールド詳細
-
LOGOUT_FLAG
- 関連項目:
-
TEMPLATE_AFTER_LOGOUT
- 関連項目:
-
REDIRECT_PATH_AFTER_LOGOUT
- 関連項目:
-
REDIRECT_BY_AUTH_INTERCEPTOR
- 関連項目:
-
-
コンストラクタの詳細
-
AuthInterceptor
public AuthInterceptor()
-
-
メソッドの詳細
-
inited
- 定義:
initedインタフェース内org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
-
destroyed
public void destroyed()- 定義:
destroyedインタフェース内org.iplass.mtp.spi.ServiceInitListener<ActionMappingService>
-
intercept
- 定義:
interceptインタフェース内RequestInterceptor
-
interceptResult
- 定義:
interceptResultインタフェース内RequestInterceptor
-