org.marketcetera.ors.ws
Class DBAuthenticator
java.lang.Object
org.marketcetera.ors.ws.DBAuthenticator
- All Implemented Interfaces:
- Authenticator
public class DBAuthenticator
- extends Object
- implements Authenticator
A session authenticator that uses the database for authentication.
- Since:
- 1.0.0
- Version:
- $Id: DBAuthenticator.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DBAuthenticator
public DBAuthenticator()
shouldAllow
public boolean shouldAllow(StatelessClientContext context,
String user,
char[] password)
throws IncompatibleComponentsException
- Specified by:
shouldAllow in interface Authenticator
- Throws:
IncompatibleComponentsException
Copyright © 2012. All Rights Reserved.