org.tanukisoftware.wrapper

Class WrapperUser

Known Direct Subclasses:
WrapperUNIXUser, WrapperWin32User

public abstract class WrapperUser
extends java.lang.Object

A WrapperUser contains information about a user account on the platform running the Wrapper. A WrapperUser is obtained by calling WrapperManager.getUser() or WrapperManager.getInteractiveUser().
Version:
$Revision: 1.4 $
Author:
Leif Mortenson

Method Summary

WrapperGroup[]
getGroups()
Returns an array of WrapperGroup instances which define the groups that the user belongs to.
String
getUser()
Returns the name of the user.

Method Details

getGroups

public WrapperGroup[] getGroups()
Returns an array of WrapperGroup instances which define the groups that the user belongs to.
Returns:
An array of WrapperGroups.

getUser

public String getUser()
Returns the name of the user.
Returns:
The name of the user.

Copyright 1999, 2006 Tanuki Software Inc., All Rights Reserved.