Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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

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

public interface ServiceProviderAccount
extends weblogic.security.spi.WLSGroup

A WebLogic service provider account.


Method Summary
abstract  java.util.Set getGroups()
          Get service provider groups for 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 service provider groups for account.

Returns:
The service provider groups.

getState

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

Returns:
The account state.

Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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