Class FilterAttributeName
java.lang.Object
de.captaingoldfish.scim.sdk.server.filter.antlr.FilterAttributeName
author Pascal Knueppel
created at: 16.10.2019 - 12:24
represents the name of an attribute and will also hold its meta data
created at: 16.10.2019 - 12:24
represents the name of an attribute and will also hold its meta data
-
Constructor Summary
ConstructorsConstructorDescriptionFilterAttributeName(ScimFilterParser.ValuePathContext valuePathContext, ScimFilterParser.AttributePathContext attributePathContext) FilterAttributeName(String attributeName) FilterAttributeName(String parentName, ScimFilterParser.AttributePathContext attributePathContext) FilterAttributeName(String resourceUri, String parentName, String childName) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanthe name of the sub attribute in case of bracket filter notationthe fully qualified name of this attributeresourceUri+getShortName()the name of the parent attribute in case of bracket filter notationthe resource uri to which this attribute belongs e.g.the short name of the attribute e.g.inthashCode()toString()
-
Constructor Details
-
FilterAttributeName
public FilterAttributeName(ScimFilterParser.ValuePathContext valuePathContext, ScimFilterParser.AttributePathContext attributePathContext) -
FilterAttributeName
public FilterAttributeName(String parentName, ScimFilterParser.AttributePathContext attributePathContext) -
FilterAttributeName
-
FilterAttributeName
-
-
Method Details
-
getShortName
the short name of the attribute e.g. 'userName' or 'name.givenName' -
toString
-
getResourceUri
the resource uri to which this attribute belongs e.g.SchemaUris.ENTERPRISE_USER_URI -
getAttributeName
-
getFullName
the fully qualified name of this attributeresourceUri+getShortName() -
getParentAttributeName
the name of the parent attribute in case of bracket filter notation -
getComplexSubAttributeName
the name of the sub attribute in case of bracket filter notation -
equals
-
canEqual
-
hashCode
public int hashCode()
-