public class AuthenticationFailure extends Sequence
AuthenticationFailure
type.Constructor and Description |
---|
AuthenticationFailure()
The default constructor.
|
AuthenticationFailure(INTEGER nas5GMMCause)
Constructs an instance of the
AuthenticationFailure with the specified mandatory
components. |
AuthenticationFailure(INTEGER nas5GMMCause,
OctetString authenticationFailureParameter)
Constructs an instance of the
AuthenticationFailure with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteAuthenticationFailureParameter()
Omits the
authenticationFailureParameter optional field from the value. |
OctetString |
getAuthenticationFailureParameter()
Returns the value of the
authenticationFailureParameter optional field. |
INTEGER |
getNas5GMMCause()
Returns the value of the
nas5GMMCause field. |
boolean |
hasAuthenticationFailureParameter()
Reports whether the
authenticationFailureParameter optional field is present in the value. |
void |
setAuthenticationFailureParameter(OctetString authenticationFailureParameter)
Sets the value of the
authenticationFailureParameter optional field. |
void |
setNas5GMMCause(INTEGER nas5GMMCause)
Sets the value of the
nas5GMMCause field. |
public AuthenticationFailure()
public AuthenticationFailure(INTEGER nas5GMMCause)
AuthenticationFailure
with the specified mandatory
components.nas5GMMCause
- the value of the nas5GMMCause
mandatory field.
The NAS5GMMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public AuthenticationFailure(INTEGER nas5GMMCause, OctetString authenticationFailureParameter)
AuthenticationFailure
with the specified
components.nas5GMMCause
- the value of the nas5GMMCause
field (mandatory).
The NAS5GMMCause
class defines meaningful names for particular values of the field.authenticationFailureParameter
- the value of the authenticationFailureParameter
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getNas5GMMCause()
nas5GMMCause
field.nas5GMMCause
field.
The NAS5GMMCause
class defines meaningful names for particular values of the field.public void setNas5GMMCause(INTEGER nas5GMMCause)
nas5GMMCause
field.nas5GMMCause
- the value of the nas5GMMCause
field.
The NAS5GMMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the nas5GMMCause
parameter is null.public OctetString getAuthenticationFailureParameter()
authenticationFailureParameter
optional field.authenticationFailureParameter
optional field or null if the field is omitted.public void setAuthenticationFailureParameter(OctetString authenticationFailureParameter)
authenticationFailureParameter
optional field.authenticationFailureParameter
- the value of the authenticationFailureParameter
optional field. A null
value indicates that the optional field is omitted.public boolean hasAuthenticationFailureParameter()
authenticationFailureParameter
optional field is present in the value.authenticationFailureParameter
optional field is present in the value.public void deleteAuthenticationFailureParameter()
authenticationFailureParameter
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.