Uses of Class
org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
Packages that use AbstractAuthLogicHandler
Package
Description
-
Uses of AbstractAuthLogicHandler in org.apache.mina.proxy.handlers.http
Fields in org.apache.mina.proxy.handlers.http declared as AbstractAuthLogicHandlerModifier and TypeFieldDescriptionprivate AbstractAuthLogicHandlerHttpSmartProxyHandler.authHandlerThe automatically selected http authentication logic handler.Methods in org.apache.mina.proxy.handlers.http that return AbstractAuthLogicHandlerModifier and TypeMethodDescriptionstatic AbstractAuthLogicHandlerHttpAuthenticationMethods.getNewHandler(int method, ProxyIoSession proxyIoSession) Creates anAbstractAuthLogicHandlerto handle the authentication mechanism.HttpAuthenticationMethods.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.basicModifier and TypeClassDescriptionclassHttpBasicAuthLogicHandler.java - HTTP Basic authentication mechanism logic handler.classHttpNoAuthLogicHandler.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.digestModifier and TypeClassDescriptionclassHttpDigestAuthLogicHandler.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.ntlmModifier and TypeClassDescriptionclassHttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.