Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
RadiusConfigTypeMBean
All Known Implementing Classes:
RadiusConfigType

public interface RadiusConfigTypeReadOnlyMBean

Method Summary
 java.util.List<ClientProfileTypeMBean> getClientProfileMBean()
          Return the list of the ClientProfileType element
 java.util.List<LocalRealmTypeMBean> getLocalRealmMBean()
          Return the list of the LocalRealmType element
 java.util.List<ProxyRealmTypeMBean> getProxyRealmMBean()
          Return the list of the ProxyRealmType element
 java.util.List<ServerTypeMBean> getServerMBean()
          Return the list of the ServerType element
 java.util.List<ServiceMappingTypeMBean> getServiceMappingMBean()
          Return the list of the ServiceMappingType element

 

Method Detail

getServerMBean

java.util.List<ServerTypeMBean> getServerMBean()
Return the list of the ServerType element

getClientProfileMBean

java.util.List<ClientProfileTypeMBean> getClientProfileMBean()
Return the list of the ClientProfileType element

getServiceMappingMBean

java.util.List<ServiceMappingTypeMBean> getServiceMappingMBean()
Return the list of the ServiceMappingType element

getLocalRealmMBean

java.util.List<LocalRealmTypeMBean> getLocalRealmMBean()
Return the list of the LocalRealmType element

getProxyRealmMBean

java.util.List<ProxyRealmTypeMBean> getProxyRealmMBean()
Return the list of the ProxyRealmType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.