Class AbstractParEndpoint
java.lang.Object
org.keycloak.protocol.oidc.par.endpoints.AbstractParEndpoint
- Direct Known Subclasses:
ParEndpoint
-
Field Summary
Modifier and TypeFieldDescriptionprotected ClientModel
protected Cors
protected final EventBuilder
protected final RealmModel
protected final KeycloakSession
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
checkSsl()
protected byte[]
protected CorsErrorResponseException
throwErrorResponseException
(String error, String detail, jakarta.ws.rs.core.Response.Status status)
-
Field Details
-
session
-
event
-
realm
-
cors
-
client
-
-
Constructor Details
-
AbstractParEndpoint
-
-
Method Details
-
checkSsl
protected void checkSsl() -
checkRealm
protected void checkRealm() -
authorizeClient
protected void authorizeClient() -
getHash
-
throwErrorResponseException
protected CorsErrorResponseException throwErrorResponseException(String error, String detail, jakarta.ws.rs.core.Response.Status status)
-