Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

All Superinterfaces:
LocalRealmTypeReadOnlyMBean
All Known Implementing Classes:
LocalRealmType

public interface LocalRealmTypeMBean
extends LocalRealmTypeReadOnlyMBean

Nested Class Summary
static interface LocalRealmTypeMBean.AuthenticationMethodMBean
           

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.protocol.radius.LocalRealmTypeReadOnlyMBean
LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean

 

Method Summary
 void addRequestAVPFilterChain()
          Add a new element named requestAVPFilterChain
 void addResponseAVPFilterChain()
          Add a new element named responseAVPFilterChain
 boolean isDefault()
          Gets the value of the default property.
 void removeRequestAVPFilterChain()
          Remove an element named requestAVPFilterChain
 void removeResponseAVPFilterChain()
          Remove an element named responseAVPFilterChain
 void setAuthenticationMethodMBean(LocalRealmTypeMBean.AuthenticationMethodMBean val)
          Set the value of the AuthenticationMethod element
 void setDefault(boolean value)
          Sets the value of the default property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRequestAVPFilterChainMBean(AVPFilterChainTypeMBean val)
          Set the value of the AVPFilterChainType element
 void setResponseAVPFilterChainMBean(AVPFilterChainTypeMBean val)
          Set the value of the AVPFilterChainType element
 void setUserNameMatchCriteria(java.lang.String value)
          Sets the value of the userNameMatchCriteria property.

 

Methods inherited from interface oracle.axia.config.beans.protocol.radius.LocalRealmTypeReadOnlyMBean
getAuthenticationMethodMBean, getName, getRequestAVPFilterChainMBean, getResponseAVPFilterChainMBean, getUserNameMatchCriteria

 

Method Detail

isDefault

boolean isDefault()
Gets the value of the default property.

setDefault

void setDefault(boolean value)
Sets the value of the default property.

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.

addRequestAVPFilterChain

void addRequestAVPFilterChain()
Add a new element named requestAVPFilterChain

removeRequestAVPFilterChain

void removeRequestAVPFilterChain()
Remove an element named requestAVPFilterChain

addResponseAVPFilterChain

void addResponseAVPFilterChain()
Add a new element named responseAVPFilterChain

removeResponseAVPFilterChain

void removeResponseAVPFilterChain()
Remove an element named responseAVPFilterChain

setAuthenticationMethodMBean

void setAuthenticationMethodMBean(LocalRealmTypeMBean.AuthenticationMethodMBean val)
Set the value of the AuthenticationMethod element

setRequestAVPFilterChainMBean

void setRequestAVPFilterChainMBean(AVPFilterChainTypeMBean val)
Set the value of the AVPFilterChainType element

setResponseAVPFilterChainMBean

void setResponseAVPFilterChainMBean(AVPFilterChainTypeMBean val)
Set the value of the AVPFilterChainType element

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.