Package org.apache.xmlrpc.server
Interface AbstractReflectiveHandlerMapping.AuthenticationHandler
-
- Enclosing class:
- AbstractReflectiveHandlerMapping
public static interface AbstractReflectiveHandlerMapping.AuthenticationHandler
An object implementing this interface may be used to validate user names and passwords.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAuthorized(XmlRpcRequest pRequest)
Returns, whether the user is authenticated and authorized to perform the request.
-
-
-
Method Detail
-
isAuthorized
boolean isAuthorized(XmlRpcRequest pRequest) throws XmlRpcException
Returns, whether the user is authenticated and authorized to perform the request.- Throws:
XmlRpcException
-
-