Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Uses of Class
oracle.axia.config.beans.protocol.radius.AVPFilterType

Packages that use AVPFilterType
oracle.axia.config.beans.protocol.radius   

 

Uses of AVPFilterType in oracle.axia.config.beans.protocol.radius

 

Fields in oracle.axia.config.beans.protocol.radius with type parameters of type AVPFilterType
protected  java.util.List<AVPFilterType> ServiceMappingType.avpFilter
           
protected  java.util.List<AVPFilterType> AVPCheckFilterType.checkAVP
           
protected  java.util.List<AVPFilterType> AVPFilterChainType.removeFilter
           

 

Methods in oracle.axia.config.beans.protocol.radius that return AVPFilterType
 AVPFilterType ObjectFactory.createAVPFilterType()
          Create an instance of AVPFilterType

 

Methods in oracle.axia.config.beans.protocol.radius that return types with arguments of type AVPFilterType
 java.util.List<AVPFilterType> ServiceMappingType.getAvpFilter()
          Gets the value of the avpFilter property.
 java.util.List<AVPFilterType> AVPCheckFilterType.getCheckAVP()
          Gets the value of the checkAVP property.
 java.util.List<AVPFilterType> AVPFilterChainType.getRemoveFilter()
          Gets the value of the removeFilter property.

 

Constructor parameters in oracle.axia.config.beans.protocol.radius with type arguments of type AVPFilterType
AVPCheckFilterType(java.lang.String service, java.util.List<AVPFilterType> checkAVP)
           
AVPFilterChainType(java.lang.String service, java.util.List<AVPAddFilterType> addFilter, java.util.List<AVPFilterType> removeFilter)
           
ServiceMappingType(java.lang.String service, java.util.List<AVPFilterType> avpFilter)
           

 


Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.