Uses of Interface
org.summerboot.jexpress.security.auth.AuthenticatorListener
Packages that use AuthenticatorListener
-
Uses of AuthenticatorListener in org.summerboot.jexpress.integration.ldap
Methods in org.summerboot.jexpress.integration.ldap with parameters of type AuthenticatorListenerModifier and TypeMethodDescriptionLdapAgent.authenticateUser(String username, String password, AuthenticatorListener listener) -
Uses of AuthenticatorListener in org.summerboot.jexpress.security.auth
Fields in org.summerboot.jexpress.security.auth declared as AuthenticatorListenerModifier and TypeFieldDescriptionprotected AuthenticatorListenerBootAuthenticator.authenticatorListenerMethods in org.summerboot.jexpress.security.auth with parameters of type AuthenticatorListenerModifier and TypeMethodDescriptionprotected abstract CallerBootAuthenticator.authenticate(String usename, String password, E metaData, AuthenticatorListener listener, ServiceContext context) protected CallerLDAPAuthenticator.authenticate(String username, String password, M metaData, AuthenticatorListener listener, ServiceContext context)