Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

com.bea.wlcp.wlng.api.account
Interface ApplicationInstance

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

public interface ApplicationInstance
extends weblogic.security.spi.WLSUser

A WLNG user.


Method Summary
abstract  ApplicationAccount getApplication()
          Get application account.
abstract  AccountState getState()
          Get the user state.
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, implies, toString
 

Method Detail

getApplication

public ApplicationAccount getApplication()
Get application account.

Returns:
The application account.

getState

public AccountState getState()
Get the user state.

Returns:
The user state.

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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