Package org.jboss.web.tomcat.security

Class Summary
CustomPrincipalValve (src) A valve that associates the Principal as obtained from the authentication layer with the request.
FormAuthValve (src) A valve that associates the j_username with the session under the attribute name j_username for use by form login/error pages.
HttpServletRequestCallback (src) An implementation of Callback that obtains the HttpServletRequest from the the client trying to authenticate.
HttpServletRequestLoginModule (src) An abstract subclass of UsernamePasswordLoginModule that makes the HttpServletRequest from the client attempting to login available to the Login Module.
HttpServletRequestPolicyContextHandler (src) A PolicyContextHandler for the active HttpServletRequest
HttpServletRequestValve (src) A Tomcat Valve that obtains the client's HttpServletRequest and saves it in a ThreadLocal variable.
JaccAuthorizationRealm (src) A subclass of JBossSecurityMgrRealm that peforms authorization based on the JACC permissions and active Policy implementation.
JaccContextValve (src) A Valve that sets the JACC context id and HttpServletRequest policy context handler value.
JBossSecurityMgrRealm (src) An implementation of the catelinz Realm and Valve interfaces.
SecurityAssociationValve (src) A Valve that sets/clears the SecurityAssociation information associated with the request thread for identity propagation.
WebCallbackHandler (src) An implementation of CallbackHandler that extends the default SecurityAssociationHandler to add Callbacks that only have sense in a Web environment.