protected static class ReverseProxyRoute.ReverseProxyAuthzUserAction
extends jp.co.intra_mart.system.router.authz.user.BaseAuthzUserAction
修飾子 | コンストラクタと説明 |
---|---|
protected |
ReverseProxyAuthzUserAction(jp.co.intra_mart.system.reverse_proxy.config.path.ReverseProxy reverseProxy,
ReverseProxyHandler handler) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
authorize(String path,
PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
executeAuthorized(String path,
PathVariables variables,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
AuthzMappedEntry |
getMappedEntry(PathVariables variables,
Map<String,String[]> params)
認可リソースへのマッピング情報を返します。
|
addFilter, execute
protected ReverseProxyAuthzUserAction(jp.co.intra_mart.system.reverse_proxy.config.path.ReverseProxy reverseProxy, ReverseProxyHandler handler)
public AuthzMappedEntry getMappedEntry(PathVariables variables, Map<String,String[]> params)
AuthzResourceGetter
variables
- パス変数params
- パスの引数public boolean authorize(String path, PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
authorize
クラス内 jp.co.intra_mart.system.router.authz.AuthorizingAction
public boolean executeAuthorized(String path, PathVariables variables, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
executeAuthorized
クラス内 jp.co.intra_mart.system.router.authz.AuthorizingAction
javax.servlet.ServletException
IOException
Copyright © 2012 NTT DATA INTRAMART CORPORATION