Class ProtectedStringViolations

java.lang.Object
com.evolveum.midpoint.schema.validator.ProtectedStringViolations

public class ProtectedStringViolations extends Object
  • Constructor Details

    • ProtectedStringViolations

      public ProtectedStringViolations()
  • Method Details

    • addEncrypted

      public void addEncrypted(ItemPath path)
    • addHashed

      public void addHashed(ItemPath path)
    • addClearValue

      public void addClearValue(ItemPath path)
    • getEncrypted

      public List<ItemPath> getEncrypted()
    • getHashed

      public List<ItemPath> getHashed()
    • getClearValue

      public List<ItemPath> getClearValue()