Uses of Class
com.ibm.oauth.core.api.attributes.Attribute
-
Packages that use Attribute Package Description com.ibm.oauth.core.api.attributes -
-
Uses of Attribute in com.ibm.oauth.core.api.attributes
Methods in com.ibm.oauth.core.api.attributes that return Attribute Modifier and Type Method 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.Methods in com.ibm.oauth.core.api.attributes that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>
AttributeList. getAllAttributes()
Gets all attributes in the attribute list.
-