public class AuthenticatedRequest extends HttpRequestDecorator implements IAuthenticatedRequest
| Modifier and Type | Field and Description |
|---|---|
private character |
authenticationChallenge |
private character |
authenticationMethod |
private object<? extends Credentials> |
credentials |
private java.util.List<object<? extends IauthFilterEventHandler>> |
listeners |
| Constructor and Description |
|---|
AuthenticatedRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
__net_http_AuthenticatedRequest_constructor__(object<? extends IhttpRequest> _poHttpRequest) |
void |
__net_http_AuthenticatedRequest_execute__() |
private object<? extends IauthFilterEventHandler>[] |
_getAuthenticationCallbacks() |
void |
addAuthentication() |
void |
addAuthenticationCallback(object<? extends IauthFilterEventHandler> _poListener) |
integer |
getAuthenticationCallbacks(OutputExtentParameter<object<? extends IauthFilterEventHandler>> _extpoListeners) |
character |
getAuthenticationChallenge() |
character |
getAuthenticationMethod() |
object<? extends Credentials> |
getCredentials() |
void |
removeAuthenticationCallback(object<? extends IauthFilterEventHandler> _poListener) |
void |
setChallenge(character _pcAuthMethod,
character _pcChallenge) |
void |
setCredentials(object<? extends Credentials> _var) |
__net_http_HttpRequestDecorator_constructor__, __net_http_HttpRequestDecorator_execute__, clearCookies, clearHeaders, getAdapter, getCharacterEncoding, getContentLength, getContentMd5, getContentType, getCookie, getCookies, getDecoratedHttpRequest, getEntity, getHeader, getHeaders, getMethod, getTransferEncoding, getUri, getVersion, hasCookie, hasCookie, hasHeader, removeCookie, removeCookie, removeHeader, setCharacterEncoding, setContentLength, setContentMd5, setContentType, setCookie, setCookies, setEntity, setHeader, setHeaders, setMethod, setTransferEncoding, setUri, setVersion__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, assertNotNull, assertNotNull, getLegacyClass, getNextSibling, getPrevSibling, legacyClone, legacyEquals, toLegacyStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait__isValidInternal__, __lang_BaseObject_constructor__, __setValidInternal__, getLegacyClass, getNextSibling, getPrevSibling, isTracked, legacyClone, legacyEquals, toLegacyStringprivate character authenticationMethod
private object<? extends Credentials> credentials
private character authenticationChallenge
private java.util.List<object<? extends IauthFilterEventHandler>> listeners
public void __net_http_AuthenticatedRequest_execute__()
public void __net_http_AuthenticatedRequest_constructor__(object<? extends IhttpRequest> _poHttpRequest)
public void addAuthentication()
addAuthentication in interface IAuthenticatedRequestpublic void setChallenge(character _pcAuthMethod, character _pcChallenge)
setChallenge in interface IAuthenticatedRequestpublic void addAuthenticationCallback(object<? extends IauthFilterEventHandler> _poListener)
addAuthenticationCallback in interface IAuthenticatedRequestpublic void removeAuthenticationCallback(object<? extends IauthFilterEventHandler> _poListener)
removeAuthenticationCallback in interface IAuthenticatedRequestpublic integer getAuthenticationCallbacks(OutputExtentParameter<object<? extends IauthFilterEventHandler>> _extpoListeners)
getAuthenticationCallbacks in interface IAuthenticatedRequestprivate object<? extends IauthFilterEventHandler>[] _getAuthenticationCallbacks()
public character getAuthenticationMethod()
getAuthenticationMethod in interface IAuthenticatedRequestpublic object<? extends Credentials> getCredentials()
getCredentials in interface IAuthenticatedRequestpublic void setCredentials(object<? extends Credentials> _var)
setCredentials in interface IAuthenticatedRequestpublic character getAuthenticationChallenge()
getAuthenticationChallenge in interface IAuthenticatedRequest