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 Summary
Constructors Constructor Description AttributePathRoot(FilterNode child, ResourceType resourceType, ScimFilterParser.ValuePathContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttributeName()StringgetComplexSubAttributeName()StringgetFullName()StringgetParentAttributeName()StringgetResourceUri()StringgetShortName()StringtoString()-
Methods inherited from class de.captaingoldfish.scim.sdk.server.filter.FilterNode
setSubAttributeName
-
-
-
-
Constructor Detail
-
AttributePathRoot
public AttributePathRoot(FilterNode child, ResourceType resourceType, ScimFilterParser.ValuePathContext ctx)
-
-
Method Detail
-
getResourceUri
public String getResourceUri()
-
getShortName
public String getShortName()
-
getFullName
public String getFullName()
-
getParentAttributeName
public String getParentAttributeName()
-
getComplexSubAttributeName
public String getComplexSubAttributeName()
-
getAttributeName
public String getAttributeName()
-
-