|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.sdk.SCIMAttribute
public final class SCIMAttribute
This class represents a Simple Cloud Identity Management (SCIM) attribute. Attributes are categorized as either single-valued or multi-valued. This class allows for the following kinds of attributes.
| Method Summary | |
|---|---|
static SCIMAttribute |
create(AttributeDescriptor descriptor,
SCIMAttributeValue... values)
Create an attribute. |
boolean |
equals(Object o)
|
AttributeDescriptor |
getAttributeDescriptor()
Retrieves the SCIM attribute mapping of this this attribute. |
String |
getName()
Retrieve the name of this attribute. |
String |
getSchema()
Retrieve the name of the schema to which this attribute belongs. |
SCIMAttributeValue |
getValue()
Retrieves the value of this attribute. |
SCIMAttributeValue[] |
getValues()
Retrieves the values of this attribute. |
int |
hashCode()
|
boolean |
matchesFilter(SCIMFilter filter)
Determine whether this attribute matches the provided filter parameters. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static SCIMAttribute create(AttributeDescriptor descriptor,
SCIMAttributeValue... values)
descriptor - The mapping descriptor for this attribute.values - The value(s) of this attribute.
public String getSchema()
public String getName()
public SCIMAttributeValue getValue()
public SCIMAttributeValue[] getValues()
public AttributeDescriptor getAttributeDescriptor()
public boolean matchesFilter(SCIMFilter filter)
filter - The filter parameters to be compared against this attribute.
true if this attribute matches the provided filter, and
false otherwise.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||