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

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

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

Subinterfaces of JBMSecurityManager in org.jboss.messaging.core.security
 interface JBMUpdateableSecurityManager
          extends JBMSecurityManager to allow the addition and removal of users and roles.
 

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 a real JAAS Authentication Manager and will typically be used within an appserver and it up via jndi.
 class JBMSecurityManagerImpl
          A basic implementation of the JBMUpdateableSecurityManager.
 

Methods in org.jboss.messaging.core.security.impl with parameters of type JBMSecurityManager
 void SecurityStoreImpl.setSecurityManager(JBMSecurityManager securityManager)
           
 

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
 void MessagingServer.setSecurityManager(JBMSecurityManager securityManager)
           
 

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

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

Methods in org.jboss.messaging.core.server.impl with parameters of type JBMSecurityManager
 void MessagingServerImpl.setSecurityManager(JBMSecurityManager securityManager)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.