Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Interface RadiusConfigTypeMBean

All Superinterfaces:
RadiusConfigTypeReadOnlyMBean
All Known Implementing Classes:
RadiusConfigType

public interface RadiusConfigTypeMBean
extends RadiusConfigTypeReadOnlyMBean

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
 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 interface oracle.axia.config.beans.protocol.radius.RadiusConfigTypeReadOnlyMBean
getClientProfileMBean, getLocalRealmMBean, getProxyRealmMBean, getServerMBean, getServiceMappingMBean

 

Method Detail

addServer

void addServer()
Add a new element named server

removeServer

void removeServer(int index)
Remove an element named server by the index

addClientProfile

void addClientProfile()
Add a new element named clientProfile

removeClientProfile

void removeClientProfile(int index)
Remove an element named clientProfile by the index

addServiceMapping

void addServiceMapping()
Add a new element named serviceMapping

removeServiceMapping

void removeServiceMapping(int index)
Remove an element named serviceMapping by the index

addLocalRealm

void addLocalRealm()
Add a new element named localRealm

removeLocalRealm

void removeLocalRealm(int index)
Remove an element named localRealm by the index

addProxyRealm

void addProxyRealm()
Add a new element named proxyRealm

removeProxyRealm

void removeProxyRealm(int index)
Remove an element named proxyRealm by the index

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.