public abstract class AbstractParEndpoint extends Object
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
client |
protected Cors |
cors |
protected EventBuilder |
event |
protected RealmModel |
realm |
protected KeycloakSession |
session |
Constructor and Description |
---|
AbstractParEndpoint(KeycloakSession session,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
protected void |
authorizeClient() |
protected void |
checkRealm() |
protected void |
checkSsl() |
protected byte[] |
getHash(String inputData) |
protected CorsErrorResponseException |
throwErrorResponseException(String error,
String detail,
javax.ws.rs.core.Response.Status status) |
protected final KeycloakSession session
protected final EventBuilder event
protected final RealmModel realm
protected Cors cors
protected ClientModel client
public AbstractParEndpoint(KeycloakSession session, EventBuilder event)
protected void checkSsl()
protected void checkRealm()
protected void authorizeClient()
protected byte[] getHash(String inputData)
protected CorsErrorResponseException throwErrorResponseException(String error, String detail, javax.ws.rs.core.Response.Status status)
Copyright © 2021 JBoss by Red Hat. All rights reserved.