Uses of Interface
org.glassfish.webservices.monitoring.AuthenticationListener
-
Packages that use AuthenticationListener Package Description org.glassfish.webservices.monitoring -
-
Uses of AuthenticationListener in org.glassfish.webservices.monitoring
Classes in org.glassfish.webservices.monitoring that implement AuthenticationListener Modifier and Type Class Description classLogAuthenticationListenerLog all authentication successes and failures.Methods in org.glassfish.webservices.monitoring that return types with arguments of type AuthenticationListener Modifier and Type Method Description Collection<AuthenticationListener>WebServiceEngineImpl. getAuthListeners()Methods in org.glassfish.webservices.monitoring with parameters of type AuthenticationListener Modifier and Type Method Description voidWebServiceEngine. addAuthListener(AuthenticationListener listener)Register a new listener interface to receive authentication notification.voidWebServiceEngineImpl. addAuthListener(AuthenticationListener listener)voidWebServiceEngine. removeAuthListener(AuthenticationListener listener)Unregister a listener interfacevoidWebServiceEngineImpl. removeAuthListener(AuthenticationListener listener)
-