Uses of Class
net.shibboleth.idp.ui.csrf.CSRFTokenManager
Packages that use CSRFTokenManager
Package
Description
Implementation classes for cross-site request forgery mitigation.
-
Uses of CSRFTokenManager in net.shibboleth.idp.ui.csrf.impl
Fields in net.shibboleth.idp.ui.csrf.impl declared as CSRFTokenManagerModifier and TypeFieldDescriptionprivate CSRFTokenManagerCSRFTokenFlowExecutionListener.csrfTokenManagerThe CSRF token manager for getting and validating tokens.Methods in net.shibboleth.idp.ui.csrf.impl with parameters of type CSRFTokenManagerModifier and TypeMethodDescriptionvoidCSRFTokenFlowExecutionListener.setCsrfTokenManager(CSRFTokenManager tokenManager) Sets the CSRF token manager.