Uses of Class
org.apache.catalina.deploy.LoginConfig
-
Packages that use LoginConfig Package Description com.sun.enterprise.web.deploy com.sun.web.security.realmadapter org.apache.catalina org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM).org.apache.catalina.core -
-
Uses of LoginConfig in com.sun.enterprise.web.deploy
Subclasses of LoginConfig in com.sun.enterprise.web.deploy Modifier and Type Class Description classLoginConfigDecoratorDecorator of classorg.apache.catalina.deploy.LoginConfig -
Uses of LoginConfig in com.sun.web.security.realmadapter
Methods in com.sun.web.security.realmadapter with parameters of type LoginConfig Modifier and Type Method Description booleanAuthenticatorProxy. authenticate(HttpRequest request, HttpResponse response, LoginConfig config) -
Uses of LoginConfig in org.apache.catalina
Methods in org.apache.catalina that return LoginConfig Modifier and Type Method Description LoginConfigContext. getLoginConfig()Return the login configuration descriptor for this web application.Methods in org.apache.catalina with parameters of type LoginConfig Modifier and Type Method Description voidContext. setLoginConfig(LoginConfig config)Set the login configuration descriptor for this web application. -
Uses of LoginConfig in org.apache.catalina.authenticator
Methods in org.apache.catalina.authenticator with parameters of type LoginConfig Modifier and Type Method Description abstract booleanAuthenticatorBase. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanBasicAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanDigestAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanFormAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanNonLoginAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanSSLAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user by checking for the existence of a certificate chain, and optionally asking a trust manager to validate that we trust this user.protected voidFormAuthenticator. forwardToErrorPage(HttpRequest request, HttpResponse response, LoginConfig config)Called to forward to the error page.protected voidFormAuthenticator. forwardToLoginPage(HttpRequest request, HttpResponse response, LoginConfig config)Called to forward to the login page.protected voidDigestAuthenticator. setAuthenticateHeader(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, LoginConfig config, String nOnce, boolean isNonceStale)Generates the WWW-Authenticate header. -
Uses of LoginConfig in org.apache.catalina.core
Methods in org.apache.catalina.core that return LoginConfig Modifier and Type Method Description LoginConfigStandardContext. getLoginConfig()Return the login configuration descriptor for this web application.Methods in org.apache.catalina.core with parameters of type LoginConfig Modifier and Type Method Description voidStandardContext. setLoginConfig(LoginConfig config)Set the login configuration descriptor for this web application.
-