Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Class RadiusConfigType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.radius.RadiusConfigType

All Implemented Interfaces:
RadiusConfigTypeMBean, RadiusConfigTypeReadOnlyMBean

public class RadiusConfigType
extends java.lang.Object
implements RadiusConfigTypeMBean

Java class for RadiusConfigType complex type.

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

 <complexType name="RadiusConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="server" type="{http://xmlns.oracle.com/axia/radius-config}ServerType" maxOccurs="unbounded"/>
         <element name="clientProfile" type="{http://xmlns.oracle.com/axia/radius-config}ClientProfileType" maxOccurs="unbounded"/>
         <element name="serviceMapping" type="{http://xmlns.oracle.com/axia/radius-config}ServiceMappingType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="localRealm" type="{http://xmlns.oracle.com/axia/radius-config}LocalRealmType" maxOccurs="unbounded"/>
         <element name="proxyRealm" type="{http://xmlns.oracle.com/axia/radius-config}ProxyRealmType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  java.util.List<ClientProfileType> clientProfile
           
protected  java.util.List<LocalRealmType> localRealm
           
protected  java.util.List<ProxyRealmType> proxyRealm
           
protected  java.util.List<ServerType> server
           
protected  java.util.List<ServiceMappingType> serviceMapping
           

 

Constructor Summary
RadiusConfigType()
          Default Constructor
RadiusConfigType(java.util.List<ServerType> server, java.util.List<ClientProfileType> clientProfile, java.util.List<ServiceMappingType> serviceMapping, java.util.List<LocalRealmType> localRealm, java.util.List<ProxyRealmType> proxyRealm)
           

 

Method Summary
 void addClientProfile()
          Add a new element named clientProfile
 void addLocalRealm()
          Add a new element named localRealm
 void addProxyRealm()
          Add a new element named proxyRealm
 void addServer()
          Add a new element named server
 void addServiceMapping()
          Add a new element named serviceMapping
 java.util.List<ClientProfileType> getClientProfile()
          Gets the value of the clientProfile property.
 java.util.List<ClientProfileTypeMBean> getClientProfileMBean()
          Get the list of the ClientProfileType element
 java.util.List<LocalRealmType> getLocalRealm()
          Gets the value of the localRealm property.
 java.util.List<LocalRealmTypeMBean> getLocalRealmMBean()
          Get the list of the LocalRealmType element
 java.util.List<ProxyRealmType> getProxyRealm()
          Gets the value of the proxyRealm property.
 java.util.List<ProxyRealmTypeMBean> getProxyRealmMBean()
          Get the list of the ProxyRealmType element
 java.util.List<ServerType> getServer()
          Gets the value of the server property.
 java.util.List<ServerTypeMBean> getServerMBean()
          Get the list of the ServerType element
 java.util.List<ServiceMappingType> getServiceMapping()
          Gets the value of the serviceMapping property.
 java.util.List<ServiceMappingTypeMBean> getServiceMappingMBean()
          Get the list of the ServiceMappingType element
 void removeClientProfile(int index)
          Remove an element named clientProfile by the index
 void removeLocalRealm(int index)
          Remove an element named localRealm by the index
 void removeProxyRealm(int index)
          Remove an element named proxyRealm by the index
 void removeServer(int index)
          Remove an element named server by the index
 void removeServiceMapping(int index)
          Remove an element named serviceMapping by the index

 

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

 

Field Detail

server

protected java.util.List<ServerType> server

clientProfile

protected java.util.List<ClientProfileType> clientProfile

serviceMapping

protected java.util.List<ServiceMappingType> serviceMapping

localRealm

protected java.util.List<LocalRealmType> localRealm

proxyRealm

protected java.util.List<ProxyRealmType> proxyRealm

Constructor Detail

RadiusConfigType

public RadiusConfigType()
Default Constructor

RadiusConfigType

public RadiusConfigType(java.util.List<ServerType> server,
                        java.util.List<ClientProfileType> clientProfile,
                        java.util.List<ServiceMappingType> serviceMapping,
                        java.util.List<LocalRealmType> localRealm,
                        java.util.List<ProxyRealmType> proxyRealm)

Method Detail

getServer

public java.util.List<ServerType> getServer()
Gets the value of the server property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the server property.

For example, to add a new item, do as follows:

    getServer().add(newItem);
 

Objects of the following type(s) are allowed in the list ServerType


getClientProfile

public java.util.List<ClientProfileType> getClientProfile()
Gets the value of the clientProfile property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the clientProfile property.

For example, to add a new item, do as follows:

    getClientProfile().add(newItem);
 

Objects of the following type(s) are allowed in the list ClientProfileType


getServiceMapping

public java.util.List<ServiceMappingType> getServiceMapping()
Gets the value of the serviceMapping property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceMapping property.

For example, to add a new item, do as follows:

    getServiceMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceMappingType


getLocalRealm

public java.util.List<LocalRealmType> getLocalRealm()
Gets the value of the localRealm property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the localRealm property.

For example, to add a new item, do as follows:

    getLocalRealm().add(newItem);
 

Objects of the following type(s) are allowed in the list LocalRealmType


getProxyRealm

public java.util.List<ProxyRealmType> getProxyRealm()
Gets the value of the proxyRealm property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the proxyRealm property.

For example, to add a new item, do as follows:

    getProxyRealm().add(newItem);
 

Objects of the following type(s) are allowed in the list ProxyRealmType


addServer

public void addServer()
Add a new element named server
Specified by:
addServer in interface RadiusConfigTypeMBean

removeServer

public void removeServer(int index)
Remove an element named server by the index
Specified by:
removeServer in interface RadiusConfigTypeMBean
Parameters:
index - The index of removing elements

addClientProfile

public void addClientProfile()
Add a new element named clientProfile
Specified by:
addClientProfile in interface RadiusConfigTypeMBean

removeClientProfile

public void removeClientProfile(int index)
Remove an element named clientProfile by the index
Specified by:
removeClientProfile in interface RadiusConfigTypeMBean
Parameters:
index - The index of removing elements

addServiceMapping

public void addServiceMapping()
Add a new element named serviceMapping
Specified by:
addServiceMapping in interface RadiusConfigTypeMBean

removeServiceMapping

public void removeServiceMapping(int index)
Remove an element named serviceMapping by the index
Specified by:
removeServiceMapping in interface RadiusConfigTypeMBean
Parameters:
index - The index of removing elements

addLocalRealm

public void addLocalRealm()
Add a new element named localRealm
Specified by:
addLocalRealm in interface RadiusConfigTypeMBean

removeLocalRealm

public void removeLocalRealm(int index)
Remove an element named localRealm by the index
Specified by:
removeLocalRealm in interface RadiusConfigTypeMBean
Parameters:
index - The index of removing elements

addProxyRealm

public void addProxyRealm()
Add a new element named proxyRealm
Specified by:
addProxyRealm in interface RadiusConfigTypeMBean

removeProxyRealm

public void removeProxyRealm(int index)
Remove an element named proxyRealm by the index
Specified by:
removeProxyRealm in interface RadiusConfigTypeMBean
Parameters:
index - The index of removing elements

getServerMBean

public java.util.List<ServerTypeMBean> getServerMBean()
Get the list of the ServerType element
Specified by:
getServerMBean in interface RadiusConfigTypeReadOnlyMBean

getClientProfileMBean

public java.util.List<ClientProfileTypeMBean> getClientProfileMBean()
Get the list of the ClientProfileType element
Specified by:
getClientProfileMBean in interface RadiusConfigTypeReadOnlyMBean

getServiceMappingMBean

public java.util.List<ServiceMappingTypeMBean> getServiceMappingMBean()
Get the list of the ServiceMappingType element
Specified by:
getServiceMappingMBean in interface RadiusConfigTypeReadOnlyMBean

getLocalRealmMBean

public java.util.List<LocalRealmTypeMBean> getLocalRealmMBean()
Get the list of the LocalRealmType element
Specified by:
getLocalRealmMBean in interface RadiusConfigTypeReadOnlyMBean

getProxyRealmMBean

public java.util.List<ProxyRealmTypeMBean> getProxyRealmMBean()
Get the list of the ProxyRealmType element
Specified by:
getProxyRealmMBean in interface RadiusConfigTypeReadOnlyMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.