public class LoginLATNodeAttribute extends Attribute
MAX_ATTRIBUTE_LENGTH, MAX_ATTRIBUTE_VALUE_LENGTH
Constructor and Description |
---|
LoginLATNodeAttribute(byte[] octets)
Constructs a new instance from the on-the-wire bytes for this attribute.
|
LoginLATNodeAttribute(String latNode)
Create an instance with the specified LAT node identity.
|
Modifier and Type | Method and Description |
---|---|
String |
getLatNode()
Returns the identity of the LAT Node to connect the user to.
|
String |
toStringImpl()
Used by super class to log the attribute's contents when packet logging is enabled.
|
public LoginLATNodeAttribute(byte[] octets)
octets
- the on-the-wire bytes from which to construct this instancepublic LoginLATNodeAttribute(String latNode)
latNode
- the LAT group codes held by the instancepublic String getLatNode()
public String toStringImpl()
toStringImpl
in class Attribute
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.