Package | Description |
---|---|
com.ibm.oauth.core.api.attributes |
Modifier and Type | Method and Description |
---|---|
Attribute |
AttributeList.getAttributeByNameAndType(java.lang.String name,
java.lang.String type)
Returns a reference to an attribute within the attribute list identified
by its name and type.
|
Attribute[] |
AttributeList.getAttributesByType(java.lang.String type)
Returns an array of attributes from the list that match a given type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
AttributeList.getAllAttributes()
Gets all attributes in the attribute list.
|