Class AttributePathRoot

java.lang.Object
de.captaingoldfish.scim.sdk.server.filter.FilterNode
de.captaingoldfish.scim.sdk.server.filter.AttributePathRoot

public class AttributePathRoot extends FilterNode
author Pascal Knueppel
created at: 28.10.2019 - 23:14

this is a leaf node for resolving patch expressions that will hold the full name of the attribute e.g. name.givenName or userName or emails.primary etc.
  • Constructor Details

  • Method Details

    • getResourceUri

      public String getResourceUri()
    • getShortName

      public String getShortName()
    • getFullName

      public String getFullName()
    • getParentAttributeName

      public String getParentAttributeName()
    • getComplexSubAttributeName

      public String getComplexSubAttributeName()
    • getAttributeName

      public String getAttributeName()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getChild

      public FilterNode getChild()
      if the attribute path expression has a filter expression
    • getSchemaAttribute

      public SchemaAttribute getSchemaAttribute()
      the schema attribute that represents this attribute name
    • setOriginalExpressionString

      public void setOriginalExpressionString(String originalExpressionString)
      represents the original expression of this node