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

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

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

Classes in org.jboss.messaging.core.security.impl that implement SecurityStore
 class SecurityStoreImpl
          The JBM SecurityStore implementation
 

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

Constructors in org.jboss.messaging.core.server.impl with parameters of type SecurityStore
ServerSessionImpl(java.lang.String name, long oppositeChannelID, java.lang.String username, java.lang.String password, int minLargeMessageSize, boolean autoCommitSends, boolean autoCommitAcks, boolean preAcknowledge, boolean updateDeliveries, boolean xa, RemotingConnection remotingConnection, StorageManager storageManager, PostOffice postOffice, ResourceManager resourceManager, SecurityStore securityStore, java.util.concurrent.Executor executor, Channel channel, ManagementService managementService, QueueFactory queueFactory, MessagingServer server, SimpleString managementAddress, Channel replicatingChannel, boolean backup)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.