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 byte[]protected CorsErrorResponseExceptionthrowErrorResponseException(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)  
 -