Package io.hawt.system
Interface AuthenticatorFactory
-
public interface AuthenticatorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthenticatorcreateAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)AuthenticatorcreateAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password)
-
-
-
Method Detail
-
createAuthenticator
Authenticator createAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)
-
createAuthenticator
Authenticator createAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password)
-
-