org.wso2.wsas.admin.service.util
Class AdminDatabaseAuthenticator

java.lang.Object
  extended by org.wso2.wsas.admin.service.util.AdminDatabaseAuthenticator
All Implemented Interfaces:
Authenticator

public class AdminDatabaseAuthenticator
extends java.lang.Object
implements Authenticator

Handles DB Based User Authentication


Constructor Summary
AdminDatabaseAuthenticator()
           
 
Method Summary
 boolean authenticate(java.lang.String userName, java.lang.String password, org.apache.axis2.context.ConfigurationContext configCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminDatabaseAuthenticator

public AdminDatabaseAuthenticator()
Method Detail

authenticate

public boolean authenticate(java.lang.String userName,
                            java.lang.String password,
                            org.apache.axis2.context.ConfigurationContext configCtx)
Specified by:
authenticate in interface Authenticator