Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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(String name)
           
 AccountState ApplicationAccount.getState()
          Get the state of this account.
 AccountState ApplicationInstance.getState()
          Get the user state.
 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(String state)
           
static AccountState Converter.toState(int state)
           

 

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

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


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