| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.jboss.remoting3.remote | |
| org.jboss.remoting3.security | |
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
LocalConnectionProvider.LoopbackConnectionHandler.getUserInfo() |
UserInfo |
ConnectionImpl.getUserInfo() |
UserInfo |
Connection.getUserInfo()
Get the UserInfo for this connection.
|
| Modifier and Type | Field and Description |
|---|---|
private UserInfo |
RemoteConnectionHandler.userInfo |
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
RemoteConnectionHandler.getUserInfo() |
| Constructor and Description |
|---|
RemoteConnectionHandler(ConnectionHandlerContext connectionContext,
RemoteConnection remoteConnection,
java.util.Collection<java.security.Principal> principals,
UserInfo userInfo,
int maxInboundChannels,
int maxOutboundChannels,
java.lang.String remoteEndpointName,
int behavior) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleUserInfo
A simple UserInfo implementation that takes the the supplied Prinicpals to extract the user name for the user.
|
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
AuthorizingCallbackHandler.createUserInfo(java.util.Collection<java.security.Principal> remotingPrincipals)
Create and return the UserInfo instance for the user identified by the
provided remoting principals.
|
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
ConnectionHandler.getUserInfo()
Get the authenticated UserInfo for this connection.
|