org.jboss.security.auth.spi.AbstractServerLoginModule This class implements the common functionality required for a JAAS server side LoginModule and implements the JBossSX standard Subject usage pattern of storing identities and roles. Subclass this module to create your own custom LoginModule and override the login(), getRoleSets() and getIdentity() ...
org.jboss.test.security.test.XMLLoginModulesUnitTestCase Tests of the LoginModule classes using the XMLLoginConfigImpl implementation of the JAAS login module configuration. @author Scott.Stark@jboss.org @version $Revision: 1.5.2.3 $
org.jboss.mq.security.SecurityManager A JAAS based security manager for JBossMQ. @author Peter Antman @author Scott.Stark@jboss.org @version $Revision: 1.11.6.1 $
org.jboss.security.jacc.ContextPolicy The permissions for a JACC context id. This implementation is based on the 3.2.x model of associating the declarative roles with the Subject of the authenticated caller. This allows the 3.2.x login modules to be used as the source of the authentication and authorization information. @author Scott. ...
org.jboss.security.auth.spi.IdentityLoginModule A simple login module that simply associates the principal specified in the module options with any subject authenticated against the module. The type of Principal class used is <code>org.jboss.security.SimplePrincipal.</code> <p> If no principal option is specified a principal w ...
org.jboss.web.tomcat.security.HttpServletRequestLoginModule An abstract subclass of UsernamePasswordLoginModule that makes the HttpServletRequest from the client attempting to login available to the Login Module. You could invoke the getHttpServletRequest() inside your getUsersPassword() method implementation, allowing you to access information from the H ...