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
Class RadiusAuthenticationConfig

java.lang.Object
  extended by oracle.ocsb.app.rcc.mediation.radius2pcp.config.beans.RadiusAuthenticationConfig

All Implemented Interfaces:
Serializable, RadiusAuthenticationConfigMBean, RadiusAuthenticationConfigReadOnlyMBean

public class RadiusAuthenticationConfig
extends Object
implements Serializable, RadiusAuthenticationConfigMBean

Java class for RadiusAuthenticationConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RadiusAuthenticationConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="service_types" type="{http://xmlns.oracle.com/axia/radius-authentication-config}ServiceTypes"/>
         <element name="auth_timeout" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="degraded_mode_behavior" type="{http://xmlns.oracle.com/axia/radius-authentication-config}degradedModeBehaviorType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Field Summary
protected  long authTimeout
           
protected  DegradedModeBehaviorType degradedModeBehavior
           
protected  ServiceTypes serviceTypes
           

 

Constructor Summary
RadiusAuthenticationConfig()
          Default Constructor
RadiusAuthenticationConfig(ServiceTypes serviceTypes, long authTimeout, DegradedModeBehaviorType degradedModeBehavior)
           

 

Method Summary
 long getAuthTimeout()
          Gets the value of the authTimeout property.
 DegradedModeBehaviorType getDegradedModeBehavior()
          Gets the value of the degradedModeBehavior property.
 DegradedModeBehaviorTypeMBean getDegradedModeBehaviorMBean()
          Get the value of the DegradedModeBehaviorType element
 String getDegradedModeBehaviorValue()
           
 ServiceTypes getServiceTypes()
          Gets the value of the serviceTypes property.
 ServiceTypesMBean getServiceTypesMBean()
          Get the value of the ServiceTypes element
 boolean isSetAuthTimeout()
           
 boolean isSetDegradedModeBehavior()
           
 boolean isSetServiceTypes()
           
 void setAuthTimeout(long value)
          Sets the value of the authTimeout property.
 void setDegradedModeBehavior(DegradedModeBehaviorType value)
          Sets the value of the degradedModeBehavior property.
 void setDegradedModeBehaviorMBean(DegradedModeBehaviorTypeMBean val)
          Set the value of the DegradedModeBehaviorType element
 void setDegradedModeBehaviorValue(String value)
          Set the value of degradedModeBehavior
 void setServiceTypes(ServiceTypes value)
          Sets the value of the serviceTypes property.
 void setServiceTypesMBean(ServiceTypesMBean val)
          Set the value of the ServiceTypes element

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

serviceTypes

protected ServiceTypes serviceTypes

authTimeout

protected long authTimeout

degradedModeBehavior

protected DegradedModeBehaviorType degradedModeBehavior

Constructor Detail

RadiusAuthenticationConfig

public RadiusAuthenticationConfig()
Default Constructor

RadiusAuthenticationConfig

public RadiusAuthenticationConfig(ServiceTypes serviceTypes,
                                  long authTimeout,
                                  DegradedModeBehaviorType degradedModeBehavior)

Method Detail

getServiceTypes

public ServiceTypes getServiceTypes()
Gets the value of the serviceTypes property.
Returns:
possible object is ServiceTypes

setServiceTypes

public void setServiceTypes(ServiceTypes value)
Sets the value of the serviceTypes property.
Parameters:
value - allowed object is ServiceTypes

isSetServiceTypes

public boolean isSetServiceTypes()
Specified by:
isSetServiceTypes in interface RadiusAuthenticationConfigMBean

getAuthTimeout

public long getAuthTimeout()
Gets the value of the authTimeout property.
Specified by:
getAuthTimeout in interface RadiusAuthenticationConfigReadOnlyMBean

setAuthTimeout

public void setAuthTimeout(long value)
Sets the value of the authTimeout property.
Specified by:
setAuthTimeout in interface RadiusAuthenticationConfigMBean

isSetAuthTimeout

public boolean isSetAuthTimeout()
Specified by:
isSetAuthTimeout in interface RadiusAuthenticationConfigMBean

getDegradedModeBehavior

public DegradedModeBehaviorType getDegradedModeBehavior()
Gets the value of the degradedModeBehavior property.
Returns:
possible object is DegradedModeBehaviorType

setDegradedModeBehavior

public void setDegradedModeBehavior(DegradedModeBehaviorType value)
Sets the value of the degradedModeBehavior property.
Parameters:
value - allowed object is DegradedModeBehaviorType

isSetDegradedModeBehavior

public boolean isSetDegradedModeBehavior()
Specified by:
isSetDegradedModeBehavior in interface RadiusAuthenticationConfigMBean

setDegradedModeBehaviorValue

public void setDegradedModeBehaviorValue(String value)
Set the value of degradedModeBehavior
Specified by:
setDegradedModeBehaviorValue in interface RadiusAuthenticationConfigMBean

getDegradedModeBehaviorValue

public String getDegradedModeBehaviorValue()
Specified by:
getDegradedModeBehaviorValue in interface RadiusAuthenticationConfigReadOnlyMBean

getServiceTypesMBean

public ServiceTypesMBean getServiceTypesMBean()
Get the value of the ServiceTypes element
Specified by:
getServiceTypesMBean in interface RadiusAuthenticationConfigReadOnlyMBean

setServiceTypesMBean

public void setServiceTypesMBean(ServiceTypesMBean val)
Set the value of the ServiceTypes element
Specified by:
setServiceTypesMBean in interface RadiusAuthenticationConfigMBean

getDegradedModeBehaviorMBean

public DegradedModeBehaviorTypeMBean getDegradedModeBehaviorMBean()
Get the value of the DegradedModeBehaviorType element
Specified by:
getDegradedModeBehaviorMBean in interface RadiusAuthenticationConfigReadOnlyMBean

setDegradedModeBehaviorMBean

public void setDegradedModeBehaviorMBean(DegradedModeBehaviorTypeMBean val)
Set the value of the DegradedModeBehaviorType element
Specified by:
setDegradedModeBehaviorMBean in interface RadiusAuthenticationConfigMBean

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.