public class AuthenticationResult extends Sequence
AuthenticationResult
type.Constructor and Description |
---|
AuthenticationResult()
The default constructor.
|
AuthenticationResult(NASKeySetIdentifier ngKSI,
EAPMessage eapMessage)
Constructs an instance of the
AuthenticationResult with the specified mandatory
components. |
AuthenticationResult(NASKeySetIdentifier ngKSI,
EAPMessage eapMessage,
OctetString abba)
Constructs an instance of the
AuthenticationResult with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteAbba()
Omits the
abba optional field from the value. |
OctetString |
getAbba()
Returns the value of the
abba optional field. |
EAPMessage |
getEapMessage()
Returns the value of the
eapMessage field. |
NASKeySetIdentifier |
getNgKSI()
Returns the value of the
ngKSI field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
boolean |
hasAbba()
Reports whether the
abba optional field is present in the value. |
void |
setAbba(OctetString abba)
Sets the value of the
abba optional field. |
void |
setEapMessage(EAPMessage eapMessage)
Sets the value of the
eapMessage field. |
void |
setNgKSI(NASKeySetIdentifier ngKSI)
Sets the value of the
ngKSI field. |
public AuthenticationResult()
public AuthenticationResult(NASKeySetIdentifier ngKSI, EAPMessage eapMessage)
AuthenticationResult
with the specified mandatory
components.ngKSI
- the value of the ngKSI
mandatory field.eapMessage
- the value of the eapMessage
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public AuthenticationResult(NASKeySetIdentifier ngKSI, EAPMessage eapMessage, OctetString abba)
AuthenticationResult
with the specified
components.ngKSI
- the value of the ngKSI
field (mandatory).eapMessage
- the value of the eapMessage
field (mandatory).abba
- the value of the abba
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public NASKeySetIdentifier getNgKSI()
ngKSI
field.ngKSI
field.public void setNgKSI(NASKeySetIdentifier ngKSI)
ngKSI
field.ngKSI
- the value of the ngKSI
field.java.lang.IllegalArgumentException
- when the ngKSI
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.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 OctetString getAbba()
abba
optional field.abba
optional field or null if the field is omitted.public void setAbba(OctetString abba)
abba
optional field.abba
- the value of the abba
optional field. A null
value indicates that the optional field is omitted.public boolean hasAbba()
abba
optional field is present in the value.abba
optional field is present in the value.public void deleteAbba()
abba
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.