com.bankframe.services.security
Class NullBankFrameSecurityProvider
java.lang.Object
com.bankframe.services.security.NullBankFrameSecurityProvider
- All Implemented Interfaces:
- BankFrameSecurityProvider
public class NullBankFrameSecurityProvider
- extends Object
- implements BankFrameSecurityProvider
This class provides a dummy implementation that allows all requests to
be processed.
Method Summary |
Vector |
dispatch(Vector datapacket,
Route route)
This method must verify that specified request is permitted to be processed. |
NullBankFrameSecurityProvider
public NullBankFrameSecurityProvider()
- Default Constructor
dispatch
public Vector dispatch(Vector datapacket,
Route route)
throws ProcessingErrorException,
RemoteException
- Description copied from interface:
BankFrameSecurityProvider
- This method must verify that specified request is permitted to be processed.
If this method returns null then the request is assumed to be permitted.
If this method returns a Vector of DataPackets then these DataPackets will
be returned to the client and the request will be considered to be processed.
If a request is not to be permitted then a ProcessingErrorException (or subclass)
will be thrown
- Specified by:
dispatch
in interface BankFrameSecurityProvider
- Parameters:
datapacket
- Vector of DataPackets containing the request dataroute
- Route instance providing meta data about the route
- Throws:
ProcessingErrorException
- if the request should not be processed
RemoteException
- if an application server error occurs- See Also:
DefaultBankFrameSecurityProvider.dispatch(Vector,Route)
Copyright © 2005, 2007, Oracle. All rights reserved.