Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


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

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

All Implemented Interfaces:
LocalRealmTypeMBean.AuthenticationMethodMBean, LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean
Enclosing class:
LocalRealmType

public static class LocalRealmType.AuthenticationMethod
extends java.lang.Object
implements LocalRealmTypeMBean.AuthenticationMethodMBean

Java class for anonymous complex type.

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

 <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>
 

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

 

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

 

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

 

Field Summary
protected  LocalRealmType.AuthenticationMethod.CHAP chap
           
protected  EAPMethodType eapmd5
           
protected  EAPMethodType eaptls
           
protected  EAPMethodType eapttls
           
protected  LocalRealmType.AuthenticationMethod.PAP pap
           

 

Constructor Summary
LocalRealmType.AuthenticationMethod()
          Default Constructor
LocalRealmType.AuthenticationMethod(EAPMethodType eapttls, EAPMethodType eaptls, EAPMethodType eapmd5, LocalRealmType.AuthenticationMethod.PAP pap, LocalRealmType.AuthenticationMethod.CHAP chap)
           

 

Method Summary
 LocalRealmType.AuthenticationMethod.CHAP getCHAP()
          Gets the value of the chap property.
 LocalRealmTypeMBean.AuthenticationMethodMBean.CHAPMBean getCHAPMBean()
          Get the value of the CHAP element
 EAPMethodType getEAPMD5()
          Gets the value of the eapmd5 property.
 EAPMethodTypeMBean getEAPMD5MBean()
          Get the value of the EAPMethodType element
 EAPMethodType getEAPTLS()
          Gets the value of the eaptls property.
 EAPMethodTypeMBean getEAPTLSMBean()
          Get the value of the EAPMethodType element
 EAPMethodType getEAPTTLS()
          Gets the value of the eapttls property.
 EAPMethodTypeMBean getEAPTTLSMBean()
          Get the value of the EAPMethodType element
 LocalRealmType.AuthenticationMethod.PAP getPAP()
          Gets the value of the pap property.
 LocalRealmTypeMBean.AuthenticationMethodMBean.PAPMBean getPAPMBean()
          Get the value of the PAP element
 void setCHAP(LocalRealmType.AuthenticationMethod.CHAP value)
          Sets the value of the chap property.
 void setCHAPMBean(LocalRealmTypeMBean.AuthenticationMethodMBean.CHAPMBean val)
          Set the value of the CHAP element
 void setEAPMD5(EAPMethodType value)
          Sets the value of the eapmd5 property.
 void setEAPMD5MBean(EAPMethodTypeMBean val)
          Set the value of the EAPMethodType element
 void setEAPTLS(EAPMethodType value)
          Sets the value of the eaptls property.
 void setEAPTLSMBean(EAPMethodTypeMBean val)
          Set the value of the EAPMethodType element
 void setEAPTTLS(EAPMethodType value)
          Sets the value of the eapttls property.
 void setEAPTTLSMBean(EAPMethodTypeMBean val)
          Set the value of the EAPMethodType element
 void setPAP(LocalRealmType.AuthenticationMethod.PAP value)
          Sets the value of the pap property.
 void setPAPMBean(LocalRealmTypeMBean.AuthenticationMethodMBean.PAPMBean val)
          Set the value of the PAP element

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

eapttls

protected EAPMethodType eapttls

eaptls

protected EAPMethodType eaptls

eapmd5

protected EAPMethodType eapmd5

pap

protected LocalRealmType.AuthenticationMethod.PAP pap

chap

protected LocalRealmType.AuthenticationMethod.CHAP chap

Constructor Detail

LocalRealmType.AuthenticationMethod

public LocalRealmType.AuthenticationMethod()
Default Constructor

LocalRealmType.AuthenticationMethod

public LocalRealmType.AuthenticationMethod(EAPMethodType eapttls,
                                           EAPMethodType eaptls,
                                           EAPMethodType eapmd5,
                                           LocalRealmType.AuthenticationMethod.PAP pap,
                                           LocalRealmType.AuthenticationMethod.CHAP chap)

Method Detail

getEAPTTLS

public EAPMethodType getEAPTTLS()
Gets the value of the eapttls property.
Returns:
possible object is EAPMethodType

setEAPTTLS

public void setEAPTTLS(EAPMethodType value)
Sets the value of the eapttls property.
Parameters:
value - allowed object is EAPMethodType

getEAPTLS

public EAPMethodType getEAPTLS()
Gets the value of the eaptls property.
Returns:
possible object is EAPMethodType

setEAPTLS

public void setEAPTLS(EAPMethodType value)
Sets the value of the eaptls property.
Parameters:
value - allowed object is EAPMethodType

getEAPMD5

public EAPMethodType getEAPMD5()
Gets the value of the eapmd5 property.
Returns:
possible object is EAPMethodType

setEAPMD5

public void setEAPMD5(EAPMethodType value)
Sets the value of the eapmd5 property.
Parameters:
value - allowed object is EAPMethodType

getPAP

public LocalRealmType.AuthenticationMethod.PAP getPAP()
Gets the value of the pap property.
Returns:
possible object is LocalRealmType.AuthenticationMethod.PAP

setPAP

public void setPAP(LocalRealmType.AuthenticationMethod.PAP value)
Sets the value of the pap property.
Parameters:
value - allowed object is LocalRealmType.AuthenticationMethod.PAP

getCHAP

public LocalRealmType.AuthenticationMethod.CHAP getCHAP()
Gets the value of the chap property.
Returns:
possible object is LocalRealmType.AuthenticationMethod.CHAP

setCHAP

public void setCHAP(LocalRealmType.AuthenticationMethod.CHAP value)
Sets the value of the chap property.
Parameters:
value - allowed object is LocalRealmType.AuthenticationMethod.CHAP

getEAPTTLSMBean

public EAPMethodTypeMBean getEAPTTLSMBean()
Get the value of the EAPMethodType element
Specified by:
getEAPTTLSMBean in interface LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean

setEAPTTLSMBean

public void setEAPTTLSMBean(EAPMethodTypeMBean val)
Set the value of the EAPMethodType element
Specified by:
setEAPTTLSMBean in interface LocalRealmTypeMBean.AuthenticationMethodMBean

getEAPTLSMBean

public EAPMethodTypeMBean getEAPTLSMBean()
Get the value of the EAPMethodType element
Specified by:
getEAPTLSMBean in interface LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean

setEAPTLSMBean

public void setEAPTLSMBean(EAPMethodTypeMBean val)
Set the value of the EAPMethodType element
Specified by:
setEAPTLSMBean in interface LocalRealmTypeMBean.AuthenticationMethodMBean

getEAPMD5MBean

public EAPMethodTypeMBean getEAPMD5MBean()
Get the value of the EAPMethodType element
Specified by:
getEAPMD5MBean in interface LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean

setEAPMD5MBean

public void setEAPMD5MBean(EAPMethodTypeMBean val)
Set the value of the EAPMethodType element
Specified by:
setEAPMD5MBean in interface LocalRealmTypeMBean.AuthenticationMethodMBean

getPAPMBean

public LocalRealmTypeMBean.AuthenticationMethodMBean.PAPMBean getPAPMBean()
Get the value of the PAP element
Specified by:
getPAPMBean in interface LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean

setPAPMBean

public void setPAPMBean(LocalRealmTypeMBean.AuthenticationMethodMBean.PAPMBean val)
Set the value of the PAP element
Specified by:
setPAPMBean in interface LocalRealmTypeMBean.AuthenticationMethodMBean

getCHAPMBean

public LocalRealmTypeMBean.AuthenticationMethodMBean.CHAPMBean getCHAPMBean()
Get the value of the CHAP element
Specified by:
getCHAPMBean in interface LocalRealmTypeReadOnlyMBean.AuthenticationMethodReadOnlyMBean

setCHAPMBean

public void setCHAPMBean(LocalRealmTypeMBean.AuthenticationMethodMBean.CHAPMBean val)
Set the value of the CHAP element
Specified by:
setCHAPMBean in interface LocalRealmTypeMBean.AuthenticationMethodMBean

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.