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

静的公開メンバ関数

static Response errorResponse (int status, String error, String errorDescription)
 

詳解

著者
Marek Posolda

関数詳解

◆ errorResponse()

static Response org.keycloak.authentication.authenticators.client.ClientAuthUtil.errorResponse ( int  status,
String  error,
String  errorDescription 
)
inlinestatic
31  {
32  OAuth2ErrorRepresentation errorRep = new OAuth2ErrorRepresentation(error, errorDescription);
33  return Response.status(status).entity(errorRep).type(MediaType.APPLICATION_JSON_TYPE).build();
34  }

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