refactored BASIC and FORM authentication functionality out of SecurityFilter and...
authormaxcooper <maxcooper>
Mon, 7 Jul 2003 13:12:56 +0000 (13:12 +0000)
committermaxcooper <maxcooper>
Mon, 7 Jul 2003 13:12:56 +0000 (13:12 +0000)
commit3cfbdc7ede37009e53c1873878bed3390f62e8bb
tree8d948ca098137701b352c38fb568e1de688b995c
parent39466272978dbc6cb89973f169b6c505a8c9337d
refactored BASIC and FORM authentication functionality out of SecurityFilter and into their own classes
FORM based authentication is tested and functional, will test BASIC and make any needed fixes soon
src/share/org/securityfilter/authenticator/Authenticator.java [new file with mode: 0644]
src/share/org/securityfilter/authenticator/AuthenticatorFactory.java [new file with mode: 0644]
src/share/org/securityfilter/authenticator/BasicAuthenticator.java [new file with mode: 0644]
src/share/org/securityfilter/authenticator/FormAuthenticator.java [new file with mode: 0644]
src/share/org/securityfilter/filter/SecurityFilter.java
src/share/org/securityfilter/filter/SecurityRequestWrapper.java