Uses of Interface
org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler
Packages that use AbstractReflectiveHandlerMapping.AuthenticationHandler
-
Uses of AbstractReflectiveHandlerMapping.AuthenticationHandler in org.apache.xmlrpc.server
Fields in org.apache.xmlrpc.server declared as AbstractReflectiveHandlerMapping.AuthenticationHandlerMethods in org.apache.xmlrpc.server that return AbstractReflectiveHandlerMapping.AuthenticationHandlerModifier and TypeMethodDescriptionAbstractReflectiveHandlerMapping.getAuthenticationHandler()
Returns the authentication handler, if any, or null.Methods in org.apache.xmlrpc.server with parameters of type AbstractReflectiveHandlerMapping.AuthenticationHandlerModifier and TypeMethodDescriptionvoid
AbstractReflectiveHandlerMapping.setAuthenticationHandler
(AbstractReflectiveHandlerMapping.AuthenticationHandler pAuthenticationHandler) Sets the authentication handler, if any, or null. -
Uses of AbstractReflectiveHandlerMapping.AuthenticationHandler in org.apache.xmlrpc.webserver
Fields in org.apache.xmlrpc.webserver declared as AbstractReflectiveHandlerMapping.AuthenticationHandlerMethods in org.apache.xmlrpc.webserver that return AbstractReflectiveHandlerMapping.AuthenticationHandlerModifier and TypeMethodDescriptionXmlRpcServlet.getAuthenticationHandler()
Returns the servletsAbstractReflectiveHandlerMapping.AuthenticationHandler
.Methods in org.apache.xmlrpc.webserver with parameters of type AbstractReflectiveHandlerMapping.AuthenticationHandlerModifier and TypeMethodDescriptionvoid
XmlRpcServlet.setAuthenticationHandler
(AbstractReflectiveHandlerMapping.AuthenticationHandler pHandler) Sets the servletsAbstractReflectiveHandlerMapping.AuthenticationHandler
.