Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

Uses of Class
com.bea.wlcp.wlng.api.management.ManagementException

Packages that use ManagementException
com.bea.wlcp.wlng.api.management   
com.bea.wlcp.wlng.api.sla   
oracle.ocsg.oauth2.management   
oracle.ocsg.subscriber.management   
 

Uses of ManagementException in com.bea.wlcp.wlng.api.management
 

Subclasses of ManagementException in com.bea.wlcp.wlng.api.management
 class DuplicateKeyException
          The operation resulted in a duplicate key exception.
 class InputManagementException
          This exception should be used when the 'user' has input a value that is faulty.
 class KeyNotFoundException
          The operation could not find the specified key.
 

Uses of ManagementException in com.bea.wlcp.wlng.api.sla
 

Methods in com.bea.wlcp.wlng.api.sla that throw ManagementException
abstract  org.w3c.dom.Document CustomSlaManager.getApplicationGroupCustomSla(java.lang.String slaType)
          Returns the Application Group SLA of a custom type.
abstract  org.w3c.dom.Document CustomSlaManager.getServiceProviderGroupCustomSla(java.lang.String slaType)
          Returns the Service Provider Group SLA of a custom type.
abstract  org.w3c.dom.Document CustomSlaManager.getGlobalCustomSla(java.lang.String slaType)
          Returns the Global SLA of a custom type.
abstract  void CustomSlaManager.registerSlaParserCallback(java.lang.String slaType, java.lang.String parserId, SlaParserCallback parser)
          Register a custom parser callback for the specific agreement GroupType.
abstract  java.lang.Object CustomSlaManager.getApplicationGroupCustomSla(java.lang.String slaType, java.lang.String parserId)
          Returns the Application Group SLA of a custom type.
abstract  java.lang.Object CustomSlaManager.getServiceProviderGroupCustomSla(java.lang.String slaType, java.lang.String parserId)
          Returns the Service Provider Group SLA of a custom type.
abstract  java.lang.Object CustomSlaManager.getGlobalCustomSla(java.lang.String slaType, java.lang.String parserId)
          Returns the Global SLA of a custom type.
 

Uses of ManagementException in oracle.ocsg.oauth2.management
 

Methods in oracle.ocsg.oauth2.management that throw ManagementException
abstract  void OAuthManagement.addResources(java.util.Map resourceList)
          Add resource OAuth resource to database
abstract  void OAuthManagement.deleteResources(java.util.List resourceIds)
          Delete resource OAuth resource
abstract  void OAuthManagement.addClient(java.lang.String appInstanceId, java.lang.String password)
          Add client for oauth2
abstract  void OAuthManagement.removeClientAndToken(java.lang.String appInstanceId)
          Remove client information and access token related with a appInstanceId
abstract  java.lang.String SouthOAuth2Remote.validateAllowedRedirectURI(java.lang.String clientId, java.lang.String redirectUri)
          Return the redirect uri which is allowed uri of this client
abstract  java.lang.String SouthOAuthClientManagment.validateAllowedRedirectURI(java.lang.String clientId, java.lang.String redirectUri)
          Return the redirect uri which is allowed uri of this client
abstract  java.lang.String SouthOAuthManagment.validateAllowedRedirectURI(java.lang.String clientId, java.lang.String redirectUri)
           
 java.lang.String SouthOAuthManagmentImpl.validateAllowedRedirectURI(java.lang.String clientId, java.lang.String redirectUri)
           
 

Uses of ManagementException in oracle.ocsg.subscriber.management
 

Methods in oracle.ocsg.subscriber.management that throw ManagementException
abstract  java.lang.String SubscriberMBean.addSubscriber(java.lang.String address, java.lang.String loginId, java.lang.String password)
          Adds a subscriber.
abstract  java.lang.String SubscriberMBean.updateSubscriber(java.lang.String address, java.lang.String loginId, java.lang.String password)
          Updates the properties of a subscriber.
abstract  java.lang.String SubscriberMBean.removeSubscriber(java.lang.String address)
          Removes a subscriber by address.
abstract  java.lang.String SubscriberMBean.getSubscriberInfo(java.lang.String addressOrLoginId)
          Gets subscriber information by address or login ID.
abstract  java.lang.String SubscriberMBean.verifySubscriber(java.lang.String address, java.lang.String password)
          Verifies a subscriber.
 


Oracle Communications Services Gatekeeper Java API Reference
6.1

E65002-01

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