This is helpful when mapping SCIM attributes to other systems. Previously it required complex logic to track the complex/nested attributes
Now, you can use getUrn() or getPath(), for example the attribute for a user's first name, would result in urn:ietf:params:scim:schemas:core:2.0:User:name.givenName and name.givenName respectively
This is helpful when mapping SCIM attributes to other systems. Previously it required complex logic to track the complex/nested attributes Now, you can use
getUrn()
orgetPath()
, for example the attribute for a user's first name, would result inurn:ietf:params:scim:schemas:core:2.0:User:name.givenName
andname.givenName
respectively