public final class AttributeFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Attribute |
createAttribute(byte[] data)
Performs the translation based upon the first octed in the passed in on-the-wire representation.
|
public static Attribute createAttribute(byte[] data)
data
- the raw octets received in a radius packet on the wire for the attribute including leading attribute
type code octet and length octet.Attribute
class or an
instance of the com.sun.identity.authentication.modules.radius.client.UnknownAttribute
class if
the field type is unrecognized and hence not supported.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.