public class NASIdentifierAttribute extends Attribute
MAX_ATTRIBUTE_LENGTH, MAX_ATTRIBUTE_VALUE_LENGTH
Constructor and Description |
---|
NASIdentifierAttribute(byte[] octets)
Constructs a new instance from the on-the-wire bytes for this attribute including the prefixing attribute-type
code octet and length octet.
|
NASIdentifierAttribute(String id)
Create an instance with the id of the NAS originating the Access-Request.
|
Modifier and Type | Method and Description |
---|---|
String |
getNasId()
Return the id of the NAS originating the Access-Request.
|
String |
toStringImpl()
Used by super class to log the attribute's contents when packet logging is enabled.
|
public NASIdentifierAttribute(byte[] octets)
octets
- the on-the-wire bytes from which to construct this instancepublic NASIdentifierAttribute(String id)
id
- the id of the NAS originating the Access-Request.public String getNasId()
public String toStringImpl()
toStringImpl
in class Attribute
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.