Modifier and Type | Method and Description |
---|---|
HornetQPrincipal |
CoreRemotingConnection.getDefaultHornetQPrincipal()
Returns the default security principal
|
Modifier and Type | Method and Description |
---|---|
HornetQPrincipal |
RemotingConnectionImpl.getDefaultHornetQPrincipal() |
Modifier and Type | Method and Description |
---|---|
HornetQPrincipal |
InVMConnection.getDefaultHornetQPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
InVMAcceptor.setDefaultHornetQPrincipal(HornetQPrincipal defaultHornetQPrincipal) |
Constructor and Description |
---|
InVMConnection(int serverID,
String id,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor executor,
HornetQPrincipal defaultHornetQPrincipal) |
Modifier and Type | Method and Description |
---|---|
HornetQPrincipal |
NettyConnection.getDefaultHornetQPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
NettyAcceptor.setDefaultHornetQPrincipal(HornetQPrincipal defaultHornetQPrincipal)
not allowed
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingService.allowInvmSecurityOverride(HornetQPrincipal principal)
Allow acceptors to use this as their default security Principal if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
RemotingServiceImpl.allowInvmSecurityOverride(HornetQPrincipal principal) |
Modifier and Type | Method and Description |
---|---|
HornetQPrincipal |
Connection.getDefaultHornetQPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
Acceptor.setDefaultHornetQPrincipal(HornetQPrincipal defaultHornetQPrincipal)
Set the default security Principal to be used when no user/pass are defined, only for InVM
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.