public class PDUSessionAuthenticationComplete extends Sequence
PDUSessionAuthenticationComplete
type.Constructor and Description |
---|
PDUSessionAuthenticationComplete()
The default constructor.
|
PDUSessionAuthenticationComplete(EAPMessage eapMessage)
Constructs an instance of the
PDUSessionAuthenticationComplete with the specified mandatory
components. |
PDUSessionAuthenticationComplete(EAPMessage eapMessage,
ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
Constructs an instance of the
PDUSessionAuthenticationComplete with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteExtendedProtocolConfigurationOptions()
Omits the
extendedProtocolConfigurationOptions optional field from the value. |
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage field. |
ExtendedProtocolConfigurationOptionsUE |
getExtendedProtocolConfigurationOptions()
Returns the value of the
extendedProtocolConfigurationOptions optional field. |
boolean |
hasExtendedProtocolConfigurationOptions()
Reports whether the
extendedProtocolConfigurationOptions optional field is present in the value. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage field. |
void |
setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
Sets the value of the
extendedProtocolConfigurationOptions optional field. |
public PDUSessionAuthenticationComplete()
public PDUSessionAuthenticationComplete(EAPMessage eapMessage)
PDUSessionAuthenticationComplete
with the specified mandatory
components.eapMessage
- the value of the eapMessage
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public PDUSessionAuthenticationComplete(EAPMessage eapMessage, ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
PDUSessionAuthenticationComplete
with the specified
components.eapMessage
- the value of the eapMessage
field (mandatory).extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public EAPMessage getEapMessage()
eapMessage
field.eapMessage
field.public void setEapMessage(EAPMessage eapMessage)
eapMessage
field.eapMessage
- the value of the eapMessage
field.java.lang.IllegalArgumentException
- when the eapMessage
parameter is null.public ExtendedProtocolConfigurationOptionsUE getExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
optional field or null if the field is omitted.public void setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsUE extendedProtocolConfigurationOptions)
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
optional field. A null
value indicates that the optional field is omitted.public boolean hasExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field is present in the value.extendedProtocolConfigurationOptions
optional field is present in the value.public void deleteExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field from the value.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.