Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

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

All Superinterfaces:
java.security.Principal, weblogic.security.spi.WLSUser

public interface ManagementUser
extends weblogic.security.spi.WLSUser


Method Summary
abstract  java.lang.String getGroupname()
           
abstract  com.bea.wlcp.wlng.api.account.AccountState getState()
          Get the user state.
abstract  com.bea.wlcp.wlng.user.management.UserType getType()
           
abstract  int getUserLevel()
           
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, implies, toString
 

Method Detail

getGroupname

public java.lang.String getGroupname()

getState

public com.bea.wlcp.wlng.api.account.AccountState getState()
Get the user state.

Returns:
The user state.

getType

public com.bea.wlcp.wlng.user.management.UserType getType()

getUserLevel

public int getUserLevel()

Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.