Uses of Class
org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
Packages that use AbstractServerAuthModule Package Description org.jboss.security.auth.container.modules -
-
Uses of AbstractServerAuthModule in org.jboss.security.auth.container.modules
Subclasses of AbstractServerAuthModule in org.jboss.security.auth.container.modules Modifier and Type Class Description class
AllFailureServerAuthModule
Server Auth Module that sends a AuthStatus.FAILUREclass
AllSuccessServerAuthModule
ServerAuthModule that returns AuthStatus.SUCCESSclass
DelegatingServerAuthModule
Server Auth Module that delegates work to a login contextclass
HttpServletServerAuthModule
Server Auth Module capable of handling Http Servlet Authenticationclass
SimpleServerAuthModule
A simple implementation of an username/password based server auth module.
-