Uses of Interface
com.atlassian.jira.security.xsrf.XsrfInvocationChecker

Packages that use XsrfInvocationChecker
com.atlassian.jira.security.xsrf   
com.atlassian.jira.web.action.user   
 

Uses of XsrfInvocationChecker in com.atlassian.jira.security.xsrf
 

Classes in com.atlassian.jira.security.xsrf that implement XsrfInvocationChecker
 class DefaultXsrfInvocationChecker
          This class will check that a web-request (either WebWork action or HttpServlet) has been invoked with the correct XSRF token.
 

Uses of XsrfInvocationChecker in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type XsrfInvocationChecker
Logout(LoginManager loginManager, XsrfInvocationChecker xsrfInvocationChecker, com.atlassian.seraph.service.rememberme.RememberMeService rememberMeService, JiraAuthenticationContext authenticationContext)
           
 



Copyright © 2002-2010 Atlassian. All Rights Reserved.