Class IdentitySelector

All Implemented Interfaces:
UserSchemaComponent, SourceLocator, Location, SchemaComponent, Locator

public class IdentitySelector extends FieldOrSelector
The selector of an IdentityConstraint
  • Constructor Details

    • IdentitySelector

      public IdentitySelector(String xpath) throws SchemaException
      Create a new IdentitySelector.
      Parameters:
      xpath - the xpath for the IdentitySelector. Must not be null.
      Throws:
      SchemaException - if xpath is null.