Class AbstractParEndpoint

java.lang.Object
org.keycloak.protocol.oidc.par.endpoints.AbstractParEndpoint
Direct Known Subclasses:
ParEndpoint

public abstract class AbstractParEndpoint extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • checkSsl

      protected void checkSsl()
    • checkRealm

      protected void checkRealm()
    • authorizeClient

      protected void authorizeClient()
    • getHash

      protected byte[] getHash(String inputData)
    • throwErrorResponseException

      protected CorsErrorResponseException throwErrorResponseException(String error, String detail, jakarta.ws.rs.core.Response.Status status)