Uses of Class
org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
-
-
Uses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http
Methods in org.apache.mina.proxy.handlers.http that return AbstractAuthLogicHandler Modifier and Type Method Description static AbstractAuthLogicHandlerHttpAuthenticationMethods. getNewHandler(int method, ProxyIoSession proxyIoSession)Creates anAbstractAuthLogicHandlerto handle the authentication mechanism.AbstractAuthLogicHandlerHttpAuthenticationMethods. getNewHandler(ProxyIoSession proxyIoSession)Creates anAbstractAuthLogicHandlerto handle the authentication mechanism. -
Uses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http.basic
Subclasses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http.basic Modifier and Type Class Description classHttpBasicAuthLogicHandlerHttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.classHttpNoAuthLogicHandlerHttpNoAuthLogicHandler.java - HTTP 'no auth' mechanism logic handler. -
Uses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http.digest
Subclasses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http.digest Modifier and Type Class Description classHttpDigestAuthLogicHandlerHttpDigestAuthLogicHandler.java - HTTP Digest authentication mechanism logic handler. -
Uses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http.ntlm
Subclasses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http.ntlm Modifier and Type Class Description classHttpNTLMAuthLogicHandlerHttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
-