Class HttpRequestImpl

  • All Implemented Interfaces:
    org.keycloak.http.HttpRequest

    public class HttpRequestImpl
    extends Object
    implements org.keycloak.http.HttpRequest
    • Constructor Detail

      • HttpRequestImpl

        public HttpRequestImpl​(org.jboss.resteasy.spi.HttpRequest delegate)
    • Method Detail

      • getHttpMethod

        public String getHttpMethod()
        Specified by:
        getHttpMethod in interface org.keycloak.http.HttpRequest
      • getDecodedFormParameters

        public javax.ws.rs.core.MultivaluedMap<String,​String> getDecodedFormParameters()
        Specified by:
        getDecodedFormParameters in interface org.keycloak.http.HttpRequest
      • getMultiPartFormParameters

        public javax.ws.rs.core.MultivaluedMap<String,​org.keycloak.http.FormPartValue> getMultiPartFormParameters()
        Specified by:
        getMultiPartFormParameters in interface org.keycloak.http.HttpRequest
      • getHttpHeaders

        public javax.ws.rs.core.HttpHeaders getHttpHeaders()
        Specified by:
        getHttpHeaders in interface org.keycloak.http.HttpRequest
      • getClientCertificateChain

        public X509Certificate[] getClientCertificateChain()
        Specified by:
        getClientCertificateChain in interface org.keycloak.http.HttpRequest
      • getUri

        public javax.ws.rs.core.UriInfo getUri()
        Specified by:
        getUri in interface org.keycloak.http.HttpRequest