Modifier and Type | Method and Description |
---|---|
ActiveMQPrincipal |
CoreRemotingConnection.getDefaultActiveMQPrincipal()
Returns the default security principal
|
Modifier and Type | Method and Description |
---|---|
ActiveMQPrincipal |
RemotingConnectionImpl.getDefaultActiveMQPrincipal() |
Modifier and Type | Method and Description |
---|---|
ActiveMQPrincipal |
InVMConnection.getDefaultActiveMQPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
InVMAcceptor.setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal) |
Constructor and Description |
---|
InVMConnection(int serverID,
String id,
BufferHandler handler,
BaseConnectionLifeCycleListener listener,
Executor executor,
ActiveMQPrincipal defaultActiveMQPrincipal) |
Modifier and Type | Method and Description |
---|---|
ActiveMQPrincipal |
NettyConnection.getDefaultActiveMQPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
NettyAcceptor.setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal)
not allowed
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingService.allowInvmSecurityOverride(ActiveMQPrincipal principal)
Allow acceptors to use this as their default security Principal if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingServiceImpl.allowInvmSecurityOverride(ActiveMQPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
ActiveMQPrincipal |
Connection.getDefaultActiveMQPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
Acceptor.setDefaultActiveMQPrincipal(ActiveMQPrincipal defaultActiveMQPrincipal)
Set the default security Principal to be used when no user/pass are defined, only for InVM
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.