keycloak
公開メンバ関数 | 限定公開変数類 | 全メンバ一覧
org.keycloak.authentication.ForkFlowException クラス
org.keycloak.authentication.ForkFlowException の継承関係図
Inheritance graph
org.keycloak.authentication.ForkFlowException 連携図
Collaboration graph

公開メンバ関数

FormMessage getSuccessMessage ()
 
FormMessage getErrorMessage ()
 
 ForkFlowException (FormMessage successMessage, FormMessage errorMessage)
 
AuthenticationFlowError getError ()
 
Response getResponse ()
 

限定公開変数類

FormMessage successMessage
 
FormMessage errorMessage
 

詳解

Thrown internally when authenticator wants to fork the current flow.

著者
Bill Burke
バージョン
Revision
1

構築子と解体子

◆ ForkFlowException()

org.keycloak.authentication.ForkFlowException.ForkFlowException ( FormMessage  successMessage,
FormMessage  errorMessage 
)
inline
41  {
42  super(AuthenticationFlowError.FORK_FLOW);
45  }
FormMessage errorMessage
Definition: ForkFlowException.java:31
FormMessage successMessage
Definition: ForkFlowException.java:30

関数詳解

◆ getError()

AuthenticationFlowError org.keycloak.authentication.AuthenticationFlowException.getError ( )
inlineinherited
61  {
62  return error;
63  }
AuthenticationFlowError error
Definition: AuthenticationFlowException.java:29

◆ getErrorMessage()

FormMessage org.keycloak.authentication.ForkFlowException.getErrorMessage ( )
inline
37  {
38  return errorMessage;
39  }
FormMessage errorMessage
Definition: ForkFlowException.java:31

◆ getResponse()

Response org.keycloak.authentication.AuthenticationFlowException.getResponse ( )
inlineinherited
65  {
66  return response;
67  }
Response response
Definition: AuthenticationFlowException.java:30

◆ getSuccessMessage()

FormMessage org.keycloak.authentication.ForkFlowException.getSuccessMessage ( )
inline
33  {
34  return successMessage;
35  }
FormMessage successMessage
Definition: ForkFlowException.java:30

メンバ詳解

◆ errorMessage

FormMessage org.keycloak.authentication.ForkFlowException.errorMessage
protected

◆ successMessage

FormMessage org.keycloak.authentication.ForkFlowException.successMessage
protected

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