Uses of Class
net.shibboleth.idp.authn.spnego.impl.GSSContextAcceptor
Packages that use GSSContextAcceptor
Package
Description
Implementation of SPNEGO authentication flow.
-
Uses of GSSContextAcceptor in net.shibboleth.idp.authn.spnego.impl
Fields in net.shibboleth.idp.authn.spnego.impl declared as GSSContextAcceptorModifier and TypeFieldDescriptionprivate GSSContextAcceptorSPNEGOContext.contextAcceptorUtility class that manages credentials and state for GSS loop.Methods in net.shibboleth.idp.authn.spnego.impl that return GSSContextAcceptorModifier and TypeMethodDescriptionprotected GSSContextAcceptorSPNEGOAuthnController.createGSSContextAcceptor(SPNEGOContext spnegoCtx) Create a newGSSContextAcceptorobject.SPNEGOContext.getContextAcceptor()Get the context acceptor for the current request.Methods in net.shibboleth.idp.authn.spnego.impl with parameters of type GSSContextAcceptorModifier and TypeMethodDescriptionvoidSPNEGOContext.setContextAcceptor(GSSContextAcceptor acceptor) Set the context acceptor for the current request.