Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-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  java.lang.String getScopes()
          Get scopes set by security layer.
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.

getScopes

public java.lang.String getScopes()
Get scopes set by security layer.

Returns:
The scope expression.

getState

public AccountState getState()
Get the user state.

Returns:
The user state.

Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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