Package de.captaingoldfish.scim.sdk.server.filter


package de.captaingoldfish.scim.sdk.server.filter
  • Classes
    Class
    Description
    author Pascal Knueppel
    created at: 16.10.2019 - 16:52

    represents two expressions that should be put together as an and operation
    author Pascal Knueppel
    created at: 16.10.2019 - 12:37

    Represents a comparable expression in the scim filter language like "userName eq 'chuck_norris'"
    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.
    author Pascal Knueppel
    created at: 16.10.2019 - 16:07

    the abstract tree declaration that will be build when the SCIM filter expression is parsed
    author Pascal Knueppel
    created at: 16.10.2019 - 16:52

    represents an expression that should be negated
    author Pascal Knueppel
    created at: 16.10.2019 - 16:52

    represents two expressions that should be put together as an or operation