Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


oracle.ocsb.app.rcc.mediation.radius2pcp.config.beans
Interface RadiusAuthenticationConfigMBean

All Superinterfaces:
RadiusAuthenticationConfigReadOnlyMBean
All Known Implementing Classes:
RadiusAuthenticationConfig

public interface RadiusAuthenticationConfigMBean
extends RadiusAuthenticationConfigReadOnlyMBean

Method Summary
 boolean isSetAuthTimeout()
           
 boolean isSetDegradedModeBehavior()
           
 boolean isSetServiceTypes()
           
 void setAuthTimeout(long value)
          Sets the value of the authTimeout property.
 void setDegradedModeBehaviorMBean(DegradedModeBehaviorTypeMBean val)
          Set the value of the DegradedModeBehaviorType element
 void setDegradedModeBehaviorValue(String value)
          Set the value of degradedModeBehavior
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element

 

Methods inherited from interface oracle.ocsb.app.rcc.mediation.radius2pcp.config.beans.RadiusAuthenticationConfigReadOnlyMBean
getAuthTimeout, getDegradedModeBehaviorMBean, getDegradedModeBehaviorValue, getServiceTypesMBean

 

Method Detail

isSetServiceTypes

boolean isSetServiceTypes()

setAuthTimeout

void setAuthTimeout(long value)
Sets the value of the authTimeout property.

isSetAuthTimeout

boolean isSetAuthTimeout()

isSetDegradedModeBehavior

boolean isSetDegradedModeBehavior()

setDegradedModeBehaviorValue

void setDegradedModeBehaviorValue(String value)
Set the value of degradedModeBehavior

setServiceTypesMBean

void setServiceTypesMBean(ServiceTypesMBean val)
Set the value of the ServiceTypes element

setDegradedModeBehaviorMBean

void setDegradedModeBehaviorMBean(DegradedModeBehaviorTypeMBean val)
Set the value of the DegradedModeBehaviorType element

Skip navigation links

Oracle Communications Service Broker Policy and Charging MBean Java API Reference
6.0

E26225-01


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