Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
P
R
S
U
V
A
add(Application)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
addAllGroups(long, Collection<GroupTemplate>, boolean)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addAllUsers(Application, Collection<UserTemplateWithCredentialAndAttributes>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
addAllUsers(long, Collection<UserTemplateWithCredentialAndAttributes>, boolean)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addAllUsersToGroup(long, Collection<String>, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addDirectory(Directory)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addDirectoryMapping(Application, Directory, boolean, OperationType...)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
addGroup(Application, GroupTemplate)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
addGroup(long, GroupTemplate)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addGroupMapping(Application, Directory, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
addGroupToGroup(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
addGroupToGroup(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addPermission(Directory, OperationType)
- Method in class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
addPermission(Application, Directory, OperationType)
- Method in class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
addRemoteAddress(Application, RemoteAddress)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
addUser(Application, UserTemplate, PasswordCredential)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
addUser(long, UserTemplate, PasswordCredential)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
addUserToGroup(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
addUserToGroup(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
afterPropertiesSet()
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
AliasManagerImpl
- Class in
com.atlassian.crowd.manager.application
AliasManagerImpl(AliasDAO, ApplicationService)
- Constructor for class com.atlassian.crowd.manager.application.
AliasManagerImpl
ApplicationManagerGeneric
- Class in
com.atlassian.crowd.manager.application
ApplicationManagerGeneric(ApplicationDAO, PasswordEncoderFactory, ApplicationDao)
- Constructor for class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
ApplicationServiceGeneric
- Class in
com.atlassian.crowd.manager.application
ApplicationServiceGeneric(DirectoryManager, PermissionManager)
- Constructor for class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
C
CacheManagerEhcache
- Class in
com.atlassian.crowd.manager.cache
CacheManagerEhcache(CacheManager)
- Constructor for class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
com.atlassian.crowd.manager.application
- package com.atlassian.crowd.manager.application
com.atlassian.crowd.manager.cache
- package com.atlassian.crowd.manager.cache
com.atlassian.crowd.manager.directory
- package com.atlassian.crowd.manager.directory
com.atlassian.crowd.manager.permission
- package com.atlassian.crowd.manager.permission
com.atlassian.crowd.manager.property
- package com.atlassian.crowd.manager.property
com.atlassian.crowd.model.group
- package com.atlassian.crowd.model.group
com.atlassian.crowd.model.user
- package com.atlassian.crowd.model.user
com.atlassian.crowd.util
- package com.atlassian.crowd.util
configureCache(String)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
Creates a cache if it doesn't already exist - if the cache has been defined in the configuration xml, then it will not be recreated.
configureCaches()
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
D
DelegatingGroupWithAttributes
- Class in
com.atlassian.crowd.model.group
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
DelegatingGroupWithAttributes(Group, Attributes)
- Constructor for class com.atlassian.crowd.model.group.
DelegatingGroupWithAttributes
DelegatingUserWithAttributes
- Class in
com.atlassian.crowd.model.user
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
DelegatingUserWithAttributes(User, Attributes)
- Constructor for class com.atlassian.crowd.model.user.
DelegatingUserWithAttributes
DirectoryManagerGeneric
- Class in
com.atlassian.crowd.manager.directory
DirectoryManagerGeneric(DirectoryDao, ApplicationDAO, EventPublisher, PermissionManager, PasswordHelper, DirectoryInstanceLoader)
- Constructor for class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
F
findAliasByUsername(Application, String)
- Method in class com.atlassian.crowd.manager.application.
AliasManagerImpl
findAll()
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
findAllDirectories()
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
findById(long)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
findByName(String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
findDirectoryById(long)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
findDirectoryByName(String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
findGroupByName(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
findGroupByName(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
findGroupWithAttributesByName(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
findGroupWithAttributesByName(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
findUserByName(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
findUserByName(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
findUsernameByAlias(Application, String)
- Method in class com.atlassian.crowd.manager.application.
AliasManagerImpl
findUserWithAttributesByName(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
findUserWithAttributesByName(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
G
generateDesEncryptionKey()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
generateRandomPassword()
- Method in class com.atlassian.crowd.util.
PasswordHelperImpl
get(String)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
get(String, Serializable)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
getAllKeys()
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
getAllKeys(String)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
getBuildNumber()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getBundleLocations()
- Method in class com.atlassian.crowd.util.
I18nHelperConfigurationImpl
getCache(String)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
getCacheTime()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getCurrentLicenseResourceTotal()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getDeploymentTitle()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getDescription()
- Method in class com.atlassian.crowd.model.group.
DelegatingGroupWithAttributes
getDesEncryptionKey()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getDirectoryId()
- Method in class com.atlassian.crowd.model.group.
DelegatingGroupWithAttributes
getDomain()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getFirstName()
- Method in class com.atlassian.crowd.model.user.
DelegatingUserWithAttributes
getInstance(String)
- Method in class com.atlassian.crowd.util.
SpringContextInstanceFactory
getInstance(String, ClassLoader)
- Method in class com.atlassian.crowd.util.
SpringContextInstanceFactory
getInstance(Class<T>)
- Method in class com.atlassian.crowd.util.
SpringContextInstanceFactory
getLastName()
- Method in class com.atlassian.crowd.model.user.
DelegatingUserWithAttributes
getLocale()
- Method in class com.atlassian.crowd.util.
I18nHelperConfigurationImpl
getNotificationEmail()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getProperty(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getPropertyObject(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getSessionTime()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getSMTPServer()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getSMTPTemplate()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getText(String)
- Method in class com.atlassian.crowd.util.
I18nHelperImpl
getText(String, String)
- Method in class com.atlassian.crowd.util.
I18nHelperImpl
getText(String, String, String)
- Method in class com.atlassian.crowd.util.
I18nHelperImpl
getText(String, Object)
- Method in class com.atlassian.crowd.util.
I18nHelperImpl
getTokenSeed()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
getTrustedProxyServers()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
getType()
- Method in class com.atlassian.crowd.model.group.
DelegatingGroupWithAttributes
getUnescapedText(String)
- Method in class com.atlassian.crowd.util.
I18nHelperImpl
Get the raw property value, complete with {0}'s.
H
hasPermission(Directory, OperationType)
- Method in class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
hasPermission(Application, Directory, OperationType)
- Method in class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
I
I18nHelperConfigurationImpl
- Class in
com.atlassian.crowd.util
I18nHelperConfigurationImpl(Locale, List<String>)
- Constructor for class com.atlassian.crowd.util.
I18nHelperConfigurationImpl
I18nHelperImpl
- Class in
com.atlassian.crowd.util
I18nHelperImpl(I18nHelperConfiguration)
- Constructor for class com.atlassian.crowd.util.
I18nHelperImpl
isActive()
- Method in class com.atlassian.crowd.model.group.
DelegatingGroupWithAttributes
isCacheEnabled()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
isCurrentlySynchronising(int)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
isGroupDirectGroupMember(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
isGroupDirectGroupMember(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
isGroupNestedGroupMember(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
isGroupNestedGroupMember(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
isGzipEnabled()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
isSecureCookie()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
isSynchronisable(long)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
isUserDirectGroupMember(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
isUserDirectGroupMember(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
isUserNestedGroupMember(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
isUserNestedGroupMember(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
isUsingDatabaseTokenStorage()
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
P
PasswordHelperImpl
- Class in
com.atlassian.crowd.util
Various password helper methods.
PasswordHelperImpl()
- Constructor for class com.atlassian.crowd.util.
PasswordHelperImpl
PermissionManagerImpl
- Class in
com.atlassian.crowd.manager.permission
Implementation of the
PermissionManager
PermissionManagerImpl(ApplicationDAO, DirectoryDao)
- Constructor for class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
PropertyManagerGeneric
- Class in
com.atlassian.crowd.manager.property
PropertyManagerGeneric(PropertyDAO)
- Constructor for class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
put(String, Serializable)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
put(String, Serializable, Serializable)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
R
remove(Application)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
remove(String)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
remove(String, Serializable)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
removeAlias(Application, String)
- Method in class com.atlassian.crowd.manager.application.
AliasManagerImpl
removeAll()
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
removeAll(String)
- Method in class com.atlassian.crowd.manager.cache.
CacheManagerEhcache
removeDirectory(Directory)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
removeDirectoryFromApplication(Directory, Application)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
removeGroup(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
removeGroup(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
removeGroupAttributes(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
removeGroupAttributes(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
removeGroupFromGroup(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
removeGroupFromGroup(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
removeGroupMapping(Application, Directory, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
removePermission(Directory, OperationType)
- Method in class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
removePermission(Application, Directory, OperationType)
- Method in class com.atlassian.crowd.manager.permission.
PermissionManagerImpl
removeProperty(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
removeRemoteAddress(Application, RemoteAddress)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
removeUser(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
removeUser(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
removeUserAttributes(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
removeUserAttributes(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
removeUserFromGroup(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
removeUserFromGroup(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
renameGroup(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
renameUser(long, String, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
resetPassword(long, String)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
resetUserCredential(Application, String)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
S
search(EntityQuery)
- Method in class com.atlassian.crowd.manager.application.
AliasManagerImpl
search(EntityQuery)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
searchDirectGroupRelationships(Application, MembershipQuery<T>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
searchDirectGroupRelationships(long, MembershipQuery<T>)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
searchDirectories(EntityQuery)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
searchGroups(Application, EntityQuery<T>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
searchGroups(long, EntityQuery<T>)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
searchNestedGroupRelationships(Application, MembershipQuery<T>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
searchNestedGroupRelationships(long, MembershipQuery<T>)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
searchUsers(Application, EntityQuery<T>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
searchUsers(long, EntityQuery<T>)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
setApplicationContext(ApplicationContext)
- Method in class com.atlassian.crowd.util.
SpringContextInstanceFactory
setBuildNumber(Integer)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setCacheEnabled(boolean)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setCacheTime(long)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setCurrentLicenseResourceTotal(int)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setDeploymentTitle(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setDomain(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setGzipEnabled(boolean)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setNotificationEmail(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setProperty(String, String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setSecureCookie(boolean)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setSessionTime(long)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setSMTPServer(SMTPServer)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setSMTPTemplate(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setTokenSeed(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
setTrustedProxyServers(String)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
Persists a String containing a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
setUsingDatabaseTokenStorage(boolean)
- Method in class com.atlassian.crowd.manager.property.
PropertyManagerGeneric
SpringContextInstanceFactory
- Class in
com.atlassian.crowd.util
Implementation tied to Spring.
SpringContextInstanceFactory()
- Constructor for class com.atlassian.crowd.util.
SpringContextInstanceFactory
storeAlias(Application, String, String)
- Method in class com.atlassian.crowd.manager.application.
AliasManagerImpl
storeGroupAttributes(Application, String, Map<String, Set<String>>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
storeGroupAttributes(long, String, Map<String, Set<String>>)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
storeUserAttributes(Application, String, Map<String, Set<String>>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
storeUserAttributes(long, String, Map<String, Set<String>>)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
synchroniseCache(long)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
U
update(Application)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
updateCredential(Application, PasswordCredential)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
updateDirectory(Directory)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
updateDirectoryMapping(Application, Directory, int)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
updateDirectoryMapping(Application, Directory, boolean)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
updateDirectoryMapping(Application, Directory, boolean, Set<OperationType>)
- Method in class com.atlassian.crowd.manager.application.
ApplicationManagerGeneric
updateGroup(Application, GroupTemplate)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
updateGroup(long, GroupTemplate)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
updateUser(Application, UserTemplate)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
updateUser(long, UserTemplate)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
updateUserCredential(Application, String, PasswordCredential)
- Method in class com.atlassian.crowd.manager.application.
ApplicationServiceGeneric
updateUserCredential(long, String, PasswordCredential)
- Method in class com.atlassian.crowd.manager.directory.
DirectoryManagerGeneric
V
validateRegex(String, PasswordCredential)
- Method in class com.atlassian.crowd.util.
PasswordHelperImpl
Validates the password meets the expected regex restriction.
A
C
D
F
G
H
I
P
R
S
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
Atlassian
. All Rights Reserved.