Uses of Interface
org.apache.geronimo.security.jacc.RunAsSource

Packages that use RunAsSource
org.apache.geronimo.jetty6   
org.apache.geronimo.openejb   
org.apache.geronimo.security.jacc   
org.apache.geronimo.tomcat   
org.apache.geronimo.tomcat.util   
 

Uses of RunAsSource in org.apache.geronimo.jetty6
 

Constructors in org.apache.geronimo.jetty6 with parameters of type RunAsSource
JettyWebAppContext(String objectName, String originalSpecDD, Map<String,Object> componentContext, ClassLoader classLoader, URL configurationBaseUrl, Set unshareableResources, Set applicationManagedSecurityResources, String displayName, Map contextParamMap, Collection<String> listenerClassNames, boolean distributable, Map mimeMap, String[] welcomeFiles, Map<String,String> localeEncodingMapping, Map errorPages, org.mortbay.jetty.security.Authenticator authenticator, String realmName, Map<String,String> tagLibMap, boolean compactPath, int sessionTimeoutSeconds, SessionHandlerFactory handlerFactory, PreHandlerFactory preHandlerFactory, String policyContextID, String securityRealmName, RunAsSource runAsSource, Holder holder, Host host, TransactionManager transactionManager, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, JettyContainer jettyContainer, RuntimeCustomizer contextCustomizer, J2EEServer server, J2EEApplication application, Kernel kernel)
           
 

Uses of RunAsSource in org.apache.geronimo.openejb
 

Constructors in org.apache.geronimo.openejb with parameters of type RunAsSource
EjbDeployment(String objectName, String deploymentId, String ejbName, String homeInterfaceName, String remoteInterfaceName, String localHomeInterfaceName, String localInterfaceName, String serviceEndpointInterfaceName, String beanClassName, ClassLoader classLoader, boolean securityEnabled, String defaultRole, String runAsRole, RunAsSource runAsSource, Context componentContext, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, OpenEjbSystem openEjbSystem)
           
EjbDeploymentGBean(String objectName, String deploymentId, String ejbName, String homeInterfaceName, String remoteInterfaceName, String localHomeInterfaceName, String localInterfaceName, String serviceEndpointInterfaceName, String beanClassName, ClassLoader classLoader, boolean securityEnabled, String defaultRole, String runAsRole, RunAsSource runAsSource, Map componentContext, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, org.apache.geronimo.transaction.manager.GeronimoTransactionManager transactionManager, OpenEjbSystem openEjbSystem, Kernel kernel)
           
 

Uses of RunAsSource in org.apache.geronimo.security.jacc
 

Classes in org.apache.geronimo.security.jacc that implement RunAsSource
 class ApplicationPolicyConfigurationManager
           
 

Fields in org.apache.geronimo.security.jacc declared as RunAsSource
static RunAsSource RunAsSource.NULL
           
 

Uses of RunAsSource in org.apache.geronimo.tomcat
 

Constructors in org.apache.geronimo.tomcat with parameters of type RunAsSource
TomcatWebAppContext(ClassLoader classLoader, String objectName, String originalSpecDD, URL configurationBaseUrl, SecurityHolder securityHolder, String virtualServer, Map componentContext, Set unshareableResources, Set applicationManagedSecurityResources, TransactionManager transactionManager, org.apache.geronimo.connector.outbound.connectiontracking.TrackedConnectionAssociator trackedConnectionAssociator, TomcatContainer container, RunAsSource runAsSource, ObjectRetriever tomcatRealm, ObjectRetriever clusteredValveRetriever, ValveGBean tomcatValveChain, LifecycleListenerGBean lifecycleListenerChain, CatalinaClusterGBean cluster, ObjectRetriever managerRetriever, boolean crossContext, String workDir, boolean disableCookies, Map webServices, Holder holder, RuntimeCustomizer contextCustomizer, J2EEServer server, J2EEApplication application, Kernel kernel)
           
 

Uses of RunAsSource in org.apache.geronimo.tomcat.util
 

Methods in org.apache.geronimo.tomcat.util that return RunAsSource
 RunAsSource SecurityHolder.getRunAsSource()
           
 

Methods in org.apache.geronimo.tomcat.util with parameters of type RunAsSource
 void SecurityHolder.setRunAsSource(RunAsSource runAsSource)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.