com.atlassian.jira.security.xsrf
Class XsrfDefaultsImpl

java.lang.Object
  extended by com.atlassian.jira.security.xsrf.XsrfDefaultsImpl
All Implemented Interfaces:
XsrfDefaults

public class XsrfDefaultsImpl
extends java.lang.Object
implements XsrfDefaults

An implementation of XsrfDefaults

Since:
v4.0

Constructor Summary
XsrfDefaultsImpl(ApplicationProperties applicationProperties)
           
 
Method Summary
 boolean isXsrfProtectionEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsrfDefaultsImpl

public XsrfDefaultsImpl(ApplicationProperties applicationProperties)
Method Detail

isXsrfProtectionEnabled

public boolean isXsrfProtectionEnabled()
Specified by:
isXsrfProtectionEnabled in interface XsrfDefaults


Copyright © 2002-2011 Atlassian. All Rights Reserved.