public class AuthenticationReject extends Sequence
AuthenticationReject
type.Constructor and Description |
---|
AuthenticationReject()
The default constructor.
|
AuthenticationReject(EAPMessage eapMessage)
Constructs an instance of the
AuthenticationReject with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteEapMessage()
Omits the
eapMessage optional field from the value. |
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage optional field. |
boolean |
hasEapMessage()
Reports whether the
eapMessage optional field is present in the value. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage optional field. |
public AuthenticationReject()
public AuthenticationReject(EAPMessage eapMessage)
AuthenticationReject
with the specified
components.eapMessage
- the value of the eapMessage
field (optional).public EAPMessage getEapMessage()
eapMessage
optional field.eapMessage
optional field or null if the field is omitted.public void setEapMessage(EAPMessage eapMessage)
eapMessage
optional field.eapMessage
- the value of the eapMessage
optional field. A null
value indicates that the optional field is omitted.public boolean hasEapMessage()
eapMessage
optional field is present in the value.eapMessage
optional field is present in the value.public void deleteEapMessage()
eapMessage
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.