|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityStore | |
---|---|
org.jboss.messaging.core.security.impl | |
org.jboss.messaging.core.server | |
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 |
---|
Methods in org.jboss.messaging.core.server that return SecurityStore | |
---|---|
SecurityStore |
ServerConnection.getSecurityStore()
|
SecurityStore |
MessagingServer.getSecurityStore()
|
Uses of SecurityStore in org.jboss.messaging.core.server.impl |
---|
Methods in org.jboss.messaging.core.server.impl that return SecurityStore | |
---|---|
SecurityStore |
MessagingServerImpl.getSecurityStore()
|
SecurityStore |
ServerConnectionImpl.getSecurityStore()
|
Constructors in org.jboss.messaging.core.server.impl with parameters of type SecurityStore | |
---|---|
ServerConnectionImpl(long id,
java.lang.String username,
java.lang.String password,
long remotingClientSessionID,
java.lang.String clientAddress,
PacketDispatcher dispatcher,
ResourceManager resourceManager,
StorageManager persistenceManager,
HierarchicalRepository<QueueSettings> queueSettingsRepository,
PostOffice postOffice,
SecurityStore securityStore,
ConnectionManager connectionManager)
|
|
ServerSessionImpl(long id,
boolean autoCommitSends,
boolean autoCommitAcks,
boolean xa,
ServerConnection connection,
ResourceManager resourceManager,
PacketReturner sender,
PacketDispatcher dispatcher,
StorageManager persistenceManager,
HierarchicalRepository<QueueSettings> queueSettingsRepository,
PostOffice postOffice,
SecurityStore securityStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |