|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.saml.v2.ac.classes.tlsclient.OriginalAuthenticatorTransportProtocolType
public class OriginalAuthenticatorTransportProtocolType
Java class for AuthenticatorTransportProtocolType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthenticatorTransportProtocolType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}HTTP"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}SSL"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}MobileNetworkNoEncryption"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}MobileNetworkRadioEncryption"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}MobileNetworkEndToEndEncryption"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}WTLS"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}IPSec"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}PSTN"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}ISDN"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}ADSL"/>
</choice>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:TLSClient}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ExtensionOnlyType |
adsl
|
protected java.util.List<ExtensionType> |
extension
|
protected ExtensionOnlyType |
http
|
protected ExtensionOnlyType |
ipSec
|
protected ExtensionOnlyType |
isdn
|
protected ExtensionOnlyType |
mobileNetworkEndToEndEncryption
|
protected ExtensionOnlyType |
mobileNetworkNoEncryption
|
protected ExtensionOnlyType |
mobileNetworkRadioEncryption
|
protected ExtensionOnlyType |
pstn
|
protected ExtensionOnlyType |
ssl
|
protected ExtensionOnlyType |
wtls
|
| Constructor Summary | |
|---|---|
OriginalAuthenticatorTransportProtocolType()
|
|
| Method Summary | |
|---|---|
ExtensionOnlyType |
getADSL()
Gets the value of the adsl property. |
java.util.List<ExtensionType> |
getExtension()
Gets the value of the extension property. |
ExtensionOnlyType |
getHTTP()
Gets the value of the http property. |
ExtensionOnlyType |
getIPSec()
Gets the value of the ipSec property. |
ExtensionOnlyType |
getISDN()
Gets the value of the isdn property. |
ExtensionOnlyType |
getMobileNetworkEndToEndEncryption()
Gets the value of the mobileNetworkEndToEndEncryption property. |
ExtensionOnlyType |
getMobileNetworkNoEncryption()
Gets the value of the mobileNetworkNoEncryption property. |
ExtensionOnlyType |
getMobileNetworkRadioEncryption()
Gets the value of the mobileNetworkRadioEncryption property. |
ExtensionOnlyType |
getPSTN()
Gets the value of the pstn property. |
ExtensionOnlyType |
getSSL()
Gets the value of the ssl property. |
ExtensionOnlyType |
getWTLS()
Gets the value of the wtls property. |
void |
setADSL(ExtensionOnlyType value)
Sets the value of the adsl property. |
void |
setHTTP(ExtensionOnlyType value)
Sets the value of the http property. |
void |
setIPSec(ExtensionOnlyType value)
Sets the value of the ipSec property. |
void |
setISDN(ExtensionOnlyType value)
Sets the value of the isdn property. |
void |
setMobileNetworkEndToEndEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkEndToEndEncryption property. |
void |
setMobileNetworkNoEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkNoEncryption property. |
void |
setMobileNetworkRadioEncryption(ExtensionOnlyType value)
Sets the value of the mobileNetworkRadioEncryption property. |
void |
setPSTN(ExtensionOnlyType value)
Sets the value of the pstn property. |
void |
setSSL(ExtensionOnlyType value)
Sets the value of the ssl property. |
void |
setWTLS(ExtensionOnlyType value)
Sets the value of the wtls property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ExtensionOnlyType http
protected ExtensionOnlyType ssl
protected ExtensionOnlyType mobileNetworkNoEncryption
protected ExtensionOnlyType mobileNetworkRadioEncryption
protected ExtensionOnlyType mobileNetworkEndToEndEncryption
protected ExtensionOnlyType wtls
protected ExtensionOnlyType ipSec
protected ExtensionOnlyType pstn
protected ExtensionOnlyType isdn
protected ExtensionOnlyType adsl
protected java.util.List<ExtensionType> extension
| Constructor Detail |
|---|
public OriginalAuthenticatorTransportProtocolType()
| Method Detail |
|---|
public ExtensionOnlyType getHTTP()
ExtensionOnlyTypepublic void setHTTP(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getSSL()
ExtensionOnlyTypepublic void setSSL(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getMobileNetworkNoEncryption()
ExtensionOnlyTypepublic void setMobileNetworkNoEncryption(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getMobileNetworkRadioEncryption()
ExtensionOnlyTypepublic void setMobileNetworkRadioEncryption(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getMobileNetworkEndToEndEncryption()
ExtensionOnlyTypepublic void setMobileNetworkEndToEndEncryption(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getWTLS()
ExtensionOnlyTypepublic void setWTLS(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getIPSec()
ExtensionOnlyTypepublic void setIPSec(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getPSTN()
ExtensionOnlyTypepublic void setPSTN(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getISDN()
ExtensionOnlyTypepublic void setISDN(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic ExtensionOnlyType getADSL()
ExtensionOnlyTypepublic void setADSL(ExtensionOnlyType value)
value - allowed object is
ExtensionOnlyTypepublic java.util.List<ExtensionType> getExtension()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||