Searched refs:byTagAndPayload (Results 1 – 1 of 1) sorted by relevance
775 byTagAndPayload(TAG_PASSWORD_COMPLEXITY_SET, expectedPayload)); in findPasswordComplexityEvent()781 byTagAndPayload(TAG_PASSWORD_COMPLEXITY_REQUIRED, expectedPayload)); in findNewStylePasswordComplexityEvent()784 private Predicate<SecurityEvent> byTagAndPayload(int expectedTag, Object[] expectedPayload) { in byTagAndPayload() method in SecurityLoggingTest