JBoss Remoting 3 3.2.14.GA-redhat-1

Uses of Interface
org.jboss.remoting3.security.UserInfo

Packages that use UserInfo
org.jboss.remoting3 The base Remoting 3 API package. 
org.jboss.remoting3.security   
org.jboss.remoting3.spi Service provider classes and interfaces. 
 

Uses of UserInfo in org.jboss.remoting3
 

Methods in org.jboss.remoting3 that return UserInfo
 UserInfo Connection.getUserInfo()
          Get the UserInfo for this connection.
 

Uses of UserInfo in org.jboss.remoting3.security
 

Classes in org.jboss.remoting3.security that implement UserInfo
 class SimpleUserInfo
          A simple UserInfo implementation that takes the the supplied Prinicpals to extract the user name for the user.
 

Methods in org.jboss.remoting3.security that return UserInfo
 UserInfo AuthorizingCallbackHandler.createUserInfo(Collection<Principal> remotingPrincipals)
          Create and return the UserInfo instance for the user identified by the provided remoting principals.
 

Uses of UserInfo in org.jboss.remoting3.spi
 

Methods in org.jboss.remoting3.spi that return UserInfo
 UserInfo ConnectionHandler.getUserInfo()
          Get the authenticated UserInfo for this connection.
 


JBoss Remoting 3 3.2.14.GA-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.