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.AuthenticationHandler
AbstractReflectiveHandlerMapping. authenticationHandler
Methods in org.apache.xmlrpc.server that return AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description AbstractReflectiveHandlerMapping.AuthenticationHandler
AbstractReflectiveHandlerMapping. 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 void
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.AuthenticationHandler Modifier and Type Field Description private AbstractReflectiveHandlerMapping.AuthenticationHandler
XmlRpcServlet. authenticationHandler
Methods in org.apache.xmlrpc.webserver that return AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description AbstractReflectiveHandlerMapping.AuthenticationHandler
XmlRpcServlet. getAuthenticationHandler()
Returns the servletsAbstractReflectiveHandlerMapping.AuthenticationHandler
.Methods in org.apache.xmlrpc.webserver with parameters of type AbstractReflectiveHandlerMapping.AuthenticationHandler Modifier and Type Method Description void
XmlRpcServlet. setAuthenticationHandler(AbstractReflectiveHandlerMapping.AuthenticationHandler pHandler)
Sets the servletsAbstractReflectiveHandlerMapping.AuthenticationHandler
.
-