Uses of Class
net.shibboleth.idp.authn.spnego.impl.SPNEGOContext
Packages that use SPNEGOContext
Package
Description
Implementation of SPNEGO authentication flow.
-
Uses of SPNEGOContext in net.shibboleth.idp.authn.spnego.impl
Methods in net.shibboleth.idp.authn.spnego.impl that return SPNEGOContextModifier and TypeMethodDescriptionprivate SPNEGOContextSPNEGOAuthnController.getSPNEGOContext(ProfileRequestContext prc) Navigate to theSPNEGOContextin the context tree.Methods in net.shibboleth.idp.authn.spnego.impl with parameters of type SPNEGOContextModifier and TypeMethodDescriptionprotected GSSContextAcceptorSPNEGOAuthnController.createGSSContextAcceptor(SPNEGOContext spnegoCtx) Create a newGSSContextAcceptorobject.