JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jboss.remoting3.security
Interface UserInfo
All Known Implementing Classes:
SimpleUserInfo
public interface
UserInfo
The basic UserInfo definition. By default the UserInfo makes available the name of the current user, custom extensions can also be created to return additional information.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getUserName
()
Get the name for this user.
Method Detail
getUserName
java.lang.String getUserName()
Get the name for this user.
Returns:
the name
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method