Package org.keycloak.adapters.pep
Class HttpAuthzRequest
java.lang.Object
org.keycloak.adapters.pep.HttpAuthzRequest
- All Implemented Interfaces:
HttpRequest
- Author:
- Pedro Igor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCookieValue(String name) getFirstParam(String name) getHeaders(String name) getInputStream(boolean buffered) getURI()booleanisSecure()
-
Constructor Details
-
HttpAuthzRequest
-
-
Method Details
-
getRelativePath
- Specified by:
getRelativePathin interfaceHttpRequest
-
getMethod
- Specified by:
getMethodin interfaceHttpRequest
-
getURI
- Specified by:
getURIin interfaceHttpRequest
-
getHeaders
- Specified by:
getHeadersin interfaceHttpRequest
-
getFirstParam
- Specified by:
getFirstParamin interfaceHttpRequest
-
getCookieValue
- Specified by:
getCookieValuein interfaceHttpRequest
-
getRemoteAddr
- Specified by:
getRemoteAddrin interfaceHttpRequest
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfaceHttpRequest
-
getHeader
- Specified by:
getHeaderin interfaceHttpRequest
-
getInputStream
- Specified by:
getInputStreamin interfaceHttpRequest
-
getPrincipal
- Specified by:
getPrincipalin interfaceHttpRequest
-