A B C D E F G H I K L M N O P R S T U W 

A

AUTH_TYPE_CERTIFICATE - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a Certificate object containing the certificate presented by the user.
AUTH_TYPE_PASSWORD_ENC - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a String object containing the SHA1 hash of the plaintext password.
AUTH_TYPE_PASSWORD_PLAIN - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a String object containing the plaintext password.
AUTH_TYPE_REQUEST - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a HttpServletRequest object containing the required authentication information in request or session attributes/parameters.
AUTH_TYPE_SHARED_SECRET - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is an String object containing shared secret of some type, or a unique key.
AUTH_TYPE_UNKNOWN - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is of an unknown type, or not provided.
AuthenticationConstants - Interface in org.itracker.core
This interface defines some constants used by the pluggable authentication system.

B

BASE_LOCALE - Static variable in class org.itracker.core.resources.ITrackerResources
 
Base64Coder - Class in org.itracker.util
A Base64 Encoder/Decoder.

C

clearBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
Clears a single cached resource bundle.
clearBundles() - Static method in class org.itracker.core.resources.ITrackerResources
Clears all cached resource bundles.
clearKeyFromBundles(String, boolean) - Static method in class org.itracker.core.resources.ITrackerResources
Clears a single key from all cached resource bundles.

D

decode(char[]) - Static method in class org.itracker.util.Base64Coder
Decodes a byte array from Base64 format.
decode(String) - Static method in class org.itracker.util.Base64Coder
Decodes a byte array from Base64 format.
decodeHex(char) - Static method in class org.itracker.core.resources.ITrackerResources
 
decodeString(String) - Static method in class org.itracker.util.Base64Coder
Decodes a string from Base64 format.
DEFAULT_LOCALE - Static variable in class org.itracker.core.resources.ITrackerResources
 

E

EmailAuthenticator - Class in org.itracker.util
 
EmailAuthenticator() - Constructor for class org.itracker.util.EmailAuthenticator
 
EmailAuthenticator(PasswordAuthentication) - Constructor for class org.itracker.util.EmailAuthenticator
 
encode(byte[]) - Static method in class org.itracker.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.itracker.util.Base64Coder
Encodes a byte array into Base64 format.
encodeHex(int) - Static method in class org.itracker.core.resources.ITrackerResources
 
encodeString(String) - Static method in class org.itracker.util.Base64Coder
Encodes a string into Base64 format.
ERROR_EJB_EXCEPTION - Static variable in exception org.itracker.IssueSearchException
 
ERROR_NULL_QUERY - Static variable in exception org.itracker.IssueSearchException
 
ERROR_SQL_EXCEPTION - Static variable in exception org.itracker.IssueSearchException
 
ERROR_UNKNOWN_TYPE - Static variable in exception org.itracker.IssueSearchException
 
escapeUnicodeString(String, boolean) - Static method in class org.itracker.core.resources.ITrackerResources
 

F

FEATURE_DISABLED - Static variable in exception org.itracker.PasswordException
 
format(String, Object[]) - Static method in class org.itracker.core.resources.MessageFormat
 
format(String, Object[], Locale) - Static method in class org.itracker.core.resources.MessageFormat
 

G

getBundle() - Static method in class org.itracker.core.resources.ITrackerResourceBundle
 
getBundle() - Static method in class org.itracker.core.resources.ITrackerResources
 
getBundle(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResourceBundle
 
getBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getCheckForKey(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getCheckForKey(String, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getDefaultInitialContext() - Static method in class org.itracker.util.NamingUtilites
get a default initial context
getDefaultInitialContext(Hashtable<?, ?>) - Static method in class org.itracker.util.NamingUtilites
get a default initial context
getDefaultLocale() - Static method in class org.itracker.core.resources.ITrackerResources
 
getEditBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getErrorKey() - Method in exception org.itracker.ReportException
 
getKey() - Method in exception org.itracker.SystemConfigurationException
 
getKeys() - Method in class org.itracker.core.resources.ITrackerResourceBundle
Implementation of ResourceBundle.getKeys.
getLanguageEntry(String, Locale) - Method in interface org.itracker.core.resources.ITrackerResourcesProvider
Load the exact translation by key for a locale.
getLanguageProperties(Locale) - Method in interface org.itracker.core.resources.ITrackerResourcesProvider
Load all translation keys for a locale.
getLocale() - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
getLocale() - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocale(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleDN(String, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleDN(Locale, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleFullDN(Locale, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleNamesMap(Locale, Set<String>, Map<String, List<String>>) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleNativeName(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getPasswordAuthenticator() - Method in class org.itracker.util.EmailAuthenticator
 
getProperty(String, String) - Method in interface org.itracker.core.resources.ITrackerResourcesProvider
 
getString(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Object[]) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, String, Object[]) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, String, String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Locale, Object[]) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Locale, String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getStringValue(Context, String, String) - Static method in class org.itracker.util.NamingUtilites
Read a String value of any type of object
getType() - Method in exception org.itracker.ImportExportException
 
getType() - Method in exception org.itracker.IssueException
Returns the exception type which can be used to format a localized error message.
getType() - Method in exception org.itracker.IssueSearchException
 
getType() - Method in exception org.itracker.PasswordException
 
getType() - Method in exception org.itracker.WorkflowException
 

H

handleGetObject(String) - Method in class org.itracker.core.resources.ITrackerResourceBundle
Implementation of ResourceBundle.handleGetObject.
HEXCHARS - Static variable in class org.itracker.core.resources.ITrackerResources
 
HTMLUtilities - Class in org.itracker.util
 
HTMLUtilities() - Constructor for class org.itracker.util.HTMLUtilities
 

I

ImportExportException - Exception in org.itracker
 
ImportExportException() - Constructor for exception org.itracker.ImportExportException
 
ImportExportException(String) - Constructor for exception org.itracker.ImportExportException
 
ImportExportException(String, int) - Constructor for exception org.itracker.ImportExportException
 
INACTIVE_ACCOUNT - Static variable in exception org.itracker.PasswordException
 
INVALID_ARGS - Static variable in exception org.itracker.WorkflowException
 
INVALID_DATA - Static variable in exception org.itracker.PasswordException
 
INVALID_EMAIL - Static variable in exception org.itracker.PasswordException
 
INVALID_NAME - Static variable in exception org.itracker.PasswordException
 
isDirty(String) - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
isInitialized() - Static method in class org.itracker.core.resources.ITrackerResources
 
isLongString(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
IssueException - Exception in org.itracker
This class is used to represent a variety of exceptions that can occur while processing issues.
IssueException() - Constructor for exception org.itracker.IssueException
Creates a new IssueException of unknown type.
IssueException(String) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of unknown type with a default message.
IssueException(String, String) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of specified type with a default message.
IssueException(String, String, Throwable) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of specified type with a default message.
IssueException(String, Throwable) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of unknown type with a default message.
IssueSearchException - Exception in org.itracker
 
IssueSearchException() - Constructor for exception org.itracker.IssueSearchException
 
IssueSearchException(String) - Constructor for exception org.itracker.IssueSearchException
 
IssueSearchException(String, int) - Constructor for exception org.itracker.IssueSearchException
 
ITrackerDirtyResourceException - Exception in org.itracker
 
ITrackerDirtyResourceException(String, String, String) - Constructor for exception org.itracker.ITrackerDirtyResourceException
 
ITrackerResourceBundle - Class in org.itracker.core.resources
 
ITrackerResourceBundle(Locale, Object[][]) - Constructor for class org.itracker.core.resources.ITrackerResourceBundle
Deprecated.
used still for testing
ITrackerResourceBundle(Locale, Properties) - Constructor for class org.itracker.core.resources.ITrackerResourceBundle
 
ITrackerResourceBundle.DirtyKey - Interface in org.itracker.core.resources
 
ITrackerResources - Class in org.itracker.core.resources
Please comment this class here.
ITrackerResources() - Constructor for class org.itracker.core.resources.ITrackerResources
 
ITrackerResourcesProvider - Interface in org.itracker.core.resources
To provide Locale values from application properties configuration.

K

KEY_BASE_CUSTOMFIELD - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_CUSTOMFIELD_LABEL - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_CUSTOMFIELD_OPTION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_CUSTOMFIELD_TYPE - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_ISSUE_RELATION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_LOCALE_NAME - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PERMISSION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PRIORITY - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PRIORITY_LABEL - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PRIORITY_SIZE - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PROJECT_STATUS - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_RESOLUTION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_SEVERITY - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_STATUS - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_USER_STATUS - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_WORKFLOW_EVENT - Static variable in class org.itracker.core.resources.ITrackerResources
 

L

lookup(Context, String) - Static method in class org.itracker.util.NamingUtilites
savely get object from naming context

M

MessageFormat - Class in org.itracker.core.resources
This class provides support for message replacement when there is a need for more than 10 arguements.
MessageFormat() - Constructor for class org.itracker.core.resources.MessageFormat
 

N

NamingUtilites - Class in org.itracker.util
Utilities class for naming
NamingUtilites() - Constructor for class org.itracker.util.NamingUtilites
 

O

org.itracker - package org.itracker
 
org.itracker.core - package org.itracker.core
This package contains code for the initialization of the application
org.itracker.core.resources - package org.itracker.core.resources
This package contains code for Resources (what is Resources? Please precise)
org.itracker.util - package org.itracker.util
 

P

PasswordException - Exception in org.itracker
 
PasswordException() - Constructor for exception org.itracker.PasswordException
 
PasswordException(int) - Constructor for exception org.itracker.PasswordException
 
ProjectException - Exception in org.itracker
 
ProjectException() - Constructor for exception org.itracker.ProjectException
 
ProjectException(String) - Constructor for exception org.itracker.ProjectException
 
putBundle(Locale, ResourceBundle) - Static method in class org.itracker.core.resources.ITrackerResources
 

R

removeMarkup(String) - Static method in class org.itracker.util.HTMLUtilities
 
removeValue(String, boolean) - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
ReportException - Exception in org.itracker
 
ReportException() - Constructor for exception org.itracker.ReportException
 
ReportException(String) - Constructor for exception org.itracker.ReportException
 
ReportException(String, String) - Constructor for exception org.itracker.ReportException
 
ReportException(Throwable) - Constructor for exception org.itracker.ReportException
 
REQ_SOURCE_API - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication request is being made from an API call
REQ_SOURCE_UNKNOWN - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication request is being made from an unknown location
REQ_SOURCE_WEB - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication request is being made from the supplied web application
RESOURCE_BUNDLE_NAME - Static variable in class org.itracker.core.resources.ITrackerResources
 

S

setConfigurationService(ITrackerResourcesProvider) - Static method in class org.itracker.core.resources.ITrackerResources
 
setKey(String) - Method in exception org.itracker.SystemConfigurationException
 
setType(int) - Method in exception org.itracker.ImportExportException
 
setType(int) - Method in exception org.itracker.IssueSearchException
 
setType(int) - Method in exception org.itracker.PasswordException
 
setType(int) - Method in exception org.itracker.WorkflowException
 
setType(String) - Method in exception org.itracker.IssueException
Sets the issue exception type.
SYSTEM_ERROR - Static variable in exception org.itracker.PasswordException
 
SystemConfigurationException - Exception in org.itracker
 
SystemConfigurationException() - Constructor for exception org.itracker.SystemConfigurationException
 
SystemConfigurationException(String) - Constructor for exception org.itracker.SystemConfigurationException
 
SystemConfigurationException(String, String) - Constructor for exception org.itracker.SystemConfigurationException
 

T

TYPE_CF_INVALID_LIST_OPTION - Static variable in exception org.itracker.IssueException
 
TYPE_CF_PARSE_DATE - Static variable in exception org.itracker.IssueException
 
TYPE_CF_PARSE_NUM - Static variable in exception org.itracker.IssueException
 
TYPE_CF_REQ_FIELD - Static variable in exception org.itracker.IssueException
 
TYPE_INVALID_LOGINS - Static variable in exception org.itracker.ImportExportException
 
TYPE_INVALID_STATUS - Static variable in exception org.itracker.ImportExportException
 
TYPE_UNKNOWN - Static variable in exception org.itracker.ImportExportException
 
TYPE_UNKNOWN - Static variable in exception org.itracker.IssueException
 

U

unescapeUnicodeString(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
UNKNOWN_USER - Static variable in exception org.itracker.PasswordException
 
UPDATE_TYPE_CORE - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes core profile information, and possibly the password
UPDATE_TYPE_PERMISSION_ADD - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes permission information.
UPDATE_TYPE_PERMISSION_SET - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes permission information.
UPDATE_TYPE_PREFERENCE - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes user preferences
updateValue(String, String) - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
UserException - Exception in org.itracker
 
UserException() - Constructor for exception org.itracker.UserException
 
UserException(String) - Constructor for exception org.itracker.UserException
 
UserException(String, Throwable) - Constructor for exception org.itracker.UserException
 

W

WorkflowException - Exception in org.itracker
 
WorkflowException() - Constructor for exception org.itracker.WorkflowException
 
WorkflowException(int) - Constructor for exception org.itracker.WorkflowException
 
WorkflowException(String) - Constructor for exception org.itracker.WorkflowException
 
WorkflowException(String, int) - Constructor for exception org.itracker.WorkflowException
 
A B C D E F G H I K L M N O P R S T U W 
Skip navigation links

Copyright © 2002–2019 itracker. All rights reserved.