info.informatica.security.auth
Class Authenticator

java.lang.Object
  extended by info.informatica.security.auth.Authenticator

public class Authenticator
extends Object

Author:
carlos

Constructor Summary
Authenticator()
           
 
Method Summary
 boolean authenticate(LoginPrincipal loginname, ProtectionRealm realm, PasswordAccount pwinfo, String chresponse)
           
 Challenge getChallenge(LoginPrincipal loginname, ProtectionRealm realm, int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authenticator

public Authenticator()
Method Detail

authenticate

public boolean authenticate(LoginPrincipal loginname,
                            ProtectionRealm realm,
                            PasswordAccount pwinfo,
                            String chresponse)

getChallenge

public Challenge getChallenge(LoginPrincipal loginname,
                              ProtectionRealm realm,
                              int index)