Uses of Interface
org.jboss.messaging.core.security.JBMSecurityManager

Packages that use JBMSecurityManager
org.jboss.messaging.core.deployers.impl   
org.jboss.messaging.core.security.impl   
org.jboss.messaging.core.server   
org.jboss.messaging.core.server.impl   
org.jboss.messaging.integration.security   
 

Uses of JBMSecurityManager in org.jboss.messaging.core.deployers.impl
 

Constructors in org.jboss.messaging.core.deployers.impl with parameters of type JBMSecurityManager
BasicUserCredentialsDeployer(DeploymentManager deploymentManager, JBMSecurityManager jbmSecurityManager)
           
 

Uses of JBMSecurityManager in org.jboss.messaging.core.security.impl
 

Classes in org.jboss.messaging.core.security.impl that implement JBMSecurityManager
 class JAASSecurityManager
          This implementation delegates to the JAAS security interfaces.
 class JBMSecurityManagerImpl
          A basic implementation of the JBMUpdateableSecurityManager.
 

Constructors in org.jboss.messaging.core.security.impl with parameters of type JBMSecurityManager
SecurityStoreImpl(HierarchicalRepository<java.util.Set<Role>> securityRepository, JBMSecurityManager securityManager, long invalidationInterval, boolean securityEnabled, java.lang.String managementClusterUser, java.lang.String managementClusterPassword, NotificationService notificationService)
           
 

Uses of JBMSecurityManager in org.jboss.messaging.core.server
 

Methods in org.jboss.messaging.core.server that return JBMSecurityManager
 JBMSecurityManager MessagingServer.getSecurityManager()
           
 

Methods in org.jboss.messaging.core.server with parameters of type JBMSecurityManager
static MessagingServer Messaging.newMessagingServer(Configuration config, javax.management.MBeanServer mbeanServer, JBMSecurityManager securityManager)
           
static MessagingServer Messaging.newMessagingServer(Configuration config, javax.management.MBeanServer mbeanServer, JBMSecurityManager securityManager, boolean enablePersistence)
           
 

Uses of JBMSecurityManager in org.jboss.messaging.core.server.impl
 

Methods in org.jboss.messaging.core.server.impl that return JBMSecurityManager
 JBMSecurityManager MessagingServerImpl.getSecurityManager()
           
 

Constructors in org.jboss.messaging.core.server.impl with parameters of type JBMSecurityManager
MessagingServerImpl(Configuration configuration, JBMSecurityManager securityManager)
           
MessagingServerImpl(Configuration configuration, javax.management.MBeanServer mbeanServer, JBMSecurityManager securityManager)
           
 

Uses of JBMSecurityManager in org.jboss.messaging.integration.security
 

Classes in org.jboss.messaging.integration.security that implement JBMSecurityManager
 class JBossASSecurityManager
          This implementation delegates to the JBoss AS security interfaces (which in turn use JAAS) It can be used when running JBM in JBoss AS
 



Copyright © 2006 JBoss Inc. All Rights Reserved.