Constant Field Values

Contents

org.apache.*

  • org.apache.directory.scim.spec.AllSchemaTypesExtension
    Modifier and Type
    Constant Field
    Value
    public static final String
    "urn:mem:params:scim:schemas:extension:AllSchemaTypesExtension"
  • org.apache.directory.scim.spec.ComplexTypeExtension
    Modifier and Type
    Constant Field
    Value
    public static final String
    "urn:mem:params:scim:schemas:extension:ComplexTypeExtension"
  • org.apache.directory.scim.spec.LuckyNumberExtension
    Modifier and Type
    Constant Field
    Value
    public static final String
    "urn:mem:params:scim:schemas:extension:LuckyNumberExtension"
  • org.apache.directory.scim.spec.filter.AbstractLexerParserTest
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "userName eq \"bjensen\""
    protected static final String
    "title pr or userType eq \"Intern\""
    protected static final String
    "userType eq \"Employee\" and (emails co \"example.com\" or emails co \"example.org\")"
    protected static final String
    "name.familyName co \"O\'Malley\""
    protected static final String
    "userName sw \"J\""
    protected static final String
    "title pr"
    protected static final String
    "meta.lastModified gt \"2011-05-13T04:42:34Z\""
    protected static final String
    "meta.lastModified ge \"2011-05-13T04:42:34Z\""
    protected static final String
    "meta.lastModified lt \"2011-05-13T04:42:34Z\""
    protected static final String
    "meta.lastModified le \"2011-05-13T04:42:34Z\""
    protected static final String
    "title pr and userType eq \"Employee\""
    protected static final String
    "urn:example:params:scim:schemas:extension:ExampleExtension:example pr"
    protected static final String
    "urn:example:params:scim:schemas:extension:ExampleExtension:example.sub pr"
    protected static final String
    "urn:example:params:scim:schemas:extension:ExampleExtension:examples[value eq true or type sw \"example\"]"
    protected static final String
    "urn:example:params:scim:schemas:extension:ExampleExtension:example1 eq \"example1\" and urn:example:params:scim:schemas:extension:ExampleExtension:example2 eq \"example2\""
    protected static final String
    "(emails co \"example.com\" or emails co \"example.org\")"
    protected static final String
    "(emails co \"example.com\" or emails co \"example.org\") and userType eq \"Employee\""
    protected static final String
    "not(userType eq \"Employee\")"
    protected static final String
    "(userType eq \"Employee\")"
    protected static final String
    "NOT(userType eq \"Employee\")"
    protected static final String
    "NOT (userType eq \"Employee\")"
    protected static final String
    "userType eq \"Employee\" and not(emails co \"example.com\" or emails co \"example.org\")"
    protected static final String
    "userType eq \"Employee\" and (emails co \"example.com\" or emails co \"example.org\")"
    protected static final String
    "userType eq \"Employee\" and NOT(emails co \"example.com\" or emails co \"example.org\")"
    protected static final String
    "userType eq \"Employee\" and NOT (emails co \"example.com\" or emails co \"example.org\")"
    protected static final String
    "not(userType eq \"Employee\") and not(userType eq \"Intern\")"
    protected static final String
    "(userType eq \"Employee\") and (userType eq \"Intern\")"
    protected static final String
    "not(userType eq \"Employee\" or userType eq \"Intern\")"
    protected static final String
    "(userType eq \"Employee\" or userType eq \"Intern\")"
    protected static final String
    "userName Eq \"john\""
    protected static final String
    "Username eq \"john\""
    protected static final String
    "Username EQ \"john\""
    protected static final String
    "USERNAME EQ \"john\""
    protected static final String
    ""
    protected static final String
    "emails[type eq \"work\"]"
    protected static final String
    "emails[type eq \"work\" and value co \"@example.com\"]"
    protected static final String
    "emails[type eq \"work\" AND value co \"@example.com\"]"
    protected static final String
    "emails[type eq \"work\" and value co \"@example.com\"] or ims[type eq \"xmpp\" and value co \"@foo.com\"]"
    protected static final String
    "emails[type eq \"work\" AND value co \"@example.com\"] OR ims[type eq \"xmpp\" and value co \"@foo.com\"]"
  • org.apache.directory.scim.spec.filter.attribute.AttributeReferenceTest
    Modifier and Type
    Constant Field
    Value
    protected static final String
    "userName"
    protected static final String
    "name.givenName"
    protected static final String
    "urn:ietf:params:scim:schemas:core:2.0:User:userName"
    protected static final String
    "urn:ietf:params:scim:schemas:core:2.0:User:name.givenName"
    protected static final String
    "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:employeeNumber"