Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
org.jboss.remoting3.security | |
org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
UserInfo |
Connection.getUserInfo()
Get the UserInfo for this connection.
|
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(Collection<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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.