Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Known Subinterfaces:
ProxyRealmTypeMBean
All Known Implementing Classes:
ProxyRealmType

public interface ProxyRealmTypeReadOnlyMBean

Method Summary
 java.lang.String getAccountingSharedSecretKey()
          Gets the value of the accountingSharedSecretKey property.
 java.lang.String getAuthenticationSharedSecretKey()
          Gets the value of the authenticationSharedSecretKey property.
 java.lang.String getName()
          Gets the value of the name property.
 int getNumOfRetries()
          Gets the value of the numOfRetries property.
 int getRequestTimeout()
          Gets the value of the requestTimeout property.
 java.util.List<ProxyTargetTypeMBean> getTargetServerMBean()
          Return the list of the ProxyTargetType element
 java.lang.String getUserNameMatchCriteria()
          Gets the value of the userNameMatchCriteria property.

 

Method Detail

getName

java.lang.String getName()
Gets the value of the name property.

getUserNameMatchCriteria

java.lang.String getUserNameMatchCriteria()
Gets the value of the userNameMatchCriteria property.

getAuthenticationSharedSecretKey

java.lang.String getAuthenticationSharedSecretKey()
Gets the value of the authenticationSharedSecretKey property.

getAccountingSharedSecretKey

java.lang.String getAccountingSharedSecretKey()
Gets the value of the accountingSharedSecretKey property.

getRequestTimeout

int getRequestTimeout()
Gets the value of the requestTimeout property.

getNumOfRetries

int getNumOfRetries()
Gets the value of the numOfRetries property.

getTargetServerMBean

java.util.List<ProxyTargetTypeMBean> getTargetServerMBean()
Return the list of the ProxyTargetType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.