Uses of Interface
org.apache.xmlrpc.server.AbstractReflectiveHandlerMapping.AuthenticationHandler
-
Packages that use AbstractReflectiveHandlerMapping.AuthenticationHandler Package Description org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of AbstractReflectiveHandlerMapping.AuthenticationHandler in org.apache.xmlrpc.server
Fields in org.apache.xmlrpc.server declared as AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Field Description private AbstractReflectiveHandlerMapping.AuthenticationHandlerAbstractReflectiveHandlerMapping. authenticationHandlerMethods in org.apache.xmlrpc.server that return AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description AbstractReflectiveHandlerMapping.AuthenticationHandlerAbstractReflectiveHandlerMapping. getAuthenticationHandler()Returns the authentication handler, if any, or null.Methods in org.apache.xmlrpc.server with parameters of type AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description voidAbstractReflectiveHandlerMapping. 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.AuthenticationHandler Modifier and Type Field Description private AbstractReflectiveHandlerMapping.AuthenticationHandlerXmlRpcServlet. authenticationHandlerMethods in org.apache.xmlrpc.webserver that return AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description AbstractReflectiveHandlerMapping.AuthenticationHandlerXmlRpcServlet. getAuthenticationHandler()Returns the servletsAbstractReflectiveHandlerMapping.AuthenticationHandler.Methods in org.apache.xmlrpc.webserver with parameters of type AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description voidXmlRpcServlet. setAuthenticationHandler(AbstractReflectiveHandlerMapping.AuthenticationHandler pHandler)Sets the servletsAbstractReflectiveHandlerMapping.AuthenticationHandler.
-