keycloak-service
静的公開メンバ関数 | 全メンバ一覧
org.keycloak.services.ErrorPage クラス
org.keycloak.services.ErrorPage 連携図
Collaboration graph

静的公開メンバ関数

static Response error (KeycloakSession session, AuthenticationSessionModel authenticationSession, Response.Status status, String message, Object... parameters)
 

詳解

著者
Stian Thorgersen

関数詳解

◆ error()

static Response org.keycloak.services.ErrorPage.error ( KeycloakSession  session,
AuthenticationSessionModel  authenticationSession,
Response.Status  status,
String  message,
Object...  parameters 
)
inlinestatic
30  {
31  return session.getProvider(LoginFormsProvider.class).setAuthenticationSession(authenticationSession).setError(message, parameters).createErrorPage(status);
32  }

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