|
| 1.152 | modified | asaldhana | server/src/etc/conf/default/jboss-service.xml | Add the independent authentication and authorization manager services |
| 1.21 | modified | asaldhana | security/src/main/org/jboss/security/auth/login/XMLLoginConfigImpl.java | Value added method to return the authentication info for the JASPI layer |
| 1.2 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/modules/DelegatingServerAuthModule.java | Deal with Configuration that is preexisting |
| 1.2 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/WebContainerServerAuthConfig.java | Tie the needed contextid |
| 1.2 | modified | asaldhana | security/src/main/org/jboss/security/auth/container/JBossAuthContextFactory.java | Update the default AuthContextFactory to handle the webcontainer request forServerAuthContext |
| 1.1 | added | asaldhana | security/src/main/org/jboss/security/plugins/JASPISecurityManager.java | Independent authentication service and default implementation of a authentication manager |
| 1.1 | added | asaldhana | security/src/main/org/jboss/security/plugins/JASPISecurityManagerService.java | Independent authentication service and default implementation of a authentication manager |
| 1.1 | added | asaldhana | security/src/main/org/jboss/security/plugins/JASPISecurityManagerServiceMBean.java | Independent authentication service and default implementation of a authentication manager |
| 1.1 | added | asaldhana | security/src/main/org/jboss/security/plugins/AuthorizationManagerService.java | Independent Authorization Manager Service that takes of authorization decisions. |
| 1.1 | added | asaldhana | security/src/main/org/jboss/security/plugins/AuthorizationManagerServiceMBean.java | Independent Authorization Manager Service that takes of authorization decisions. |
| 1.1 | added | asaldhana | server/src/main/org/jboss/security/AuthorizationManager.java | Interfaces for the new generalized security layer. These will be moved to the security module soon along with the other interfaces. |
| 1.1 | added | asaldhana | server/src/main/org/jboss/security/GeneralizedAuthenticationManager.java | Interfaces for the new generalized security layer. These will be moved to the security module soon along with the other interfaces. |