Searched defs:authRequestAccepted (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/monitoring/
H A DRadiusServerEventRegistrator.java55 long authRequestAccepted(); method in interface:RadiusServerEventRegistrator
H A DRadiusServerEventRegistrar.java203 * @see org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrator#authRequestAccepted()
213 public void authRequestAccepted(AuthRequestAcceptedEvent acceptedEvent) { method in class:RadiusServerEventRegistrar
214 LOG.message("RadiusServerEventRegistrar.authRequestAccepted() called by EventBus");
215 authRequestAccepted();
219 public long authRequestAccepted() { method in class:RadiusServerEventRegistrar
222 + "RadiusServerEventRegistrar.authRequestAccepted() - incrementing. Total accepted " + total);
/forgerock/openam-v13/openam-radius/openam-radius-server/src/test/java/org/forgerock/openam/radius/server/monitoring/
H A DRadiusServerEventRegistrarTest.java48 * @see org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar#authRequestAccepted
51 public void authRequestAccepted() { method in class:RadiusServerEventRegistrarTest
56 eventRegistrar.authRequestAccepted();
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/monitoring/
H A DRadiusServerEventRegistrator.java55 long authRequestAccepted(); method in interface:RadiusServerEventRegistrator
H A DRadiusServerEventRegistrar.java203 * @see org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrator#authRequestAccepted()
213 public void authRequestAccepted(AuthRequestAcceptedEvent acceptedEvent) { method in class:RadiusServerEventRegistrar
214 LOG.message("RadiusServerEventRegistrar.authRequestAccepted() called by EventBus");
215 authRequestAccepted();
219 public long authRequestAccepted() { method in class:RadiusServerEventRegistrar
222 + "RadiusServerEventRegistrar.authRequestAccepted() - incrementing. Total accepted " + total);
/forgerock/openam/openam-radius/openam-radius-server/src/test/java/org/forgerock/openam/radius/server/monitoring/
H A DRadiusServerEventRegistrarTest.java48 * @see org.forgerock.openam.radius.server.monitoring.RadiusServerEventRegistrar#authRequestAccepted
51 public void authRequestAccepted() { method in class:RadiusServerEventRegistrarTest
56 eventRegistrar.authRequestAccepted();

Completed in 24 milliseconds