Class InMemoryScimFilterMatcherTest

java.lang.Object
org.apache.directory.scim.spec.filter.InMemoryScimFilterMatcherTest

public class InMemoryScimFilterMatcherTest extends Object
  • Constructor Details

    • InMemoryScimFilterMatcherTest

      public InMemoryScimFilterMatcherTest()
  • Method Details

    • userNameMatch

      @Test public void userNameMatch()
    • familyNameMatches

      @Test public void familyNameMatches()
    • startsWithMatches

      @Test public void startsWithMatches()
    • endsWithMatches

      @Test public void endsWithMatches()
    • containsMatches

      @Test public void containsMatches()
    • givenAndFamilyNameMatches

      @Test public void givenAndFamilyNameMatches()
    • familyNameOrMatches

      @Test public void familyNameOrMatches()
    • noMatchPassword

      @Test public void noMatchPassword()
    • invertUserNameMatches

      @Test public void invertUserNameMatches()
    • presentAttributeMatches

      @Test public void presentAttributeMatches()
    • valuePathExpressionMatches

      @Test public void valuePathExpressionMatches()
    • metaMatches

      @Test public void metaMatches()