Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

Uses of Class
com.bea.wlcp.wlng.api.account.AccountState

Packages that use AccountState
com.bea.wlcp.wlng.api.account   
oracle.ocsg.oauth2.util   
 

Uses of AccountState in com.bea.wlcp.wlng.api.account
 

Fields in com.bea.wlcp.wlng.api.account declared as AccountState
static AccountState AccountState.ACTIVATED
          Account is activated.
static AccountState AccountState.DEACTIVATED
          Account is deactivated.
 

Methods in com.bea.wlcp.wlng.api.account that return AccountState
static AccountState[] AccountState.values()
           
static AccountState AccountState.valueOf(java.lang.String name)
           
abstract  AccountState ApplicationAccount.getState()
          Get the state of this account.
abstract  AccountState ApplicationInstance.getState()
          Get the user state.
abstract  AccountState ServiceProviderAccount.getState()
          Get the state of this account.
 

Uses of AccountState in oracle.ocsg.oauth2.util
 

Methods in oracle.ocsg.oauth2.util that return AccountState
static AccountState Converter.toState(java.lang.String state)
           
static AccountState Converter.toState(int state)
           
 

Methods in oracle.ocsg.oauth2.util with parameters of type AccountState
static java.lang.String Converter.toStateString(AccountState state)
           
static int Converter.toStateInt(AccountState state)
           
 


Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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