xflow.security
Class XflowUserAuthenticator

java.lang.Object
  extended byxflow.security.XflowUserAuthenticator
All Implemented Interfaces:
Authenticator

public class XflowUserAuthenticator
extends java.lang.Object
implements Authenticator


Constructor Summary
XflowUserAuthenticator()
           
 
Method Summary
 boolean authenticate(java.lang.String userName, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XflowUserAuthenticator

public XflowUserAuthenticator()
Method Detail

authenticate

public boolean authenticate(java.lang.String userName,
                            java.lang.String password)
Specified by:
authenticate in interface Authenticator