Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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

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

public interface ApplicationAccount
extends weblogic.security.spi.WLSGroup

A WLNG application account.


Method Summary
abstract  java.util.Set getGroups()
          Get application groups.
abstract  ServiceProviderAccount getServiceProvider()
          Get service provider account.
abstract  AccountState getState()
          Get the state of this account.
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, implies, toString
 

Method Detail

getGroups

public java.util.Set getGroups()
Get application groups.

Returns:
The application groups.

getServiceProvider

public ServiceProviderAccount getServiceProvider()
Get service provider account.

Returns:
The service provider account.

getState

public AccountState getState()
Get the state of this account.

Returns:
The account 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.