Uses of Interface
io.hawt.system.Authenticator
-
Packages that use Authenticator Package Description io.hawt.system -
-
Uses of Authenticator in io.hawt.system
Classes in io.hawt.system that implement Authenticator Modifier and Type Class Description classAbstractAuthenticatorclassJaasAuthenticatorAuthenticator performs authentication using JAAS with theLoginContextfor the chosen realm.Methods in io.hawt.system that return Authenticator Modifier and Type Method Description AuthenticatorAuthenticatorFactory. createAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration)AuthenticatorAuthenticatorFactory. createAuthenticator(javax.servlet.http.HttpServletRequest request, AuthenticationConfiguration authConfiguration, String username, String password)
-