org.marketcetera.ors.ws
Class DBAuthenticator

java.lang.Object
  extended by 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

Constructor Summary
DBAuthenticator()
           
 
Method Summary
 boolean shouldAllow(StatelessClientContext context, String user, char[] password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAuthenticator

public DBAuthenticator()
Method Detail

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.