net.craftforge.essential.testsuite.environment.mocks
Class SimpleAuth

java.lang.Object
  extended by net.craftforge.essential.testsuite.environment.mocks.SimpleAuth
All Implemented Interfaces:
AuthenticationProvider

public class SimpleAuth
extends Object
implements AuthenticationProvider

Since:
23.05.2011
Author:
Christian Bick

Constructor Summary
SimpleAuth()
           
 
Method Summary
 boolean authenticates(String user, String pass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAuth

public SimpleAuth()
Method Detail

authenticates

public boolean authenticates(String user,
                             String pass)
Specified by:
authenticates in interface AuthenticationProvider


Copyright © 2011. All Rights Reserved.