public interface AttributeFactory
DecodeOptions
in order
to allow application to control how Attribute
instances are created
when decoding requests and responses.Attribute
,
DecodeOptions
Modifier and Type | Method and Description |
---|---|
Attribute |
newAttribute(AttributeDescription attributeDescription)
Creates an attribute using the provided attribute description and no
values.
|
Attribute newAttribute(AttributeDescription attributeDescription)
attributeDescription
- The attribute description.NullPointerException
- If attributeDescription
was null
.Copyright 2010-2020 ForgeRock AS.