org.jboss.security.jacc.JBossPolicyConfiguration The JACC PolicyConfiguration implementation. This class associates a context id with the permission ops it passes along to the global DelegatingPolicy instance. @author Scott.Stark@jboss.org @version $Revision: 1.4.2.1 $
org.jboss.security.jacc.DelegatingPolicy A JAAC Policy provider implementation that delegates any non-JACC permissions to the java.security.Policy either passed in to the ctor, or the pre existing Policy.getPolicy value. @author Scott.Stark@jboss.org @version $Revision: 1.5.4.7 $
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.hibernate.secure.JACCPermissions Copied from JBoss org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.security.SecurityActions @author <a HREF="mailto:kabir.khan@jboss.org">Kabir Khan</a>
org.jboss.ejb3.security.SecurityActions A collection of privileged actions for this package Copy paste from package org.jboss.ejb.plugins and org.jboss.ejb. Did not want to rely on this from org.jboss.ejb.plugins package since this is packaged in jboss.jar which will not be part of the embedded distribution. @author Scott.Stark@jboss. ...
org.objectweb.jonas.ear.EarServiceImpl JOnAS EAR Service Implementation class. This class provides an implementation of the ear service. @author Florent Benoit @author Ludovic Bert Contributor(s): Adriana Danes: highlight configuration properties Eric Hardesty: added ability to include rar files in an ear Michel-Ange Anton : new JSR77 ...
org.jboss.web.tomcat.security.JaccAuthorizationRealm A subclass of JBossSecurityMgrRealm that peforms authorization based on the JACC permissions and active Policy implementation. @author Scott.Stark@jboss.org @version $Revision: 1.1.4.6 $