public class

AccessKeyHelperImpl

extends Object
implements AccessKeyHelper
java.lang.Object
   ↳ com.atlassian.jira.web.util.AccessKeyHelperImpl

Summary

Public Constructors
AccessKeyHelperImpl()
Public Methods
boolean isAccessKeySafe(String accessKey)
Screens the given access key against known browser shortcuts, so that the access key can be selectively omitted.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.util.AccessKeyHelper

Public Constructors

public AccessKeyHelperImpl ()

Public Methods

public boolean isAccessKeySafe (String accessKey)

Screens the given access key against known browser shortcuts, so that the access key can be selectively omitted.

Parameters
accessKey the access key to screen
Returns
  • true if the access key does not clash with any browser shortcut we know about; false otherwise