- AbstractI18nResolver - Class in com.atlassian.sal.core.message
-
Basic skeleton of an implementation of
I18nResolver
, which host applications can use to get started.
- AbstractI18nResolver() - Constructor for class com.atlassian.sal.core.message.AbstractI18nResolver
-
- AbstractSessionEvent - Class in com.atlassian.sal.api.events
-
- AbstractSessionEvent(String, String) - Constructor for class com.atlassian.sal.api.events.AbstractSessionEvent
-
- AbstractSessionEvent.Builder - Class in com.atlassian.sal.api.events
-
- AbstractSessionEvent.Builder() - Constructor for class com.atlassian.sal.api.events.AbstractSessionEvent.Builder
-
- AbstractStringPluginSettings - Class in com.atlassian.sal.core.pluginsettings
-
PluginSettings implementation for datastores that only support Strings.
- AbstractStringPluginSettings() - Constructor for class com.atlassian.sal.core.pluginsettings.AbstractStringPluginSettings
-
- add(Class<?>, Object) - Method in class com.atlassian.sal.testresources.component.MockComponentLocator
-
- add(Object) - Method in class com.atlassian.sal.testresources.component.MockComponentLocator
-
- addAll(List<Message>) - Method in interface com.atlassian.sal.api.message.MessageCollection
-
Adds all messages to the collection
- addAll(List<Message>) - Method in class com.atlassian.sal.core.message.DefaultMessageCollection
-
- addBasicAuthentication(String, String, String) - Method in interface com.atlassian.sal.api.net.Request
-
Adds basic authentication to the request.
- addBasicAuthentication(String, String, String) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- addBasicAuthentication(String, String, String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- addHeader(String, String) - Method in interface com.atlassian.sal.api.net.Request
-
Adds the specified header to the request, not overwriting any previous value.
- addHeader(String, String) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- addHeader(String, String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- addMessage(String, Serializable...) - Method in interface com.atlassian.sal.api.message.MessageCollection
-
Adds a message to the collection
- addMessage(Message) - Method in interface com.atlassian.sal.api.message.MessageCollection
-
Adds a message to the collection
- addMessage(String, Serializable...) - Method in class com.atlassian.sal.core.message.DefaultMessageCollection
-
- addMessage(Message) - Method in class com.atlassian.sal.core.message.DefaultMessageCollection
-
- addProductLicense(String, String) - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Adds the given product license to the host application.
- addRequest(String, Request<?, ?>) - Method in class com.atlassian.sal.testresources.net.MockRequestFactory
-
- addRequestParameters(String...) - Method in interface com.atlassian.sal.api.net.Request
-
Sets parameters of the request.
- addRequestParameters(String...) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- addRequestParameters(String...) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- addTrustedTokenAuthentication(String) - Method in interface com.atlassian.sal.api.net.TrustedRequest
-
Adds TrustedTokenAuthentication to the request.
- addTrustedTokenAuthentication(String, String) - Method in interface com.atlassian.sal.api.net.TrustedRequest
-
Adds TrustedTokenAuthentication to the request.
- addTrustedTokenAuthentication(String) - Method in class com.atlassian.sal.core.net.HttpClientTrustedRequest
-
- addTrustedTokenAuthentication(String, String) - Method in class com.atlassian.sal.core.net.HttpClientTrustedRequest
-
- afterPropertiesSet() - Method in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
-
- afterPropertiesSet() - Method in class com.atlassian.sal.core.scheduling.DefaultPluginScheduler
-
- afterPropertiesSet() - Method in class com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager
-
- append(String) - Method in interface com.atlassian.sal.api.search.query.SearchQuery
-
Appends string query to current query object.
- append(String) - Method in class com.atlassian.sal.core.search.query.DefaultSearchQuery
-
- APPLICATION - Static variable in interface com.atlassian.sal.api.search.parameter.SearchParameter
-
The parameter for the application name to search
- ApplicationProperties - Interface in com.atlassian.sal.api
-
Component for looking up application properties specific to their web interface
- apply(FeatureKeyScope) - Method in class com.atlassian.sal.api.features.FeatureKeyScopePredicate
-
- apply(String) - Method in enum com.atlassian.sal.api.features.ValidFeatureKeyPredicate
-
Verify that the given string represents a valid feature key.
- Assert - Class in com.atlassian.sal.core.util
-
- Assert() - Constructor for class com.atlassian.sal.core.util.Assert
-
- ATLASSIAN_DARKFEATURE_PREFIX - Static variable in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Prefix for all dark feature specified as system property.
- authenticate(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.sal.api.auth.Authenticator
-
Authenticates a request
- authenticate(String, String) - Method in interface com.atlassian.sal.api.user.UserManager
-
Given a username & password, this method checks whether or not the provided user can be authenticated
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- authenticate(Credentials, HttpRequest) - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- AuthenticationController - Interface in com.atlassian.sal.api.auth
-
Allows the host application to communicate about when authentication should be performed
and users allowed to login.
- authenticationError(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.sal.api.auth.AuthenticationListener
-
Called when there is a failure in trying to process the request, such as an IO failure.
- authenticationError(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.core.auth.SeraphAuthenticationListener
-
- authenticationFailure(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.sal.api.auth.AuthenticationListener
-
Called when the signature cannot be validated or the user cannot be resolved or does not have permission
to access the resource.
- authenticationFailure(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.core.auth.SeraphAuthenticationListener
-
- AuthenticationListener - Interface in com.atlassian.sal.api.auth
-
Allows the underlying framework to take some actions on authentication events.
- authenticationNotAttempted(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.sal.api.auth.AuthenticationListener
-
- authenticationNotAttempted(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.core.auth.SeraphAuthenticationListener
-
- authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.sal.api.auth.AuthenticationListener
-
Called when the signature is validated and the user is resolved and permissions are verified.
- authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.core.auth.SeraphAuthenticationListener
-
- Authenticator - Interface in com.atlassian.sal.api.auth
-
Authenticates requests
- Authenticator.Result - Class in com.atlassian.sal.api.auth
-
Encapsulates the results of an authentication attempt.
- Authenticator.Result.Error - Class in com.atlassian.sal.api.auth
-
- Authenticator.Result.Error(Message) - Constructor for class com.atlassian.sal.api.auth.Authenticator.Result.Error
-
- Authenticator.Result.Failure - Class in com.atlassian.sal.api.auth
-
- Authenticator.Result.Failure(Message) - Constructor for class com.atlassian.sal.api.auth.Authenticator.Result.Failure
-
- Authenticator.Result.NoAttempt - Class in com.atlassian.sal.api.auth
-
- Authenticator.Result.NoAttempt() - Constructor for class com.atlassian.sal.api.auth.Authenticator.Result.NoAttempt
-
- Authenticator.Result.Status - Enum in com.atlassian.sal.api.auth
-
- Authenticator.Result.Success - Class in com.atlassian.sal.api.auth
-
- Authenticator.Result.Success(Principal) - Constructor for class com.atlassian.sal.api.auth.Authenticator.Result.Success
-
Deprecated.
since 2.0.10, use Success#Success(Message, Principal)
- Authenticator.Result.Success(Message, Principal) - Constructor for class com.atlassian.sal.api.auth.Authenticator.Result.Success
-
Construct a success result for a particular principal with a result message.
- awaitTermination(long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- cancelJob(Future<?>) - Method in class com.atlassian.sal.core.scheduling.ExecutorPluginScheduler
-
- canExecuteRequest(HttpServletRequest) - Method in interface com.atlassian.sal.api.websudo.WebSudoManager
-
Check whether this request can be executed.
- canExecuteRequest(HttpServletRequest) - Method in class com.atlassian.sal.core.websudo.NoopWebSudoManager
-
- canLogin(Principal, HttpServletRequest) - Method in interface com.atlassian.sal.api.auth.AuthenticationController
-
Check whether the given principal can log into the application for the current request.
- canLogin(Principal, HttpServletRequest) - Method in class com.atlassian.sal.core.auth.SeraphAuthenticationController
-
Checks the RoleMapper
on whether or not the principal can login.
- canManageFeaturesForAllUsers() - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Returns true if the current acting user has permission to change dark features for all users.
- canManageFeaturesForAllUsers() - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- CertificateFactory - Interface in com.atlassian.sal.core.trusted
-
Deprecated.
since v2.13.1 Trusted Apps functionality is being deprecated across all products.
Existing functionality will no longer be provided by the products moving forward.
As an interim measure, it will instead it will all be provided via plugins.
- checkFeatureKey(String) - Static method in enum com.atlassian.sal.api.features.ValidFeatureKeyPredicate
-
Ensure that the given input string is a valid feature key.
- clear() - Method in interface com.atlassian.sal.api.auth.OAuthRequestVerifier
-
- clear() - Method in class com.atlassian.sal.core.auth.OAuthRequestVerifierImpl
-
- clearThreadLocalContext() - Method in interface com.atlassian.sal.api.executor.ThreadLocalContextManager
-
Clear the thread local context on the current thread.
- com.atlassian.sal.api - package com.atlassian.sal.api
-
- com.atlassian.sal.api.auth - package com.atlassian.sal.api.auth
-
- com.atlassian.sal.api.component - package com.atlassian.sal.api.component
-
- com.atlassian.sal.api.events - package com.atlassian.sal.api.events
-
- com.atlassian.sal.api.executor - package com.atlassian.sal.api.executor
-
- com.atlassian.sal.api.features - package com.atlassian.sal.api.features
-
- com.atlassian.sal.api.i18n - package com.atlassian.sal.api.i18n
-
- com.atlassian.sal.api.license - package com.atlassian.sal.api.license
-
- com.atlassian.sal.api.lifecycle - package com.atlassian.sal.api.lifecycle
-
- com.atlassian.sal.api.message - package com.atlassian.sal.api.message
-
- com.atlassian.sal.api.net - package com.atlassian.sal.api.net
-
- com.atlassian.sal.api.page - package com.atlassian.sal.api.page
-
- com.atlassian.sal.api.pluginsettings - package com.atlassian.sal.api.pluginsettings
-
- com.atlassian.sal.api.project - package com.atlassian.sal.api.project
-
- com.atlassian.sal.api.rdbms - package com.atlassian.sal.api.rdbms
-
- com.atlassian.sal.api.scheduling - package com.atlassian.sal.api.scheduling
-
- com.atlassian.sal.api.search - package com.atlassian.sal.api.search
-
- com.atlassian.sal.api.search.parameter - package com.atlassian.sal.api.search.parameter
-
- com.atlassian.sal.api.search.query - package com.atlassian.sal.api.search.query
-
- com.atlassian.sal.api.timezone - package com.atlassian.sal.api.timezone
-
- com.atlassian.sal.api.transaction - package com.atlassian.sal.api.transaction
-
- com.atlassian.sal.api.upgrade - package com.atlassian.sal.api.upgrade
-
- com.atlassian.sal.api.user - package com.atlassian.sal.api.user
-
- com.atlassian.sal.api.usersettings - package com.atlassian.sal.api.usersettings
-
- com.atlassian.sal.api.validate - package com.atlassian.sal.api.validate
-
- com.atlassian.sal.api.web.context - package com.atlassian.sal.api.web.context
-
- com.atlassian.sal.api.websudo - package com.atlassian.sal.api.websudo
-
- com.atlassian.sal.api.xsrf - package com.atlassian.sal.api.xsrf
-
- com.atlassian.sal.core.auth - package com.atlassian.sal.core.auth
-
- com.atlassian.sal.core.component - package com.atlassian.sal.core.component
-
- com.atlassian.sal.core.csrf - package com.atlassian.sal.core.csrf
-
- com.atlassian.sal.core.executor - package com.atlassian.sal.core.executor
-
- com.atlassian.sal.core.features - package com.atlassian.sal.core.features
-
- com.atlassian.sal.core.lifecycle - package com.atlassian.sal.core.lifecycle
-
- com.atlassian.sal.core.message - package com.atlassian.sal.core.message
-
- com.atlassian.sal.core.net - package com.atlassian.sal.core.net
-
- com.atlassian.sal.core.net.auth - package com.atlassian.sal.core.net.auth
-
- com.atlassian.sal.core.pluginsettings - package com.atlassian.sal.core.pluginsettings
-
- com.atlassian.sal.core.rdbms - package com.atlassian.sal.core.rdbms
-
- com.atlassian.sal.core.scheduling - package com.atlassian.sal.core.scheduling
-
- com.atlassian.sal.core.search - package com.atlassian.sal.core.search
-
- com.atlassian.sal.core.search.parameter - package com.atlassian.sal.core.search.parameter
-
- com.atlassian.sal.core.search.query - package com.atlassian.sal.core.search.query
-
- com.atlassian.sal.core.transaction - package com.atlassian.sal.core.transaction
-
- com.atlassian.sal.core.trusted - package com.atlassian.sal.core.trusted
-
- com.atlassian.sal.core.upgrade - package com.atlassian.sal.core.upgrade
-
- com.atlassian.sal.core.usersettings - package com.atlassian.sal.core.usersettings
-
- com.atlassian.sal.core.util - package com.atlassian.sal.core.util
-
- com.atlassian.sal.core.websudo - package com.atlassian.sal.core.websudo
-
- com.atlassian.sal.core.xsrf - package com.atlassian.sal.core.xsrf
-
- com.atlassian.sal.spi - package com.atlassian.sal.spi
-
- com.atlassian.sal.spring.component - package com.atlassian.sal.spring.component
-
- com.atlassian.sal.spring.connection - package com.atlassian.sal.spring.connection
-
- com.atlassian.sal.testresources.component - package com.atlassian.sal.testresources.component
-
- com.atlassian.sal.testresources.net - package com.atlassian.sal.testresources.net
-
- com.atlassian.sal.testresources.pluginsettings - package com.atlassian.sal.testresources.pluginsettings
-
- com.atlassian.sal.testresources.usersettings - package com.atlassian.sal.testresources.usersettings
-
- com.atlassian.sal.trustedapps - package com.atlassian.sal.trustedapps
-
- ComponentLocator - Class in com.atlassian.sal.api.component
-
Unified interface to access components via their interface.
- ComponentLocator() - Constructor for class com.atlassian.sal.api.component.ComponentLocator
-
- ConnectionCallback<A> - Interface in com.atlassian.sal.api.rdbms
-
- ConnectionConfig - Interface in com.atlassian.sal.core.net
-
- convertClassToName(Class) - Method in class com.atlassian.sal.api.component.ComponentLocator
-
Converts the interface name into a String key
- create(Object...) - Static method in class com.atlassian.sal.testresources.component.MockComponentLocator
-
- createCallable(Callable<T>) - Method in interface com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory
-
Creates a callable that ensures the executed runnable instance runs in the same thread local context as the
calling code.
- createCallable(Callable<T>) - Method in class com.atlassian.sal.core.executor.DefaultThreadLocalDelegateExecutorFactory
-
Creates a callable that ensures the executed runnable instance runs in the same thread local context as the calling
code.
- createCertificate(String) - Method in interface com.atlassian.sal.core.trusted.CertificateFactory
-
Deprecated.
since 2.10.9 use createCertificate(String username, String url)
- createCertificate(String, String) - Method in interface com.atlassian.sal.core.trusted.CertificateFactory
-
Deprecated.
Create a Trusted Apps certificate.
- createCertificate(String) - Method in class com.atlassian.sal.trustedapps.TrustedAppsPluginCertificateFactory
-
- createCertificate(String, String) - Method in class com.atlassian.sal.trustedapps.TrustedAppsPluginCertificateFactory
-
- createClientContext() - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
- createExecutor(Executor) - Method in interface com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory
-
Creates an executor that ensures the executed delegate instance runs in the same thread local context as the
calling code.
- createExecutor() - Method in interface com.atlassian.sal.api.rdbms.TransactionalExecutorFactory
-
Create a transactional executor with readOnly
set and requiresNew
not set
- createExecutor(boolean, boolean) - Method in interface com.atlassian.sal.api.rdbms.TransactionalExecutorFactory
-
Create a transactional executor
- createExecutor(Executor) - Method in class com.atlassian.sal.core.executor.DefaultThreadLocalDelegateExecutorFactory
-
Creates an executor that ensures the executed delegate instance runs in the same thread local context as the calling
code.
- createExecutor() - Method in class com.atlassian.sal.core.rdbms.DefaultTransactionalExecutorFactory
-
- createExecutor(boolean, boolean) - Method in class com.atlassian.sal.core.rdbms.DefaultTransactionalExecutorFactory
-
- createExecutorService(ExecutorService) - Method in interface com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory
-
Creates an executor service that ensures the executed delegate instance runs in the same thread local context as
the calling code.
- createExecutorService(ExecutorService) - Method in class com.atlassian.sal.core.executor.DefaultThreadLocalDelegateExecutorFactory
-
Creates an executor service that ensures the executed delegate instance runs in the same thread local context as the
calling code.
- createGlobalSettings() - Method in interface com.atlassian.sal.api.pluginsettings.PluginSettingsFactory
-
Gets all global settings.
- createGlobalSettings() - Method in class com.atlassian.sal.testresources.pluginsettings.MockPluginSettingsFactory
-
- createHttpClient() - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
- createMessage(String, Serializable...) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Creates an instance of Message.
- createMessage(String, Serializable...) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- createMessageCollection() - Method in interface com.atlassian.sal.api.message.I18nResolver
-
- createMessageCollection() - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- createRequest(Request.MethodType, String) - Method in interface com.atlassian.sal.api.net.RequestFactory
-
- createRequest(Request.MethodType, String) - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
- createRequest(Request.MethodType, String) - Method in class com.atlassian.sal.testresources.net.MockRequestFactory
-
- createRunnable(Runnable) - Method in interface com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory
-
Creates a runnable that ensures the executed runnable instance runs in the same thread local context as the
calling code
- createRunnable(Runnable) - Method in class com.atlassian.sal.core.executor.DefaultThreadLocalDelegateExecutorFactory
-
Creates a runnable that ensures the executed runnable instance runs in the same thread local context as the calling
code
- createScheduledExecutorService(ScheduledExecutorService) - Method in interface com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory
-
Creates a scheduled executor service that ensures the executed delegate instance runs in the same thread local
context as the calling code.
- createScheduledExecutorService(ScheduledExecutorService) - Method in class com.atlassian.sal.core.executor.DefaultThreadLocalDelegateExecutorFactory
-
Creates a scheduled executor service that ensures the executed delegate instance runs in the same thread local
context as the calling code.
- createSettingsForKey(String) - Method in interface com.atlassian.sal.api.pluginsettings.PluginSettingsFactory
-
Gets all settings for a key, for which valid values are application-specific (Confluence maps this to space keys,
JIRA to project keys, and FishEye to repository keys, for example).
- createSettingsForKey(String) - Method in class com.atlassian.sal.testresources.pluginsettings.MockPluginSettingsFactory
-
- createTrustedRequest(Request.MethodType, String) - Method in interface com.atlassian.sal.api.net.TrustedRequestFactory
-
- createTrustedRequest(Request.MethodType, String) - Method in class com.atlassian.sal.core.net.HttpClientTrustedRequestFactory
-
- CsrfRequestValidator - Class in com.atlassian.sal.core.csrf
-
- CsrfRequestValidator(XsrfTokenValidator) - Constructor for class com.atlassian.sal.core.csrf.CsrfRequestValidator
-
Deprecated.
- get(String) - Method in interface com.atlassian.sal.api.pluginsettings.PluginSettings
-
Gets a setting value.
- get(String) - Method in interface com.atlassian.sal.api.usersettings.UserSettingsBuilder
-
- get(String) - Method in class com.atlassian.sal.core.pluginsettings.AbstractStringPluginSettings
-
Gets a setting value.
- get(String) - Method in class com.atlassian.sal.core.pluginsettings.PrefixedPluginSettingsDelegate
-
- get(String) - Method in class com.atlassian.sal.core.usersettings.DefaultUserSettings.Builder
-
- get(String) - Method in class com.atlassian.sal.testresources.pluginsettings.MockPluginSettings
-
- getActual(String) - Method in class com.atlassian.sal.core.pluginsettings.AbstractStringPluginSettings
-
Get the actual value
- getAllProductLicenses() - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Returns all the product licenses on a platform.
- getAllProjectKeys() - Method in interface com.atlassian.sal.api.project.ProjectManager
-
Get all project keys.
- getAllSupportEntitlementNumbers() - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Gets the Support Entitlement Numbers (SENs) for all licenses in the currently running application.
- getAllTranslationsForPrefix(String) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Given a prefix, this method will return all translations where the key starts with the given prefix as key ->
value mappings, using the default locale.
- getAllTranslationsForPrefix(String, Locale) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Given a prefix, this method will return all translations where the key starts with the given prefix as key ->
value mappings.
- getAlt() - Method in class com.atlassian.sal.api.message.DefaultHelpPath
-
- getAlt() - Method in interface com.atlassian.sal.api.message.HelpPath
-
Alternate text for the help icon.
- getArguments() - Method in interface com.atlassian.sal.api.message.Message
-
- getArguments() - Method in class com.atlassian.sal.core.message.DefaultMessage
-
- getBaseUrl() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
- getBaseUrl(UrlMode) - Method in interface com.atlassian.sal.api.ApplicationProperties
-
Get the base URL of the current application, with respect to the given
UrlMode
.
- getBasicHost() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getBasicPassword() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getBasicUser() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getBoolean(String) - Method in interface com.atlassian.sal.api.usersettings.UserSettings
-
- getBoolean(String) - Method in class com.atlassian.sal.core.usersettings.DefaultUserSettings
-
- getBuildDate() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
- getBuildNumber() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
- getBuildNumber() - Method in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
-
- getComponent(Class<T>) - Static method in class com.atlassian.sal.api.component.ComponentLocator
-
Gets a component by its interface.
- getComponent(Class<T>, String) - Static method in class com.atlassian.sal.api.component.ComponentLocator
-
Gets a component by its interface and its Id.
- getComponentInternal(Class<T>) - Method in class com.atlassian.sal.api.component.ComponentLocator
-
Gets the requested component, to be overridden for each application
- getComponentInternal(Class<T>, String) - Method in class com.atlassian.sal.api.component.ComponentLocator
-
Gets the requested component, to be overridden for each application
- getComponentInternal(Class<T>) - Method in class com.atlassian.sal.core.component.DefaultComponentLocator
-
- getComponentInternal(Class<T>, String) - Method in class com.atlassian.sal.core.component.DefaultComponentLocator
-
- getComponentInternal(Class<T>) - Method in class com.atlassian.sal.testresources.component.MockComponentLocator
-
- getComponentInternal(Class<T>, String) - Method in class com.atlassian.sal.testresources.component.MockComponentLocator
-
- getComponents(Class<T>) - Static method in class com.atlassian.sal.api.component.ComponentLocator
-
Gets a components by interface.
- getComponentsInternal(Class<T>) - Method in class com.atlassian.sal.api.component.ComponentLocator
-
- getComponentsInternal(Class<T>) - Method in class com.atlassian.sal.core.component.DefaultComponentLocator
-
- getComponentsInternal(Class<T>) - Method in class com.atlassian.sal.testresources.component.MockComponentLocator
-
- getComponentsOfType(Class<T>) - Method in interface com.atlassian.sal.spi.HostContextAccessor
-
Gets all beans of a given type
- getComponentsOfType(Class<T>) - Method in class com.atlassian.sal.spring.component.SpringHostContextAccessor
-
- getConnection() - Method in interface com.atlassian.sal.spring.connection.SpringHostConnectionAccessor.ConnectionProvider
-
Supply a connection to be used within
TransactionTemplate.execute(org.springframework.transaction.support.TransactionCallback)
Note that this should be a "regular" connection, not a
WrappedConnection
.
- getConnectionManager() - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
- getConnectionTimeout() - Method in interface com.atlassian.sal.core.net.ConnectionConfig
-
- getConnectionTimeout() - Method in class com.atlassian.sal.core.net.SystemPropertiesConnectionConfig
-
- getConnectionTimeout() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getContentType() - Method in class com.atlassian.sal.api.net.RequestFilePart
-
- getDataBuildNumber() - Method in class com.atlassian.sal.core.upgrade.PluginUpgrader
-
This is the build number of the current version that the user is running under.
- getDefaultTimeZone() - Method in interface com.atlassian.sal.api.timezone.TimeZoneManager
-
Returns the default time zone for the application.
- getDescription() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the description that appears in the license.
- getDisabled() - Method in class com.atlassian.sal.core.features.SystemDarkFeatureInitializer.SystemDarkFeatures
-
- getDisplayName() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
Returns the display name for this application.
- getEmail() - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns the email address of the user associated with this profile
- getEmbeddedLicenses() - Method in interface com.atlassian.sal.api.license.MultiProductLicenseDetails
-
Returns
ProductLicense
s for all products in this license that are not for this host product, and/or are
not considered to be
sub-products
by the host product/platform.
- getEnabled() - Method in class com.atlassian.sal.core.features.SystemDarkFeatureInitializer.SystemDarkFeatures
-
- getEnabledDarkFeatures() - Method in interface com.atlassian.sal.api.features.SiteDarkFeaturesStorage
-
- getEnabledDarkFeatures() - Method in class com.atlassian.sal.core.features.DefaultSiteDarkFeaturesStorage
-
- getEntity(Class<T>) - Method in interface com.atlassian.sal.api.net.Response
-
Unmarshall the response body as the specified type
- getEntity(Class<T>) - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getEntity(Class<T>) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getErrorMessages() - Method in class com.atlassian.sal.api.validate.ValidationResult
-
Returns error messages.
- getErrors() - Method in class com.atlassian.sal.api.search.SearchResults
-
- getErrors() - Method in class com.atlassian.sal.core.upgrade.PluginUpgrader
-
- getExcerpt() - Method in interface com.atlassian.sal.api.search.SearchMatch
-
An excerpt of the search match.
- getExcerpt() - Method in class com.atlassian.sal.core.search.BasicSearchMatch
-
- getFeatureKeys() - Method in class com.atlassian.sal.api.features.EnabledDarkFeatures
-
Return all enabled feature keys.
- getFeatureKeys(Predicate<FeatureKeyScope>) - Method in class com.atlassian.sal.api.features.EnabledDarkFeatures
-
Returns all enabled feature keys matching the given criteria.
- getFeaturesEnabledForAllUsers() - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
- getFeaturesEnabledForAllUsers() - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- getFeaturesEnabledForCurrentUser() - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Return features enabled for the current user (must be called within the context of a request).
- getFeaturesEnabledForCurrentUser() - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- getFeaturesEnabledForUser(UserKey) - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Return enabled features for a given user.
- getFeaturesEnabledForUser(UserKey) - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- getFile() - Method in class com.atlassian.sal.api.net.RequestFilePart
-
- getFileName() - Method in class com.atlassian.sal.api.net.RequestFilePart
-
- getFullName() - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns the full name of the user associated with this profile information
- getHeader(String) - Method in interface com.atlassian.sal.api.net.Response
-
Get's the header by the given name
- getHeader(String) - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getHeader(String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getHeader(String) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getHeaders() - Method in interface com.atlassian.sal.api.net.Request
-
- getHeaders() - Method in interface com.atlassian.sal.api.net.Response
-
Get a map of all the headers
- getHeaders() - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- getHeaders() - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getHeaders() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getHeaders() - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getHelpPath(String) - Method in interface com.atlassian.sal.api.message.HelpPathResolver
-
Retrieve the help path for a key.
- getHelpPath(String) - Method in class com.atlassian.sal.core.message.NoopHelpPathResolver
-
- getHomeDirectory() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
- getHost() - Method in interface com.atlassian.sal.core.net.ProxyConfig
-
- getHost() - Method in class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- getInstance(ServletRequest) - Method in interface com.atlassian.sal.api.auth.OAuthRequestVerifierFactory
-
Gets an instance of an
OAuthRequestVerifier
object that records whether or not the request that is currently
being processed has been successfully processed by the OAuth filter.
- getInstance(ServletRequest) - Method in class com.atlassian.sal.core.auth.OAuthRequestVerifierFactoryImpl
-
- getKey() - Method in class com.atlassian.sal.api.message.DefaultHelpPath
-
- getKey() - Method in interface com.atlassian.sal.api.message.HelpPath
-
The key to the help item.
- getKey() - Method in interface com.atlassian.sal.api.message.Message
-
- getKey() - Method in class com.atlassian.sal.core.message.DefaultMessage
-
- getKeys() - Method in interface com.atlassian.sal.api.usersettings.UserSettings
-
- getKeys() - Method in interface com.atlassian.sal.api.usersettings.UserSettingsBuilder
-
- getKeys() - Method in class com.atlassian.sal.core.usersettings.DefaultUserSettings.Builder
-
- getKeys() - Method in class com.atlassian.sal.core.usersettings.DefaultUserSettings
-
- getLicenseExpiryDate() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the license expiry date.
- getLicenseTypeName() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the license type name exactly as it appears in the license.
- getLocale(HttpServletRequest) - Method in interface com.atlassian.sal.api.message.LocaleResolver
-
Given a request, resolve the
Locale
that should be used in internationalization and localization.
- getLocale() - Method in interface com.atlassian.sal.api.message.LocaleResolver
-
Resolve the Locale that should be used in internationalization and localization.
- getLocale(UserKey) - Method in interface com.atlassian.sal.api.message.LocaleResolver
-
Resolve the Locale that should be used in internationalization and localization.
- getLocale(HttpServletRequest) - Method in class com.atlassian.sal.core.message.SystemDefaultLocaleResolver
-
- getLocale() - Method in class com.atlassian.sal.core.message.SystemDefaultLocaleResolver
-
- getLocale(UserKey) - Method in class com.atlassian.sal.core.message.SystemDefaultLocaleResolver
-
- getLocalizedMessage() - Method in exception com.atlassian.sal.api.i18n.InvalidOperationException
-
Returns the error message in the locale of the currently logged in user.
- getLoginUri(URI) - Method in interface com.atlassian.sal.api.auth.LoginUriProvider
-
Returns the URI
to redirect users for login.
- getLoginUri(URI, EnumSet<PageCapability>) - Method in interface com.atlassian.sal.api.auth.LoginUriProvider
-
Returns the URI
to redirect users for login.
- getLoginUri(URI) - Method in class com.atlassian.sal.core.auth.SeraphLoginUriProvider
-
- getLoginUri(URI, EnumSet<PageCapability>) - Method in class com.atlassian.sal.core.auth.SeraphLoginUriProvider
-
- getLoginUriForRole(URI, UserRole) - Method in interface com.atlassian.sal.api.auth.LoginUriProvider
-
Returns the URI
to redirect users for login.
- getLoginUriForRole(URI, UserRole, EnumSet<PageCapability>) - Method in interface com.atlassian.sal.api.auth.LoginUriProvider
-
Returns the URI
to redirect users for login.
- getLoginUriForRole(URI, UserRole) - Method in class com.atlassian.sal.core.auth.SeraphLoginUriProvider
-
- getLoginUriForRole(URI, UserRole, EnumSet<PageCapability>) - Method in class com.atlassian.sal.core.auth.SeraphLoginUriProvider
-
- getLong(String) - Method in interface com.atlassian.sal.api.usersettings.UserSettings
-
- getLong(String) - Method in class com.atlassian.sal.core.usersettings.DefaultUserSettings
-
- getMaintenanceExpiryDate() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the Maintenance expiry date.
- getMatches() - Method in class com.atlassian.sal.api.search.SearchResults
-
- getMaxRedirects() - Method in interface com.atlassian.sal.core.net.ConnectionConfig
-
- getMaxRedirects() - Method in class com.atlassian.sal.core.net.SystemPropertiesConnectionConfig
-
- getMessage() - Method in class com.atlassian.sal.api.auth.Authenticator.Result
-
- getMessages() - Method in interface com.atlassian.sal.api.message.MessageCollection
-
- getMessages() - Method in class com.atlassian.sal.core.message.DefaultMessageCollection
-
- getMethodType() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getName() - Method in interface com.atlassian.sal.api.search.parameter.SearchParameter
-
- getName() - Method in interface com.atlassian.sal.api.search.ResourceType
-
- getName() - Method in class com.atlassian.sal.core.search.BasicResourceType
-
- getName() - Method in class com.atlassian.sal.core.search.parameter.BasicSearchParameter
-
- getNewLicense() - Method in interface com.atlassian.sal.api.license.LicenseChangedEvent
-
Returns the newly set license.
- getNonProxyHosts() - Method in interface com.atlassian.sal.core.net.ProxyConfig
-
- getNonProxyHosts() - Method in class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- getNumberOfUsers() - Method in interface com.atlassian.sal.api.license.ProductLicense
-
Returns the number of users allowed by the current license.
- getOrganisationName() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the Organisation Name.
- getParameter(String) - Method in interface com.atlassian.sal.api.search.query.SearchQuery
-
Returns value of the parameter
- getParameter(String, int) - Method in interface com.atlassian.sal.api.search.query.SearchQuery
-
Convenient method to return integer value of parameter.
- getParameter(String) - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- getParameter(String) - Method in class com.atlassian.sal.core.search.query.DefaultSearchQuery
-
- getParameter(String, int) - Method in class com.atlassian.sal.core.search.query.DefaultSearchQuery
-
- getParameterName() - Method in class com.atlassian.sal.api.net.RequestFilePart
-
- getPassword() - Method in interface com.atlassian.sal.core.net.ProxyConfig
-
- getPassword() - Method in class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- getPlatformId() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
Returns the exact ID of this application/platform, as defined in HAMS and used for licensing purposes.
- getPluginKey() - Method in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
-
- getPort() - Method in interface com.atlassian.sal.core.net.ProxyConfig
-
- getPort() - Method in class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- getPreviousLicense() - Method in interface com.atlassian.sal.api.license.LicenseChangedEvent
-
Returns the previously set license.
- getPrincipal() - Method in class com.atlassian.sal.api.auth.Authenticator.Result
-
- getProductDisplayName() - Method in interface com.atlassian.sal.api.license.ProductLicense
-
Returns the "official" product name (e.g.
- getProductKey() - Method in interface com.atlassian.sal.api.license.ProductLicense
-
Returns the canonical product key as defined by the respective source license.
- getProductKeys() - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Returns the list of currently available products in this host application whether these products are currently
licensed or not.
- getProductLicense(String) - Method in interface com.atlassian.sal.api.license.MultiProductLicenseDetails
-
Returns the individual product or embedded license with the given product key.
- getProductLicenseDetails(String) - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Returns an individual product view of the license details for the product identified by the given product key, or
null if the product does not exist in any license.
- getProductLicenses() - Method in interface com.atlassian.sal.api.license.MultiProductLicenseDetails
-
Returns
ProductLicense
s for the host product license (if relevant) as well as all products in this
license that are direct sub-products of the current host product/platform.
- getProfilePageUri() - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns a URI for the user's profile page.
- getProfilePictureUri(int, int) - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns a URI for the user's profile picture.
- getProfilePictureUri() - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns a URI for the user's profile picture.
- getProperty(String) - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Retrieves an arbitrary property from the license.
- getProperty(String) - Method in interface com.atlassian.sal.api.license.ProductLicense
-
Returns the license property value for the given property of this product.
- getPropertyValue(String) - Method in interface com.atlassian.sal.api.ApplicationProperties
-
Deprecated.
As of SAL 2.7.
- getRawProductLicense(String) - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Returns the raw license String for a given product on a platform.
- getRawText(String) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Retrieve the unformatted message text associated with this key.
- getRawText(Locale, String) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Retrieve the unformatted message text associated with this key.
- getRealm() - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- getRemoteUser() - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns the profile of the currently logged in user or null if no user can be found.
- getRemoteUser(HttpServletRequest) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns the
UserProfile
of the currently logged in user or null if no user can be found.
- getRemoteUserKey() - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns the key of the currently logged in user or null if no user can be found.
- getRemoteUserKey(HttpServletRequest) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns the
UserKey
of the currently logged in user or null if no user can be found.
- getRemoteUsername() - Method in interface com.atlassian.sal.api.user.UserManager
-
- getRemoteUsername(HttpServletRequest) - Method in interface com.atlassian.sal.api.user.UserManager
-
- getRequest() - Method in interface com.atlassian.sal.api.web.context.HttpContext
-
Returns the active HTTP request or null if one cannot be found.
- getRequestBody() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getRequestContentType() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getRequestExecutor() - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
We can override the to override the request execution behaviour.
- getRequestParameters() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getResourceType() - Method in interface com.atlassian.sal.api.search.SearchMatch
-
Contains more information about the source of this match.
- getResourceType() - Method in class com.atlassian.sal.core.search.BasicSearchMatch
-
- getResponse() - Method in exception com.atlassian.sal.api.net.ResponseStatusException
-
Returns the actual response, allowing further inspection of the status code
and error message.
- getResponse() - Method in interface com.atlassian.sal.api.web.context.HttpContext
-
Returns the active HTTP response or null if one cannot be found.
- getResponse() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getResponseBodyAsStream() - Method in interface com.atlassian.sal.api.net.Response
-
- getResponseBodyAsStream() - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getResponseBodyAsStream() - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getResponseBodyAsString() - Method in interface com.atlassian.sal.api.net.Response
-
- getResponseBodyAsString() - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getResponseBodyAsString() - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getRoutePlanner() - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
- getSchemaName() - Method in interface com.atlassian.sal.api.rdbms.TransactionalExecutor
-
- getSchemaName() - Method in class com.atlassian.sal.core.rdbms.DefaultTransactionalExecutor
-
- getSchemaName() - Method in interface com.atlassian.sal.spi.HostConnectionAccessor
-
- getSchemaName() - Method in interface com.atlassian.sal.spring.connection.SpringHostConnectionAccessor.ConnectionProvider
-
- getSchemaName() - Method in class com.atlassian.sal.spring.connection.SpringHostConnectionAccessor
-
- getSchemeName() - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- getSearchString() - Method in interface com.atlassian.sal.api.search.query.SearchQuery
-
- getSearchString() - Method in class com.atlassian.sal.core.search.query.DefaultSearchQuery
-
- getSearchTime() - Method in class com.atlassian.sal.api.search.SearchResults
-
- getServerId() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the Server-ID as it appears in this license.
- getServerId() - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Gets the server ID of the currently running application.
- getSession(boolean) - Method in interface com.atlassian.sal.api.web.context.HttpContext
-
Returns the session associated with the active request or, if there is no current session and create is true,
returns a new session.
- getSessionId() - Method in class com.atlassian.sal.api.events.AbstractSessionEvent
-
- getShortDescription() - Method in interface com.atlassian.sal.api.upgrade.PluginUpgradeTask
-
- getSocketTimeout() - Method in interface com.atlassian.sal.core.net.ConnectionConfig
-
- getSocketTimeout() - Method in class com.atlassian.sal.core.net.SystemPropertiesConnectionConfig
-
- getSoTimeout() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getStatus() - Method in class com.atlassian.sal.api.auth.Authenticator.Result
-
- getStatusCode() - Method in interface com.atlassian.sal.api.net.Response
-
- getStatusCode() - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getStatusCode() - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getStatusText() - Method in interface com.atlassian.sal.api.net.Response
-
- getStatusText() - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- getStatusText() - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- getString(String) - Method in interface com.atlassian.sal.api.usersettings.UserSettings
-
- getString(String) - Method in class com.atlassian.sal.core.usersettings.DefaultUserSettings
-
- getStringValue() - Method in class com.atlassian.sal.api.user.UserKey
-
Returns a string representation of the current key.
- getSupportedLocales() - Method in interface com.atlassian.sal.api.message.LocaleResolver
-
Returns a set of all the supported locales by the host application.
- getSupportedLocales() - Method in class com.atlassian.sal.core.message.SystemDefaultLocaleResolver
-
- getSupportEntitlementNumber() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns the Support Entitlement Number (SEN) for this license.
- getSupportEntitlementNumber() - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
- getSystemStartupDarkFeatures() - Static method in class com.atlassian.sal.core.features.SystemDarkFeatureInitializer
-
Get the dark features enabled and disabled on startup.
- getText(String, Serializable...) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Given a key and a list of arguments:
this method returns the i18ned text formatted with the arguments if the key can be resolved.
otherwise, the key itself will be returned (after formatting).
Arguments may also be of the form
Message
which means they will be resolved as well before
being included as an argument.
- getText(Locale, String, Serializable...) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Given a key and a list of arguments:
this method returns the i18ned text formatted with the arguments if the key can be resolved.
otherwise, the key itself will be returned (after formatting).
Arguments may also be of the form
Message
which means they will be resolved as well before
being included as an argument.
- getText(String) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
- getText(Locale, String) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
- getText(Message) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Given a
Message
this method:
returns the i18ned text formatted with the message arguments if the message key can be resolved.
Otherwise, returns the message key (formatted with the message arguments).
Uses the default locale.
- getText(Locale, Message) - Method in interface com.atlassian.sal.api.message.I18nResolver
-
Given a
Message
this method:
returns the i18ned text formatted with the message arguments if the message key can be resolved.
Otherwise, returns the message key (formatted with the message arguments).
- getText(String, Serializable...) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- getText(Locale, String, Serializable...) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- getText(String) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- getText(Locale, String) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- getText(Message) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- getText(Locale, Message) - Method in class com.atlassian.sal.core.message.AbstractI18nResolver
-
- getThreadLocalContext() - Method in interface com.atlassian.sal.api.executor.ThreadLocalContextManager
-
Get the thread local context of the current thread.
- getTitle() - Method in class com.atlassian.sal.api.message.DefaultHelpPath
-
- getTitle() - Method in interface com.atlassian.sal.api.message.HelpPath
-
Title attribute on the help link (the tooltip).
- getTitle() - Method in interface com.atlassian.sal.api.search.SearchMatch
-
Title of the search match
- getTitle() - Method in class com.atlassian.sal.core.search.BasicSearchMatch
-
- getTotalResults() - Method in class com.atlassian.sal.api.search.SearchResults
-
- getTransactionDefinition() - Method in class com.atlassian.sal.spring.component.SpringHostContextAccessor
-
- getType() - Method in interface com.atlassian.sal.api.search.ResourceType
-
- getType() - Method in class com.atlassian.sal.core.search.BasicResourceType
-
- getUpgradeTasks() - Method in class com.atlassian.sal.core.upgrade.DefaultPluginUpgradeManager
-
- getUrl() - Method in class com.atlassian.sal.api.message.DefaultHelpPath
-
- getUrl() - Method in interface com.atlassian.sal.api.message.HelpPath
-
The full URL to the help content for this link.
- getUrl() - Method in interface com.atlassian.sal.api.search.ResourceType
-
- getUrl() - Method in interface com.atlassian.sal.api.search.SearchMatch
-
Absolute URL to reach this search match.
- getUrl() - Method in class com.atlassian.sal.core.search.BasicResourceType
-
- getUrl() - Method in class com.atlassian.sal.core.search.BasicSearchMatch
-
- getUrl() - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- getUser() - Method in interface com.atlassian.sal.core.net.ProxyConfig
-
- getUser() - Method in class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- getUserKey() - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns the key of the user associated with this profile information.
- getUserName() - Method in class com.atlassian.sal.api.events.AbstractSessionEvent
-
- getUsername() - Method in interface com.atlassian.sal.api.user.UserProfile
-
Returns the username of the user associated with this profile information.
- getUserProfile(String) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns a UserProfile object
for the specified user or null if no user can be found
- getUserProfile(UserKey) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns a UserProfile object
for the specified user or null if no user can be found
- getUserSettings(String) - Method in interface com.atlassian.sal.api.usersettings.UserSettingsService
-
- getUserSettings(UserKey) - Method in interface com.atlassian.sal.api.usersettings.UserSettingsService
-
Gets the UserSettings for the given user.
- getUserSettings(String) - Method in class com.atlassian.sal.testresources.usersettings.MockUserSettingsService
-
- getUserSettings(UserKey) - Method in class com.atlassian.sal.testresources.usersettings.MockUserSettingsService
-
- getUserTimeZone() - Method in interface com.atlassian.sal.api.timezone.TimeZoneManager
-
Returns the time zone of the logged in user.
- getUserTimeZone(UserKey) - Method in interface com.atlassian.sal.api.timezone.TimeZoneManager
-
Returns the time zone of the given user.
- getValue() - Method in interface com.atlassian.sal.api.search.parameter.SearchParameter
-
- getValue() - Method in class com.atlassian.sal.core.search.parameter.BasicSearchParameter
-
- getVersion() - Method in interface com.atlassian.sal.api.ApplicationProperties
-
- getWarningMessages() - Method in class com.atlassian.sal.api.validate.ValidationResult
-
Returns warnings messages.
- getXsrfParameterName() - Method in interface com.atlassian.sal.api.xsrf.XsrfTokenValidator
-
Returns the name of the http parameter name that is used to store the xsrf token in the form.
- getXsrfParameterName() - Method in class com.atlassian.sal.core.xsrf.IndependentXsrfTokenValidator
-
- getXsrfToken(HttpServletRequest, HttpServletResponse, boolean) - Method in interface com.atlassian.sal.api.xsrf.XsrfTokenAccessor
-
Get the persistent token for the given request, that is, the token stored in the users session or in a cookie,
not the token submitted as part of a form.
- getXsrfToken(HttpServletRequest, HttpServletResponse, boolean) - Method in class com.atlassian.sal.core.xsrf.IndependentXsrfTokenAccessor
-
- I18nResolver - Interface in com.atlassian.sal.api.message
-
This interface is responsible for resolving a message or key/argument pairs to
their internationalized message.
- IndependentXsrfTokenAccessor - Class in com.atlassian.sal.core.xsrf
-
XSRF token accessor that manages its own tokens, not using the underlying applications XSRF tokens
- IndependentXsrfTokenAccessor() - Constructor for class com.atlassian.sal.core.xsrf.IndependentXsrfTokenAccessor
-
- IndependentXsrfTokenValidator - Class in com.atlassian.sal.core.xsrf
-
XSRF token validator that manages its own tokens, not using the underlying applications XSRF tokens
- IndependentXsrfTokenValidator(XsrfTokenAccessor) - Constructor for class com.atlassian.sal.core.xsrf.IndependentXsrfTokenValidator
-
- init(Map<String, String>) - Method in class com.atlassian.sal.api.features.DarkFeatureEnabledCondition
-
- InvalidFeatureKeyException - Exception in com.atlassian.sal.api.features
-
- InvalidFeatureKeyException(String) - Constructor for exception com.atlassian.sal.api.features.InvalidFeatureKeyException
-
- InvalidOperationException - Exception in com.atlassian.sal.api.i18n
-
Thrown if the application decides that the attempted operation is not allowed for some reason.
- InvalidOperationException(String, String) - Constructor for exception com.atlassian.sal.api.i18n.InvalidOperationException
-
- invokeAll(Collection<? extends Callable<T>>) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- invokeAny(Collection<? extends Callable<T>>) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- isAdmin(String) - Method in interface com.atlassian.sal.api.user.UserManager
-
- isAdmin(UserKey) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns true
or false
depending on whether a user has been granted the administrator permission.
- isApplicationSetUp() - Method in interface com.atlassian.sal.api.lifecycle.LifecycleManager
-
- isComplete() - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- isConnectionBased() - Method in class com.atlassian.sal.core.net.auth.TrustedTokenScheme
-
- isDataCenter() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns true if this is a "Data Center" license.
- isDisableAll() - Method in class com.atlassian.sal.core.features.SystemDarkFeatureInitializer.SystemDarkFeatures
-
- isEmpty() - Method in interface com.atlassian.sal.api.message.MessageCollection
-
- isEmpty() - Method in class com.atlassian.sal.core.message.DefaultMessageCollection
-
- isEnterpriseLicensingAgreement() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns true if this is an "Enterprise Licensing Agreement" license.
- isEvaluationLicense() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns true if this is an evaluation license.
- isFeatureEnabled(String) - Method in class com.atlassian.sal.api.features.EnabledDarkFeatures
-
Check that the given feature is enabled
- isFeatureEnabledForAllUsers(String) - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Checks if a dark feature is enabled for all users, regardless whether the feature can be changed during runtime
or not.
- isFeatureEnabledForAllUsers(String) - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- isFeatureEnabledForCurrentUser(String) - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Checks if a dark feature is enabled for all users or for the current user only (must be called within the context
of a request).
- isFeatureEnabledForCurrentUser(String) - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- isFeatureEnabledForUser(UserKey, String) - Method in interface com.atlassian.sal.api.features.DarkFeatureManager
-
Checks if a dark feature is enabled for all users or just for the given user.
- isFeatureEnabledForUser(UserKey, String) - Method in class com.atlassian.sal.core.features.DefaultDarkFeatureManager
-
- isInitialized() - Static method in class com.atlassian.sal.api.component.ComponentLocator
-
- isLocal() - Method in class com.atlassian.sal.api.message.DefaultHelpPath
-
- isLocal() - Method in interface com.atlassian.sal.api.message.HelpPath
-
Flag to indicate this is a local URL,
A local path is within the application context.
- isPerpetualLicense() - Method in interface com.atlassian.sal.api.license.BaseLicenseDetails
-
Returns true if this license never expires.
- isSet() - Method in interface com.atlassian.sal.core.net.ProxyConfig
-
- isSet() - Method in class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- isShutdown() - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- isSuccessful() - Method in interface com.atlassian.sal.api.net.Response
-
- isSuccessful() - Method in class com.atlassian.sal.core.net.HttpClientResponse
-
- isSuccessful() - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- isSystemAdmin(String) - Method in interface com.atlassian.sal.api.user.UserManager
-
- isSystemAdmin(UserKey) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns true
or false
depending on whether a user has been granted the system administrator permission.
- isTerminated() - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- isUnlimitedNumberOfUsers() - Method in interface com.atlassian.sal.api.license.ProductLicense
-
Returns true if this license authorises an unlimited number of users.
- isUserInGroup(String, String) - Method in interface com.atlassian.sal.api.user.UserManager
-
- isUserInGroup(UserKey, String) - Method in interface com.atlassian.sal.api.user.UserManager
-
Returns whether the given user is in the given group
- isValid() - Method in class com.atlassian.sal.api.validate.ValidationResult
-
Return true if the validation passed, false if there were errors.
- isValidFeatureKey(String) - Static method in enum com.atlassian.sal.api.features.ValidFeatureKeyPredicate
-
Verify that the given string represents a valid feature key.
- isValidHeaderValue(String) - Method in class com.atlassian.sal.api.xsrf.XsrfHeaderValidator
-
Returns true if the given header value is valid for the
TOKEN_HEADER
header.
- isVerified() - Method in interface com.atlassian.sal.api.auth.OAuthRequestVerifier
-
- isVerified() - Method in class com.atlassian.sal.core.auth.OAuthRequestVerifierImpl
-
- schedule(Runnable, long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateScheduledExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateScheduledExecutorService
-
- scheduleJob(String, Class<? extends PluginJob>, Map<String, Object>, Date, long) - Method in interface com.atlassian.sal.api.scheduling.PluginScheduler
-
Deprecated.
Schedule the given job.
- scheduleJob(String, Class<? extends PluginJob>, Map<String, Object>, Date, long) - Method in class com.atlassian.sal.core.scheduling.DefaultPluginScheduler
-
- scheduleJob(String, Class<? extends PluginJob>, Map<String, Object>, Date, long) - Method in class com.atlassian.sal.core.scheduling.ExecutorPluginScheduler
-
- scheduleJob(String, Class<? extends PluginJob>, Map<String, Object>, Date, long) - Method in class com.atlassian.sal.core.scheduling.TimerPluginScheduler
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateScheduledExecutorService
-
- search(String, String) - Method in interface com.atlassian.sal.api.search.SearchProvider
-
- search(UserKey, String) - Method in interface com.atlassian.sal.api.search.SearchProvider
-
Runs the a search given a query and returns a searchResult.
- SearchMatch - Interface in com.atlassian.sal.api.search
-
A single match for a query (i.e.
- SearchParameter - Interface in com.atlassian.sal.api.search.parameter
-
Allows to specify additional properties for a search in terms of string value pairs.
- SearchProvider - Interface in com.atlassian.sal.api.search
-
Allows for simple string based searches in an application.
- SearchQuery - Interface in com.atlassian.sal.api.search.query
-
- SearchQueryParser - Interface in com.atlassian.sal.api.search.query
-
Parses a query string created by a
SearchQuery
to allow easy access to the various aspects of the query
- SearchResults - Class in com.atlassian.sal.api.search
-
Provides searchresults for a query.
- SearchResults(List<Message>) - Constructor for class com.atlassian.sal.api.search.SearchResults
-
Constructs search results that contained errors
- SearchResults(List<SearchMatch>, int, long) - Constructor for class com.atlassian.sal.api.search.SearchResults
-
Constructs search results with successful matches
- SEPARATOR - Static variable in class com.atlassian.sal.api.page.PageCapabilities
-
- SeraphAuthenticationController - Class in com.atlassian.sal.core.auth
-
- SeraphAuthenticationController() - Constructor for class com.atlassian.sal.core.auth.SeraphAuthenticationController
-
- SeraphAuthenticationListener - Class in com.atlassian.sal.core.auth
-
- SeraphAuthenticationListener() - Constructor for class com.atlassian.sal.core.auth.SeraphAuthenticationListener
-
- SeraphLoginUriProvider - Class in com.atlassian.sal.core.auth
-
- SeraphLoginUriProvider(ApplicationProperties) - Constructor for class com.atlassian.sal.core.auth.SeraphLoginUriProvider
-
- SessionCreatedEvent - Class in com.atlassian.sal.api.events
-
Represents an event published when a http session is created.
- SessionCreatedEvent.Builder - Class in com.atlassian.sal.api.events
-
- SessionDestroyedEvent - Class in com.atlassian.sal.api.events
-
Represents an event published when a http session is destroyed.
- SessionDestroyedEvent.Builder - Class in com.atlassian.sal.api.events
-
- sessionId - Variable in class com.atlassian.sal.api.events.AbstractSessionEvent.Builder
-
- sessionId(String) - Method in class com.atlassian.sal.api.events.AbstractSessionEvent.Builder
-
- sessionId - Variable in class com.atlassian.sal.api.events.AbstractSessionEvent
-
- setApplicationContext(ApplicationContext) - Method in class com.atlassian.sal.spring.component.SpringHostContextAccessor
-
- setComponentLocator(ComponentLocator) - Static method in class com.atlassian.sal.api.component.ComponentLocator
-
Sets the component locator to use.
- setConnectionTimeout(int) - Method in interface com.atlassian.sal.api.net.Request
-
Setting connection timeout in milliseconds.
- setConnectionTimeout(int) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setConnectionTimeout(int) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setDataBuildNumber(int) - Method in class com.atlassian.sal.core.upgrade.PluginUpgrader
-
- setEntity(Object) - Method in interface com.atlassian.sal.api.net.Request
-
Set an entity as the request body
- setEntity(Object) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setEntity(Object) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setFiles(List<RequestFilePart>) - Method in interface com.atlassian.sal.api.net.Request
-
Sets file parts of the request.
- setFiles(List<RequestFilePart>) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setFiles(List<RequestFilePart>) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setFollowRedirects(boolean) - Method in interface com.atlassian.sal.api.net.Request
-
Sets whether the request should transparently follow a redirect from the server.
- setFollowRedirects(boolean) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setFollowRedirects(boolean) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setHeader(String, String) - Method in interface com.atlassian.sal.api.net.Request
-
Sets the specified header to the request, overwriting any previous value.
- setHeader(String, String) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setHeader(String, String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setHeaders(Map<String, String>) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- setLicense(String) - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
- setParameter(String, String) - Method in interface com.atlassian.sal.api.search.query.SearchQuery
-
Sets an arbitrary search parameter to the query string.
- setParameter(String, String) - Method in class com.atlassian.sal.core.search.query.DefaultSearchQuery
-
- setRequestBody(String) - Method in interface com.atlassian.sal.api.net.Request
-
Sets the body of the request.
- setRequestBody(String, String) - Method in interface com.atlassian.sal.api.net.Request
-
Sets the body of the request.
- setRequestBody(String) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setRequestBody(String, String) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setRequestBody(String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setRequestBody(String, String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setRequestContentType(String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setResponse(MockResponse) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setResponseBody(String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setResponseBodyAsStream(InputStream) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- setResponseBodyAsString(String) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- setSoTimeout(int) - Method in interface com.atlassian.sal.api.net.Request
-
Setting socket timeout in milliseconds.
- setSoTimeout(int) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setSoTimeout(int) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setStatusCode(int) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- setStatusText(String) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- setSuccessful(boolean) - Method in class com.atlassian.sal.testresources.net.MockResponse
-
- setThreadLocalContext(C) - Method in interface com.atlassian.sal.api.executor.ThreadLocalContextManager
-
Set the thread local context on the current thread.
- setUrl(String) - Method in interface com.atlassian.sal.api.net.Request
-
- setUrl(String) - Method in class com.atlassian.sal.core.net.HttpClientRequest
-
- setUrl(String) - Method in class com.atlassian.sal.testresources.net.MockRequest
-
- setVerified(boolean) - Method in interface com.atlassian.sal.api.auth.OAuthRequestVerifier
-
- setVerified(boolean) - Method in class com.atlassian.sal.core.auth.OAuthRequestVerifierImpl
-
- shouldAttemptAuthentication(HttpServletRequest) - Method in interface com.atlassian.sal.api.auth.AuthenticationController
-
Check whether or not authentication should be tried.
- shouldAttemptAuthentication(HttpServletRequest) - Method in class com.atlassian.sal.core.auth.SeraphAuthenticationController
-
Checks the request attibutes for the BaseLoginFilter.OS_AUTHSTATUS_KEY
.
- shouldDisplay(Map<String, Object>) - Method in class com.atlassian.sal.api.features.DarkFeatureEnabledCondition
-
- shutdown() - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- shutdownNow() - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- SingleProductLicenseDetailsView - Interface in com.atlassian.sal.api.license
-
A "view" on top of a license that is in the context of a single given product.
- SiteDarkFeaturesStorage - Interface in com.atlassian.sal.api.features
-
Persist site wide dark feature keys.
- SpringHostConnectionAccessor - Class in com.atlassian.sal.spring.connection
-
Default implementation for spring environments.
- SpringHostConnectionAccessor(SpringHostConnectionAccessor.ConnectionProvider, PlatformTransactionManager) - Constructor for class com.atlassian.sal.spring.connection.SpringHostConnectionAccessor
-
- SpringHostConnectionAccessor.ConnectionProvider - Interface in com.atlassian.sal.spring.connection
-
Host specific implementation.
- SpringHostContextAccessor - Class in com.atlassian.sal.spring.component
-
Implements the host context accessor for Spring environments
- SpringHostContextAccessor(PlatformTransactionManager) - Constructor for class com.atlassian.sal.spring.component.SpringHostContextAccessor
-
- start() - Method in interface com.atlassian.sal.api.lifecycle.LifecycleManager
-
- start() - Method in class com.atlassian.sal.core.lifecycle.DefaultLifecycleManager
-
- submit(Callable<T>) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- submit(Runnable, T) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- submit(Runnable) - Method in class com.atlassian.sal.core.executor.ThreadLocalDelegateExecutorService
-
- supportsHeader() - Method in interface com.atlassian.sal.api.net.RequestFactory
-
Indicates whether the requests can support headers
- supportsHeader() - Method in class com.atlassian.sal.core.net.HttpClientRequestFactory
-
- supportsHeader() - Method in class com.atlassian.sal.testresources.net.MockRequestFactory
-
- SystemDarkFeatureInitializer - Class in com.atlassian.sal.core.features
-
- SystemDarkFeatureInitializer() - Constructor for class com.atlassian.sal.core.features.SystemDarkFeatureInitializer
-
- SystemDarkFeatureInitializer.SystemDarkFeatures - Class in com.atlassian.sal.core.features
-
- SystemDefaultLocaleResolver - Class in com.atlassian.sal.core.message
-
Simple resolver that only supports the system default locale.
- SystemDefaultLocaleResolver() - Constructor for class com.atlassian.sal.core.message.SystemDefaultLocaleResolver
-
- SystemPropertiesConnectionConfig - Class in com.atlassian.sal.core.net
-
- SystemPropertiesConnectionConfig() - Constructor for class com.atlassian.sal.core.net.SystemPropertiesConnectionConfig
-
- SystemPropertiesProxyConfig - Class in com.atlassian.sal.core.net
-
Proxy configuration drawn from standard System properties
- SystemPropertiesProxyConfig() - Constructor for class com.atlassian.sal.core.net.SystemPropertiesProxyConfig
-
- valid() - Static method in class com.atlassian.sal.api.validate.ValidationResult
-
- validateFormEncodedToken(HttpServletRequest) - Method in interface com.atlassian.sal.api.xsrf.XsrfTokenValidator
-
Validate a form encoded token.
- validateFormEncodedToken(HttpServletRequest) - Method in class com.atlassian.sal.core.xsrf.IndependentXsrfTokenValidator
-
- validateProductLicense(String, String, Locale) - Method in interface com.atlassian.sal.api.license.LicenseHandler
-
Validates that the given license is valid to add for the given product.
- validateRequestPassesXsrfChecks(HttpServletRequest) - Method in interface com.atlassian.sal.api.xsrf.XsrfRequestValidator
-
Returns true iff the given request has a valid csrf token or a
valid csrf header.
- validateRequestPassesXsrfChecks(HttpServletRequest) - Method in class com.atlassian.sal.core.csrf.CsrfRequestValidator
-
Deprecated.
Returns true iff the given request has a valid csrf token or a
valid csrf header.
- validateRequestPassesXsrfChecks(HttpServletRequest) - Method in class com.atlassian.sal.core.xsrf.XsrfRequestValidatorImpl
-
Returns true iff the given request has a valid xsrf token or a
valid xsrf header.
- ValidationResult - Class in com.atlassian.sal.api.validate
-
- ValidFeatureKeyPredicate - Enum in com.atlassian.sal.api.features
-
A given string represents a valid feature key if the following conditions are satisfied:
Contains alphanumeric characters including the dot (.), dash (,) and underscore (_) only
The minimal size is at least one character, while the upper limit is not restricted
- valueOf(String) - Static method in enum com.atlassian.sal.api.auth.Authenticator.Result.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.sal.api.features.FeatureKeyScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.sal.api.features.ValidFeatureKeyPredicate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.sal.api.net.Request.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.atlassian.sal.api.page.PageCapabilities
-
- valueOf(String) - Static method in enum com.atlassian.sal.api.page.PageCapability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.sal.api.UrlMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.sal.api.user.UserRole
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.sal.api.auth.Authenticator.Result.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.sal.api.features.FeatureKeyScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.sal.api.features.ValidFeatureKeyPredicate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.sal.api.net.Request.MethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.sal.api.page.PageCapability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.sal.api.UrlMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.sal.api.user.UserRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.