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