Uses of Class
org.apache.directory.scim.spec.schema.Schema.Attribute
Packages that use Schema.Attribute
-
Uses of Schema.Attribute in org.apache.directory.scim.spec.filter
Methods in org.apache.directory.scim.spec.filter that return Schema.AttributeModifier and TypeMethodDescriptionprotected static Schema.AttributeBaseFilterExpressionMapper.attribute(AttributeContainer attributeContainer, AttributeReference attributeReference) Methods in org.apache.directory.scim.spec.filter with parameters of type Schema.AttributeModifier and TypeMethodDescriptionprotected static booleanBaseFilterExpressionMapper.isStringExpression(Schema.Attribute attribute, Object compareValue) -
Uses of Schema.Attribute in org.apache.directory.scim.spec.schema
Methods in org.apache.directory.scim.spec.schema that return Schema.AttributeModifier and TypeMethodDescriptionAttributeContainer.getAttribute(String attributeName) Schema.Attribute.getAttribute(String name) Schema.getAttribute(String name) Schema.getAttributeFromPath(String path) Methods in org.apache.directory.scim.spec.schema that return types with arguments of type Schema.AttributeModifier and TypeMethodDescriptionAttributeContainer.getAttributes()Schema.Attribute.getAttributes()Schema.getAttributes()Method parameters in org.apache.directory.scim.spec.schema with type arguments of type Schema.AttributeModifier and TypeMethodDescriptionvoidSchema.setAttributes(Set<Schema.Attribute> attributes) voidSchema.Attribute.setSubAttributes(Set<Schema.Attribute> attributes, Schema.Attribute.AddAction action)