org.apache.xmlrpc.server

Interface AbstractReflectiveHandlerMapping.AuthenticationHandler

public interface AbstractReflectiveHandlerMapping.AuthenticationHandler

An object implementing this interface may be used to validate user names and passwords.
Method Summary
booleanisAuthorized(XmlRpcRequest pRequest)
Returns, whether the user is authenticated and authorized to perform the request.

Method Detail

isAuthorized

public boolean isAuthorized(XmlRpcRequest pRequest)
Returns, whether the user is authenticated and authorized to perform the request.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.