Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.radius
Class LocalRealmType

java.lang.Object
  extended by oracle.axia.config.beans.protocol.radius.LocalRealmType

All Implemented Interfaces:
LocalRealmTypeMBean, LocalRealmTypeReadOnlyMBean

public class LocalRealmType
extends java.lang.Object
implements LocalRealmTypeMBean

Java class for LocalRealmType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocalRealmType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userNameMatchCriteria" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="authenticationMethod">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element name="EAP_TTLS" type="{http://xmlns.oracle.com/axia/radius-config}EAPMethodType" minOccurs="0"/>
                   <element name="EAP_TLS" type="{http://xmlns.oracle.com/axia/radius-config}EAPMethodType" minOccurs="0"/>
                   <element name="EAP_MD5" type="{http://xmlns.oracle.com/axia/radius-config}EAPMethodType" minOccurs="0"/>
                   <element name="PAP" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="CHAP" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="requestAVPFilterChain" type="{http://xmlns.oracle.com/axia/radius-config}AVPFilterChainType" minOccurs="0"/>
         <element name="responseAVPFilterChain" type="{http://xmlns.oracle.com/axia/radius-config}AVPFilterChainType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Nested Class Summary
static class LocalRealmType.AuthenticationMethod
          Java class for anonymous complex type.

 

Nested classes/interfaces inherited from interface oracle.axia.config.beans.protocol.radius.LocalRealmTypeMBean
LocalRealmTypeMBean.AuthenticationMethodMBean

 

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

 

Field Summary
protected  boolean _default
           
protected  LocalRealmType.AuthenticationMethod authenticationMethod
           
protected  java.lang.String name
           
protected  AVPFilterChainType requestAVPFilterChain
           
protected  AVPFilterChainType responseAVPFilterChain
           
protected  java.lang.String userNameMatchCriteria
           

 

Constructor Summary
LocalRealmType()
          Default Constructor
LocalRealmType(boolean _default, java.lang.String name, java.lang.String userNameMatchCriteria, LocalRealmType.AuthenticationMethod authenticationMethod, AVPFilterChainType requestAVPFilterChain, AVPFilterChainType responseAVPFilterChain)
           

 

Method Summary
 void addRequestAVPFilterChain()
          Add a new element named requestAVPFilterChain
 void addResponseAVPFilterChain()
          Add a new element named responseAVPFilterChain
 LocalRealmType.AuthenticationMethod getAuthenticationMethod()
          Gets the value of the authenticationMethod property.
 LocalRealmTypeMBean.AuthenticationMethodMBean getAuthenticationMethodMBean()
          Get the value of the AuthenticationMethod element
 java.lang.String getName()
          Gets the value of the name property.
 AVPFilterChainType getRequestAVPFilterChain()
          Gets the value of the requestAVPFilterChain property.
 AVPFilterChainTypeMBean getRequestAVPFilterChainMBean()
          Get the value of the AVPFilterChainType element
 AVPFilterChainType getResponseAVPFilterChain()
          Gets the value of the responseAVPFilterChain property.
 AVPFilterChainTypeMBean getResponseAVPFilterChainMBean()
          Get the value of the AVPFilterChainType element
 java.lang.String getUserNameMatchCriteria()
          Gets the value of the userNameMatchCriteria property.
 boolean isDefault()
          Gets the value of the default property.
 void removeRequestAVPFilterChain()
          Remove an element named requestAVPFilterChain
 void removeResponseAVPFilterChain()
          Remove an element named responseAVPFilterChain
 void setAuthenticationMethod(LocalRealmType.AuthenticationMethod value)
          Sets the value of the authenticationMethod property.
 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 setRequestAVPFilterChain(AVPFilterChainType value)
          Sets the value of the requestAVPFilterChain property.
 void setRequestAVPFilterChainMBean(AVPFilterChainTypeMBean val)
          Set the value of the AVPFilterChainType element
 void setResponseAVPFilterChain(AVPFilterChainType value)
          Sets the value of the responseAVPFilterChain property.
 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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_default

protected boolean _default

name

protected java.lang.String name

userNameMatchCriteria

protected java.lang.String userNameMatchCriteria

authenticationMethod

protected LocalRealmType.AuthenticationMethod authenticationMethod

requestAVPFilterChain

protected AVPFilterChainType requestAVPFilterChain

responseAVPFilterChain

protected AVPFilterChainType responseAVPFilterChain

Constructor Detail

LocalRealmType

public LocalRealmType()
Default Constructor

LocalRealmType

public LocalRealmType(boolean _default,
                      java.lang.String name,
                      java.lang.String userNameMatchCriteria,
                      LocalRealmType.AuthenticationMethod authenticationMethod,
                      AVPFilterChainType requestAVPFilterChain,
                      AVPFilterChainType responseAVPFilterChain)

Method Detail

isDefault

public boolean isDefault()
Gets the value of the default property.
Specified by:
isDefault in interface LocalRealmTypeMBean

setDefault

public void setDefault(boolean value)
Sets the value of the default property.
Specified by:
setDefault in interface LocalRealmTypeMBean

getName

public java.lang.String getName()
Gets the value of the name property.
Specified by:
getName in interface LocalRealmTypeReadOnlyMBean
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Specified by:
setName in interface LocalRealmTypeMBean
Parameters:
value - allowed object is String

getUserNameMatchCriteria

public java.lang.String getUserNameMatchCriteria()
Gets the value of the userNameMatchCriteria property.
Specified by:
getUserNameMatchCriteria in interface LocalRealmTypeReadOnlyMBean
Returns:
possible object is String

setUserNameMatchCriteria

public void setUserNameMatchCriteria(java.lang.String value)
Sets the value of the userNameMatchCriteria property.
Specified by:
setUserNameMatchCriteria in interface LocalRealmTypeMBean
Parameters:
value - allowed object is String

getAuthenticationMethod

public LocalRealmType.AuthenticationMethod getAuthenticationMethod()
Gets the value of the authenticationMethod property.
Returns:
possible object is LocalRealmType.AuthenticationMethod

setAuthenticationMethod

public void setAuthenticationMethod(LocalRealmType.AuthenticationMethod value)
Sets the value of the authenticationMethod property.
Parameters:
value - allowed object is LocalRealmType.AuthenticationMethod

getRequestAVPFilterChain

public AVPFilterChainType getRequestAVPFilterChain()
Gets the value of the requestAVPFilterChain property.
Returns:
possible object is AVPFilterChainType

setRequestAVPFilterChain

public void setRequestAVPFilterChain(AVPFilterChainType value)
Sets the value of the requestAVPFilterChain property.
Parameters:
value - allowed object is AVPFilterChainType

getResponseAVPFilterChain

public AVPFilterChainType getResponseAVPFilterChain()
Gets the value of the responseAVPFilterChain property.
Returns:
possible object is AVPFilterChainType

setResponseAVPFilterChain

public void setResponseAVPFilterChain(AVPFilterChainType value)
Sets the value of the responseAVPFilterChain property.
Parameters:
value - allowed object is AVPFilterChainType

addRequestAVPFilterChain

public void addRequestAVPFilterChain()
Add a new element named requestAVPFilterChain
Specified by:
addRequestAVPFilterChain in interface LocalRealmTypeMBean

removeRequestAVPFilterChain

public void removeRequestAVPFilterChain()
Remove an element named requestAVPFilterChain
Specified by:
removeRequestAVPFilterChain in interface LocalRealmTypeMBean

addResponseAVPFilterChain

public void addResponseAVPFilterChain()
Add a new element named responseAVPFilterChain
Specified by:
addResponseAVPFilterChain in interface LocalRealmTypeMBean

removeResponseAVPFilterChain

public void removeResponseAVPFilterChain()
Remove an element named responseAVPFilterChain
Specified by:
removeResponseAVPFilterChain in interface LocalRealmTypeMBean

getAuthenticationMethodMBean

public LocalRealmTypeMBean.AuthenticationMethodMBean getAuthenticationMethodMBean()
Get the value of the AuthenticationMethod element
Specified by:
getAuthenticationMethodMBean in interface LocalRealmTypeReadOnlyMBean

setAuthenticationMethodMBean

public void setAuthenticationMethodMBean(LocalRealmTypeMBean.AuthenticationMethodMBean val)
Set the value of the AuthenticationMethod element
Specified by:
setAuthenticationMethodMBean in interface LocalRealmTypeMBean

getRequestAVPFilterChainMBean

public AVPFilterChainTypeMBean getRequestAVPFilterChainMBean()
Get the value of the AVPFilterChainType element
Specified by:
getRequestAVPFilterChainMBean in interface LocalRealmTypeReadOnlyMBean

setRequestAVPFilterChainMBean

public void setRequestAVPFilterChainMBean(AVPFilterChainTypeMBean val)
Set the value of the AVPFilterChainType element
Specified by:
setRequestAVPFilterChainMBean in interface LocalRealmTypeMBean

getResponseAVPFilterChainMBean

public AVPFilterChainTypeMBean getResponseAVPFilterChainMBean()
Get the value of the AVPFilterChainType element
Specified by:
getResponseAVPFilterChainMBean in interface LocalRealmTypeReadOnlyMBean

setResponseAVPFilterChainMBean

public void setResponseAVPFilterChainMBean(AVPFilterChainTypeMBean val)
Set the value of the AVPFilterChainType element
Specified by:
setResponseAVPFilterChainMBean in interface LocalRealmTypeMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.