JBoss Remoting 3 3.2.14.GA-redhat-1

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.

Author:
Darran Lofthouse

Method Summary
 String getUserName()
          Get the name for this user.
 

Method Detail

getUserName

String getUserName()
Get the name for this user.

Returns:
the name

JBoss Remoting 3 3.2.14.GA-redhat-1

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