Package org.keycloak.services
Class ErrorPage
- java.lang.Object
-
- org.keycloak.services.ErrorPage
-
public class ErrorPage extends Object
- Author:
- Stian Thorgersen
-
-
Constructor Summary
Constructors Constructor Description ErrorPage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.ws.rs.core.Response
error(KeycloakSession session, AuthenticationSessionModel authenticationSession, javax.ws.rs.core.Response.Status status, String message, Object... parameters)
-
-
-
Method Detail
-
error
public static javax.ws.rs.core.Response error(KeycloakSession session, AuthenticationSessionModel authenticationSession, javax.ws.rs.core.Response.Status status, String message, Object... parameters)
-
-