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 AuthenticatorListenerMethods in org.summerboot.jexpress.security.auth with parameters of type AuthenticatorListenerModifier and TypeMethodDescriptionprotected CallerAuthenticatorMockImpl.authenticate(String uid, String password, Long metaData, AuthenticatorListener listener, ServiceContext context) protected abstract CallerBootAuthenticator.authenticate(String uid, String password, T metaData, AuthenticatorListener listener, ServiceContext context) voidAuthenticator.setListener(AuthenticatorListener listener) voidBootAuthenticator.setListener(AuthenticatorListener listener)