Oracle Corporation

com.bea.wlcp.wlng.user.management
Interface ManagementUser


public interface ManagementUser

Copyright © 2008 Oracle Corporation. All Rights Reserved.

Method Summary
 String getGroupname()
           
 AccountState getState()
          Get the user state.
 UserType getType()
           
 int getUserLevel()
           
 

Method Detail

getGroupname

public String getGroupname()

getState

public AccountState getState()
Get the user state.

Returns:
The user state.

getType

public UserType getType()

getUserLevel

public int getUserLevel()

Oracle Corporation