Uses of Interface
com.atlassian.confluence.security.service.XsrfTokenService

Packages that use XsrfTokenService
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
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
 class DefaultXsrfTokenService
          This implementation unfortunately duplicates the logic of XsrfTokenInterceptor as a proper adaption turns out too complex due to the extensive use of ThreadLocals in the underlying code.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.