Uses of Interface
org.sakaiproject.unboundid.EidValidator
-
-
Uses of EidValidator in org.sakaiproject.unboundid
Classes in org.sakaiproject.unboundid that implement EidValidator Modifier and Type Class Description classRegexpBlacklistEidValidatorImplementsUserEID "validation" by checking for matches in a configurable blacklist, entries in which are treated as regular expressions.Methods in org.sakaiproject.unboundid that return EidValidator Modifier and Type Method Description EidValidatorUnboundidDirectoryProvider. getEidValidator()Access the service used to verify EIDs prior to executing searches on those values.Methods in org.sakaiproject.unboundid with parameters of type EidValidator Modifier and Type Method Description voidUnboundidDirectoryProvider. setEidValidator(EidValidator eidValidator)Assign the service used to verify EIDs prior to executing searches on those values.
-