Uses of Class
com.unboundid.scim2.server.utils.SchemaChecker.Option
-
Packages that use SchemaChecker.Option Package Description com.unboundid.scim2.server.utils SCIM 2 service provider utility classes, including classes that enforce schema, classes for manipulating search results, and classes for processing resources. -
-
Uses of SchemaChecker.Option in com.unboundid.scim2.server.utils
Methods in com.unboundid.scim2.server.utils that return SchemaChecker.Option Modifier and Type Method Description static SchemaChecker.OptionSchemaChecker.Option. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaChecker.Option[]SchemaChecker.Option. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.unboundid.scim2.server.utils with parameters of type SchemaChecker.Option Modifier and Type Method Description voidSchemaChecker. disable(SchemaChecker.Option option)Disable an option.voidSchemaChecker. enable(SchemaChecker.Option option)Enable an option.
-