Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
ProxyRealmTypeReadOnlyMBean
All Known Implementing Classes:
ProxyRealmType

public interface ProxyRealmTypeMBean
extends ProxyRealmTypeReadOnlyMBean

Method Summary
 void addTargetServer()
          Add a new element named targetServer
 void removeTargetServer(int index)
          Remove an element named targetServer 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 setName(java.lang.String value)
          Sets the value of the name property.
 void setNumOfRetries(int value)
          Sets the value of the numOfRetries property.
 void setRequestTimeout(int value)
          Sets the value of the requestTimeout property.
 void setUserNameMatchCriteria(java.lang.String value)
          Sets the value of the userNameMatchCriteria property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.radius.ProxyRealmTypeReadOnlyMBean
getAccountingSharedSecretKey, getAuthenticationSharedSecretKey, getName, getNumOfRetries, getRequestTimeout, getTargetServerMBean, getUserNameMatchCriteria

 

Method Detail

setName

void setName(java.lang.String value)
Sets the value of the name property.

setUserNameMatchCriteria

void setUserNameMatchCriteria(java.lang.String value)
Sets the value of the userNameMatchCriteria 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.

setRequestTimeout

void setRequestTimeout(int value)
Sets the value of the requestTimeout property.

setNumOfRetries

void setNumOfRetries(int value)
Sets the value of the numOfRetries property.

addTargetServer

void addTargetServer()
Add a new element named targetServer

removeTargetServer

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