Class w3c.jigsaw.auth.DigestAuthContextException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.auth.DigestAuthContextException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----w3c.jigsaw.auth.DigestAuthContextException

class DigestAuthContextException
extends Exception
A digest authentication filter. This filter will use both IP and basic authentication to try to authenticate incomming request. It should not be use for big user's database (typically the ones that have more than 1000 entries).

This class is not public and can therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index