Class AbstractParEndpoint
java.lang.Object
org.keycloak.protocol.oidc.par.endpoints.AbstractParEndpoint
- Direct Known Subclasses:
ParEndpoint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClientModelprotected Corsprotected final EventBuilderprotected final RealmModelprotected final KeycloakSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected voidcheckSsl()protected CorsErrorResponseExceptionerrorResponseException(String error, String detail, jakarta.ws.rs.core.Response.Status status) protected byte[]
-
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
-
errorResponseException
protected CorsErrorResponseException errorResponseException(String error, String detail, jakarta.ws.rs.core.Response.Status status)
-