mitreid-connect
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.mitre.openid.connect.web.ServerConfigInterceptor クラス
org.mitre.openid.connect.web.ServerConfigInterceptor の継承関係図
Inheritance graph
org.mitre.openid.connect.web.ServerConfigInterceptor 連携図
Collaboration graph

公開メンバ関数

boolean preHandle (HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception
 

非公開変数類

ConfigurationPropertiesBean config
 
UIConfiguration ui
 

詳解

Injects the server configuration bean into the request context. This allows JSPs and the like to call "config.logoUrl" among others.

著者
jricher

関数詳解

◆ preHandle()

boolean org.mitre.openid.connect.web.ServerConfigInterceptor.preHandle ( HttpServletRequest  request,
HttpServletResponse  response,
Object  handler 
) throws Exception
inline
48  {
49  request.setAttribute("config", config);
50  request.setAttribute("ui", ui);
51  return true;
52  }
UIConfiguration ui
Definition: ServerConfigInterceptor.java:45
ConfigurationPropertiesBean config
Definition: ServerConfigInterceptor.java:42

メンバ詳解

◆ config

ConfigurationPropertiesBean org.mitre.openid.connect.web.ServerConfigInterceptor.config
private

◆ ui

UIConfiguration org.mitre.openid.connect.web.ServerConfigInterceptor.ui
private

このクラス詳解は次のファイルから抽出されました: