org.jboss.seam.security.digest
Class DigestAuthenticator

java.lang.Object
  extended by org.jboss.seam.security.digest.DigestAuthenticator

public abstract class DigestAuthenticator
extends Object

This class provides methods for performing Digest (RFC 2617) authentication and is intended to be extended by a concrete Authenticator implementation.

Author:
Shane Bryzak

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

Constructor Detail

DigestAuthenticator

public DigestAuthenticator()
Method Detail

validatePassword

protected boolean validatePassword(String password)