Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ClientProfileTypeReadOnlyMBean
All Known Implementing Classes:
ClientProfileType

public interface ClientProfileTypeMBean
extends ClientProfileTypeReadOnlyMBean

Method Summary
 void addCheckAVPFilter()
          Add a new element named checkAVPFilter
 void addReturnAVPFilter()
          Add a new element named returnAVPFilter
 void removeCheckAVPFilter(int index)
          Remove an element named checkAVPFilter by the index
 void removeReturnAVPFilter(int index)
          Remove an element named returnAVPFilter by the index
 void setAccountingSharedSecretKey(java.lang.String value)
          Sets the value of the accountingSharedSecretKey property.
 void setAuthenticationSharedSecretKey(java.lang.String value)
          Sets the value of the authenticationSharedSecretKey property.
 void setClientAddress(java.lang.String value)
          Sets the value of the clientAddress property.
 void setClientNasId(java.lang.String value)
          Sets the value of the clientNasId property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.radius.ClientProfileTypeReadOnlyMBean
getAccountingSharedSecretKey, getAuthenticationSharedSecretKey, getCheckAVPFilterMBean, getClientAddress, getClientNasId, getReturnAVPFilterMBean

 

Method Detail

setClientAddress

void setClientAddress(java.lang.String value)
Sets the value of the clientAddress property.

setClientNasId

void setClientNasId(java.lang.String value)
Sets the value of the clientNasId property.

setAuthenticationSharedSecretKey

void setAuthenticationSharedSecretKey(java.lang.String value)
Sets the value of the authenticationSharedSecretKey property.

setAccountingSharedSecretKey

void setAccountingSharedSecretKey(java.lang.String value)
Sets the value of the accountingSharedSecretKey property.

addCheckAVPFilter

void addCheckAVPFilter()
Add a new element named checkAVPFilter

removeCheckAVPFilter

void removeCheckAVPFilter(int index)
Remove an element named checkAVPFilter by the index

addReturnAVPFilter

void addReturnAVPFilter()
Add a new element named returnAVPFilter

removeReturnAVPFilter

void removeReturnAVPFilter(int index)
Remove an element named returnAVPFilter 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.