Uses of Class
com.ibm.oauth.core.api.attributes.Attribute
Packages that use Attribute
-
Uses of Attribute in com.ibm.oauth.core.api.attributes
Methods in com.ibm.oauth.core.api.attributes that return AttributeModifier and TypeMethodDescriptionAttributeList.getAttributeByNameAndType(String name, String type) Returns a reference to an attribute within the attribute list identified by its name and type.AttributeList.getAttributesByType(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 AttributeModifier and TypeMethodDescriptionAttributeList.getAllAttributes()Gets all attributes in the attribute list.