Package com.dyuproject.web.auth

Interface Summary
CredentialSource The credential datasource that the Authentication uses.
 

Class Summary
Authentication Web authorization - authenticates users via the "Authorization" and "WWW-Authenticate" header.
BasicAuthentication Web authorization using BASIC; Use only if in secure https mode because the user/pass is passed in clear test.
DigestAuthentication Web authorization using MD5 digest.
SimpleCredentialSource The credentials are retrieved from java.util.Properties.
SmartDigestAuthentication Web authorization using MD5 digest with expiry and prevents session hi-jacking
 



Copyright © 2008-2013. All Rights Reserved.