public class SPNEGOContext extends BaseContext
AuthenticationContext,
that carries configuration data and request state for SPNEGO authentication.BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private GSSContextAcceptor |
contextAcceptor
Utility class that manages credentials and state for GSS loop.
|
private KerberosSettings |
kerberosSettings
The Kerberos settings.
|
| Constructor and Description |
|---|
SPNEGOContext() |
| Modifier and Type | Method and Description |
|---|---|
GSSContextAcceptor |
getContextAcceptor()
Get the context acceptor for the current request.
|
KerberosSettings |
getKerberosSettings()
Get the Kerberos settings.
|
void |
setContextAcceptor(GSSContextAcceptor acceptor)
Set the context acceptor for the current request.
|
void |
setKerberosSettings(KerberosSettings settings)
Set the Kerberos settings.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private KerberosSettings kerberosSettings
@Nullable private GSSContextAcceptor contextAcceptor
@Nullable public KerberosSettings getKerberosSettings()
public void setKerberosSettings(@Nullable KerberosSettings settings)
settings - the Kerberos settings@Nullable public GSSContextAcceptor getContextAcceptor()
public void setContextAcceptor(@Nullable GSSContextAcceptor acceptor)
acceptor - context acceptorCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.