public final class SCIMAttribute extends Object
| Modifier and Type | Method and Description |
|---|---|
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() |
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.Copyright © 2011–2016 UnboundID. All rights reserved.