Uses of Interface
com.atlassian.confluence.security.service.XsrfTokenService
-
Packages that use XsrfTokenService Package Description com.atlassian.confluence.plugins.edgeindex.servlet com.atlassian.confluence.security.service -
-
Uses of XsrfTokenService in com.atlassian.confluence.plugins.edgeindex.servlet
Constructors in com.atlassian.confluence.plugins.edgeindex.servlet with parameters of type XsrfTokenService Constructor Description BuildEdgeIndexServlet(PermissionManager permissionManager, EdgeIndexBuilder edgeIndexBuilder, XsrfTokenService xsrfTokenService, I18NBeanFactory i18NBeanFactory) -
Uses of XsrfTokenService in com.atlassian.confluence.security.service
Classes in com.atlassian.confluence.security.service that implement XsrfTokenService Modifier and Type Class Description classDefaultXsrfTokenServiceThis implementation unfortunately duplicates the logic ofXsrfTokenInterceptoras a proper adaption turns out too complex due to the extensive use ofThreadLocalsin the underlying code.
-