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 AbstractAuthLogicHandler
HttpAuthenticationMethods. getNewHandler(int method, ProxyIoSession proxyIoSession)
Creates anAbstractAuthLogicHandler
to handle the authentication mechanism.AbstractAuthLogicHandler
HttpAuthenticationMethods. getNewHandler(ProxyIoSession proxyIoSession)
Creates anAbstractAuthLogicHandler
to 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 class
HttpBasicAuthLogicHandler
HttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.class
HttpNoAuthLogicHandler
HttpNoAuthLogicHandler.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 class
HttpDigestAuthLogicHandler
HttpDigestAuthLogicHandler.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 class
HttpNTLMAuthLogicHandler
HttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
-