public class SpnegoAuthenticator extends AuthenticatorBase
| Modifier and Type | Class and Description |
|---|---|
static class |
SpnegoAuthenticator.AcceptAction
This class gets a gss credential via a privileged action.
|
static class |
SpnegoAuthenticator.AuthenticateAction |
static class |
SpnegoAuthenticator.SpnegoTokenFixer
This class implements a hack around an incompatibility between the SPNEGO implementation in Windows and the
SPNEGO implementation in Java 8 update 40 onwards.
|
AuthenticatorBase.AllowCorsPreflightLifecycle.SingleUsealwaysUseSession, AUTH_HEADER_NAME, cache, changeSessionIdOnAuthentication, context, disableProxyCaching, jaspicCallbackHandlerClass, REALM_NAME, securePagesWithPragma, secureRandomAlgorithm, secureRandomClass, secureRandomProvider, sendAuthInfoResponseHeaders, sessionIdGenerator, sm, ssoasyncSupported, container, containerLog, nextmserverAFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
SpnegoAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doAuthenticate(Request request,
HttpServletResponse response)
Provided for sub-classes to implement their specific authentication mechanism.
|
boolean |
getApplyJava8u40Fix() |
protected java.lang.String |
getAuthMethod()
Return the authentication method, which is vendor-specific and not defined by HttpServletRequest.
|
java.lang.String |
getLoginConfigName() |
java.lang.String |
getNoKeepAliveUserAgents() |
protected void |
initInternal()
Sub-classes wishing to perform additional initialization should override
this method, ensuring that super.initInternal() is the first call in the
overriding method.
|
protected boolean |
isPreemptiveAuthPossible(Request request)
Can the authenticator perform preemptive authentication for the given request?
|
boolean |
isStoreDelegatedCredential() |
void |
setApplyJava8u40Fix(boolean applyJava8u40Fix) |
void |
setLoginConfigName(java.lang.String loginConfigName) |
void |
setNoKeepAliveUserAgents(java.lang.String noKeepAliveUserAgents) |
void |
setStoreDelegatedCredential(boolean storeDelegatedCredential) |
allowCorsPreflightBypass, associate, authenticate, changeSessionID, checkForCachedAuthentication, doLogin, getAllowCorsPreflight, getAlwaysUseSession, getCache, getChangeSessionIdOnAuthentication, getContainer, getDisableProxyCaching, getJaspicCallbackHandlerClass, getRealmName, getSecurePagesWithPragma, getSecureRandomAlgorithm, getSecureRandomClass, getSecureRandomProvider, invoke, isContinuationRequired, isSendAuthInfoResponseHeaders, login, logout, notify, reauthenticateFromSSO, register, register, setAllowCorsPreflight, setAlwaysUseSession, setCache, setChangeSessionIdOnAuthentication, setContainer, setDisableProxyCaching, setJaspicCallbackHandlerClass, setSecurePagesWithPragma, setSecureRandomAlgorithm, setSecureRandomClass, setSecureRandomProvider, setSendAuthInfoResponseHeaders, startInternal, stopInternalbackgroundProcess, getDomainInternal, getNext, getObjectNameKeyProperties, isAsyncSupported, setAsyncSupported, setNext, toStringdestroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister, unregisteraddLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, getThrowOnFailure, init, removeLifecycleListener, setState, setState, setThrowOnFailure, start, stoppublic java.lang.String getLoginConfigName()
public void setLoginConfigName(java.lang.String loginConfigName)
public boolean isStoreDelegatedCredential()
public void setStoreDelegatedCredential(boolean storeDelegatedCredential)
public java.lang.String getNoKeepAliveUserAgents()
public void setNoKeepAliveUserAgents(java.lang.String noKeepAliveUserAgents)
public boolean getApplyJava8u40Fix()
public void setApplyJava8u40Fix(boolean applyJava8u40Fix)
protected java.lang.String getAuthMethod()
AuthenticatorBasegetAuthMethod in class AuthenticatorBaseprotected void initInternal()
throws LifecycleException
LifecycleMBeanBaseinitInternal in class ValveBaseLifecycleException - If the initialisation failsprotected boolean doAuthenticate(Request request, HttpServletResponse response) throws java.io.IOException
AuthenticatorBasedoAuthenticate in class AuthenticatorBaserequest - The request that triggered the authenticationresponse - The response associated with the requesttrue if the the user was authenticated, otherwise false, in which case an authentication challenge will have been written to the responsejava.io.IOException - If an I/O problem occurred during the authentication processprotected boolean isPreemptiveAuthPossible(Request request)
AuthenticatorBaseisPreemptiveAuthPossible in class AuthenticatorBaserequest - The request to check for credentialstrue if preemptive authentication is possible, otherwise falseCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.