Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

ableToAssociateWithProvider() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
AbstractAttributeEvent - Class in com.atlassian.crowd.model.event
 
AbstractAttributeEvent(Operation, Directory, Map<String, Set<String>>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.AbstractAttributeEvent
 
AbstractAttributeEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
AbstractAttributeEventEntity() - Constructor for class com.atlassian.crowd.integration.rest.entity.AbstractAttributeEventEntity
JAXB requires a no-arg constructor
AbstractAttributeEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
AbstractAttributeEventEntity(Operation, MultiValuedAttributeEntityList, MultiValuedAttributeEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AbstractAttributeEventEntity
 
AbstractBatchFinder - Class in com.atlassian.crowd.util.persistence.hibernate.batch
Abstract implementation of the batch finder, sub classes should extend this implementation with an implementation of AbstractBatchFinder.processBatchFind(long, java.util.Collection, Class) which performs the hibernate version specific search.
AbstractBatchFinder() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
 
AbstractBatchProcessor<S> - Class in com.atlassian.crowd.util.persistence.hibernate.batch
Thread-safe batch processor.
AbstractBatchProcessor() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
 
AbstractBrowser<T> - Class in com.atlassian.crowd.console.action
 
AbstractBrowser() - Constructor for class com.atlassian.crowd.console.action.AbstractBrowser
 
AbstractBrowser - Class in com.atlassian.crowd.security.demo.action
 
AbstractBrowser() - Constructor for class com.atlassian.crowd.security.demo.action.AbstractBrowser
 
AbstractCacheRefresher - Class in com.atlassian.crowd.directory.ldap.cache
 
AbstractCacheRefresher(RemoteDirectory) - Constructor for class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
AbstractClientProperties - Class in com.atlassian.crowd.service.client
 
AbstractClientProperties() - Constructor for class com.atlassian.crowd.service.client.AbstractClientProperties
 
AbstractCrowdPage - Class in com.atlassian.crowd.pageobjects
Base class for Crowd pages.
AbstractCrowdPage() - Constructor for class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
AbstractDaoIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.migration
 
AbstractDaoIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
AbstractDbCachingLoadTest - Class in com.atlassian.crowd.acceptance.utils
Contains constants and helper methods that are shared between DbCachingLoad tests The LDAP server properties will be determined by the property file provided in the system property: tpm.loadtest.file
AbstractDbCachingLoadTest() - Constructor for class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
AbstractDelegatingApplicationService - Class in com.atlassian.crowd.manager.application
An implementation of ApplicationService that delegates all methods to another ApplicationService.
AbstractDelegatingApplicationService(ApplicationService) - Constructor for class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
AbstractDelegatingEntityWithAttributes - Class in com.atlassian.crowd.embedded.impl
Abstract class providing a delegating implementation of the Attributes interface.
AbstractDelegatingEntityWithAttributes(Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
AbstractDirectoryInstanceLoader - Class in com.atlassian.crowd.directory.loader
An abstract implementation of DirectoryInstanceLoader which provides a default implementation of AbstractDirectoryInstanceLoader.getDirectory(Directory)
AbstractDirectoryInstanceLoader() - Constructor for class com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
 
AbstractEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
AbstractEventEntity() - Constructor for class com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
JAXB requires a no-arg constructor
AbstractEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
AbstractEventEntity(Operation) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AbstractEventEntity
 
AbstractForwardingDirectory - Class in com.atlassian.crowd.directory
A utility class which delegates (i.e.
AbstractForwardingDirectory() - Constructor for class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
AbstractInMemorySearchStrategy - Class in com.atlassian.crowd.manager.application
An abstract SearchStrategy which searches across multiple directories in memory for users and groups
AbstractInMemorySearchStrategy(DirectoryManager, Collection<Directory>) - Constructor for class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
 
AbstractInternalDirectory - Class in com.atlassian.crowd.directory
This class holds methods that are common to both InternalDirectory and CachingDirectory.
AbstractInternalDirectory(InternalDirectoryUtils, PasswordEncoderFactory, DirectoryDao, UserDao, GroupDao, MembershipDao, PasswordConstraintsLoader) - Constructor for class com.atlassian.crowd.directory.AbstractInternalDirectory
 
AbstractOperationEvent - Class in com.atlassian.crowd.model.event
 
AbstractOperationEvent(Operation, Directory) - Constructor for class com.atlassian.crowd.model.event.AbstractOperationEvent
 
AbstractResource - Class in com.atlassian.crowd.plugin.rest.service.resource
 
AbstractResource() - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
AbstractResourceController - Class in com.atlassian.crowd.plugin.rest.service.controller
Abstract resource controller.
AbstractResourceController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
AbstractUserService - Class in com.atlassian.crowd.service
 
AbstractUserService(InternalApplicationHelper, ApplicationService, TokenAuthenticationManager, UserPermissionService, AuthenticatedUserProvider) - Constructor for class com.atlassian.crowd.service.AbstractUserService
 
AbstractViewDirectory - Class in com.atlassian.crowd.console.action.directory
 
AbstractViewDirectory() - Constructor for class com.atlassian.crowd.console.action.directory.AbstractViewDirectory
 
AcceptanceTestHelper - Class in com.atlassian.crowd.acceptance.utils
 
AcceptanceTestHelper() - Constructor for class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
AccountNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when the account could not be found during an authentication attempt.
AccountNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.AccountNotFoundException
Constructs a new AccountNotFoundException.
AccountNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.AccountNotFoundException
Constructs a new AccountNotFoundException.
Action - Interface in com.atlassian.crowd.acceptance.utils
Essentially a function pointer.
ActionHelper - Interface in com.atlassian.crowd.console.action
 
actionMessageAlertColor - Variable in class com.atlassian.crowd.console.action.BaseAction
Webwork action messages color settings.
actionMessageAlertColor - Variable in class com.atlassian.crowd.openid.server.action.BaseAction
Webwork action messages color settings.
ActionRunner - Class in com.atlassian.crowd.acceptance.utils
Execute an action, repeatedly, concurrently.
ActionRunner(int, int, Action) - Constructor for class com.atlassian.crowd.acceptance.utils.ActionRunner
 
activateOptions() - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
Activate the default Appender (ConsoleAppender).
active - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
active - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
active - Variable in class com.atlassian.crowd.console.action.directory.ViewConnector
 
active - Variable in class com.atlassian.crowd.console.action.directory.ViewCustom
 
active - Variable in class com.atlassian.crowd.console.action.directory.ViewInternal
 
active - Variable in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
active - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
active - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
active - Variable in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
active(boolean) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
 
active - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
If the entity is active or not.
active - Variable in class com.atlassian.crowd.model.InternalEntity
 
ACTIVE - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key that represents if a user is active or inactive
ACTIVE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.ApplicationTermKeys
Active flag of application.
ACTIVE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.DirectoryTermKeys
Active flag for directory.
ACTIVE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
ACTIVE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
active - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
active - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
ACTIVE_FILTER - Static variable in class com.atlassian.crowd.embedded.api.Directories
A predicate that matches directories that are active
ACTIVE_FILTER - Static variable in class com.atlassian.crowd.model.application.Applications
A predicate that checks if the application is active
ACTIVE_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login active status
ACTIVE_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
activeDirectories - Variable in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
 
ActiveDirectoryCredentialEncoder - Class in com.atlassian.crowd.directory.ldap.credential
An encoder specifically for Microsoft Active Directory that first delegates to the provided base encoder and then converts the result of that to the byte[] format that Active Directory expects.
ActiveDirectoryCredentialEncoder(LDAPCredentialEncoder.LDAPCredentialToStringEncoder) - Constructor for class com.atlassian.crowd.directory.ldap.credential.ActiveDirectoryCredentialEncoder
 
ActiveDirectoryEntityDeletedEvent - Class in com.atlassian.crowd.event.remote
Represents an "entity deleted" event from Active Directory.
ActiveDirectoryEntityDeletedEvent(Object, long, Tombstone) - Constructor for class com.atlassian.crowd.event.remote.ActiveDirectoryEntityDeletedEvent
 
ActiveDirectoryExpirationUtils - Class in com.atlassian.crowd.directory.ldap.util
Utility for handling ActiveDirectory's account expiration setting.
ActiveDirectoryExpirationUtils() - Constructor for class com.atlassian.crowd.directory.ldap.util.ActiveDirectoryExpirationUtils
 
ActiveDirectoryGroupDeletedEvent - Class in com.atlassian.crowd.event.remote.group
 
ActiveDirectoryGroupDeletedEvent(Object, long, Tombstone) - Constructor for class com.atlassian.crowd.event.remote.group.ActiveDirectoryGroupDeletedEvent
 
ActiveDirectoryQueryTranslaterImpl - Class in com.atlassian.crowd.search.ldap
An specialisation of LDAPQueryTranslaterImpl that can translate Active Directory enabled/disabled user queries.
ActiveDirectoryQueryTranslaterImpl() - Constructor for class com.atlassian.crowd.search.ldap.ActiveDirectoryQueryTranslaterImpl
 
ActiveDirectoryUserAttributesMapper - Class in com.atlassian.crowd.directory.ldap.mapper.entity
Specialised LDAPUserAttributesMapper for Active Directory.
ActiveDirectoryUserAttributesMapper(long, LDAPPropertiesMapper) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.entity.ActiveDirectoryUserAttributesMapper
 
ActiveDirectoryUserContextMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
A specialisation of UserContextMapper for Active Directory.
ActiveDirectoryUserContextMapper(long, LDAPPropertiesMapper, List<AttributeMapper>) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.ActiveDirectoryUserContextMapper
 
ActiveDirectoryUserDeletedEvent - Class in com.atlassian.crowd.event.remote.principal
 
ActiveDirectoryUserDeletedEvent(Object, long, Tombstone) - Constructor for class com.atlassian.crowd.event.remote.principal.ActiveDirectoryUserDeletedEvent
 
activeValidationFactors(ValidationFactor[]) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
adaptor - Variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
add(Application, PasswordCredential) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Will only create the core attributes to an application, i.e.
add(Application, PasswordCredential) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
add(Directory) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
add(Directory) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
add(Directory) - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
add(Group) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
add(Property) - Method in interface com.atlassian.crowd.dao.property.PropertyDAO
Adds a new property.
add(Property) - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
add(ExpirableUserToken) - Method in interface com.atlassian.crowd.dao.token.ExpirableUserTokenDao
Persist the given token
add(ExpirableUserToken) - Method in class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
add(Token) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Persists a new token.
add(Token) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
add(Token) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
add(User, PasswordCredential) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
add(Webhook) - Method in class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
add(Webhook) - Method in interface com.atlassian.crowd.dao.webhook.WebhookDAO
 
add(Webhook) - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
add(String) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
add(Directory) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Store a new directory in the data store.
add(Group) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Adds a new group.
add(User, PasswordCredential) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Creates a new user with the given details and credentials.
add(Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will add the given Application to Crowd
add(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
add(Token) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
add(Token) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
add(Webhook) - Method in interface com.atlassian.crowd.manager.webhook.WebhookRegistry
Adds a new Webhook, if it does not exist previously.
add(Webhook) - Method in class com.atlassian.crowd.manager.webhook.WebhookRegistryImpl
 
addAction(Element, PackageConfig.Builder) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
addActionError(Throwable) - Method in class com.atlassian.crowd.console.action.BaseAction
 
addActionMessage(String, String) - Method in class com.atlassian.crowd.console.action.BaseAction
Sets a UI message and the color type for the user.
addActionMessage(String, String) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Sets a UI message and the color type for the user.
addAddress(String) - Method in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
Adds a remote address to the list of those trusted to act as proxies.
addAddress(String) - Method in class com.atlassian.crowd.manager.proxy.TrustedProxyManagerImpl
Adds to the list of servers we trust.
addAliasToXml(Alias, Element) - Method in class com.atlassian.crowd.migration.AliasMapper
 
addAll(Set<? extends Group>) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
addAll(Collection<InternalGroupWithAttributes>) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
addAll(Collection<InternalGroupWithAttributes>) - Method in interface com.atlassian.crowd.dao.group.InternalGroupDao
Bulk add of groups and their attributes.
addAll(Set<InternalMembership>) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Bulk add of memberships.
addAll(Set<InternalMembership>) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
addAll(Collection<UserTemplateWithCredentialAndAttributes>) - Method in interface com.atlassian.crowd.dao.user.InternalUserDao
 
addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
addAll(Collection<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
addAll(Collection<? extends String>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
addAll(Set<? extends Group>) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Bulk add of groups.
addAll(Set<UserTemplateWithCredentialAndAttributes>) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Bulk add users.
addAllGroups(Set<GroupTemplate>) - Method in class com.atlassian.crowd.directory.CachingDirectory
 
addAllGroups(Set<GroupTemplate>) - Method in class com.atlassian.crowd.directory.InternalDirectory
 
addAllGroups(Set<GroupTemplate>) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Adds a collection of groups to the directory.
addAllGroups(long, Collection<GroupTemplate>, boolean) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Will add a collection of Group to the directory specified by the passed in directoryId param.
addAllGroups(long, Collection<GroupTemplate>, boolean) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addAllowedOperation(OperationType) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Add a new operation that the application is allowed to perform on the directory.
addAllowedOperation(OperationType) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
addAllowedOperations(OperationType...) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Adds a list of operations that the application is allowed to perform on the directory.
addAllPrincipals(Collection<SOAPPrincipalWithCredential>) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds principals to the application's assigned directory.
addAllPrincipals(Collection<SOAPPrincipalWithCredential>) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addAllPrincipals(AuthenticatedToken, SOAPPrincipalWithCredential[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds principals to the application's assigned directory.
addAllPrincipals(AuthenticatedToken, SOAPPrincipalWithCredential[]) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addAllUsers(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.directory.CachingDirectory
 
addAllUsers(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.directory.InternalDirectory
 
addAllUsers(Set<UserTemplateWithCredentialAndAttributes>) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Adds a collection of users to the directory.
addAllUsers(Application, Collection<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
addAllUsers(Application, Collection<UserTemplateWithCredentialAndAttributes>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Adds the user to THE FIRST permissible active directory.
addAllUsers(Application, Collection<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
addAllUsers(long, Collection<UserTemplateWithCredentialAndAttributes>, boolean) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Will add a collection of users to the directory specified by the passed in directoryId param.
addAllUsers(long, Collection<UserTemplateWithCredentialAndAttributes>, boolean) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addAllUsers(Collection<SOAPPrincipalWithCredential>) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
addAllUsers(Collection<SOAPPrincipalWithCredential>) - Method in interface com.atlassian.crowd.service.UserManager
Adds all users to Crowd.
addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
addAllUsersToGroup(Set<String>, String) - Method in class com.atlassian.crowd.directory.CachingDirectory
 
addAllUsersToGroup(Set<String>, String) - Method in class com.atlassian.crowd.directory.InternalDirectory
 
addAllUsersToGroup(Set<String>, String) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Adds a collection of users to a group.
addAllUsersToGroup(long, Collection<String>, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Bulk adds all the given users into the given group.
addAllUsersToGroup(long, Collection<String>, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
addAllUsersToGroup(long, Collection<String>, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addApplication(String, ApplicationType, String, String, boolean) - Method in class com.atlassian.crowd.console.action.setup.Integration
 
addApplication(ApplicationEntity, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Adds a new application.
addApplication(boolean, ApplicationEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Adds a new application.
AddApplicationAuthorisationDetails - Class in com.atlassian.crowd.console.action.application
 
AddApplicationAuthorisationDetails() - Constructor for class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
AddApplicationConfirmation - Class in com.atlassian.crowd.console.action.application
 
AddApplicationConfirmation() - Constructor for class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
AddApplicationConnectionDetails - Class in com.atlassian.crowd.console.action.application
Connection details for an application
AddApplicationConnectionDetails() - Constructor for class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
AddApplicationDetails - Class in com.atlassian.crowd.console.action.application
 
AddApplicationDetails() - Constructor for class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
AddApplicationDirectoryDetails - Class in com.atlassian.crowd.console.action.application
 
AddApplicationDirectoryDetails() - Constructor for class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
AddApplicationDirectoryDetails.DirectoryDetails - Class in com.atlassian.crowd.console.action.application
 
AddApplicationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Web acceptance test for the adding of an Application
AddApplicationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
addApplicationToXml(ApplicationImpl, Element) - Method in class com.atlassian.crowd.migration.ApplicationMapper
 
addApplicationWithRequestAddress(ApplicationEntity, HttpServletRequest, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Adds a new application with the request address.
addAttribute(String, String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
Add attribute/value pair to map of attribtues.
addAttribute(Attribute) - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
Adds or updates the attribute in the Profile's set of attributes.
addAttribute(String, String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
Safe "put" method to attributes map.
addAttribute(String, String) - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
addAttributeToGroup(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds an attribute to a group that is in the application's assigned directory.
addAttributeToGroup(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addAttributeToGroup(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds an attribute to a group that is in the application's assigned directory.
addAttributeToGroup(AuthenticatedToken, String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addAttributeToPrincipal(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds an attribute to a principal who is in the application's assigned directory.
addAttributeToPrincipal(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addAttributeToPrincipal(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds an attribute to a principal who is in the application's assigned directory.
addAttributeToPrincipal(AuthenticatedToken, String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addDefaultGroups() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
addDefaultSnToUserAttributes(Attributes, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
A default install of many directory servers (inc.
addDefaultValueToUserAttributesForAttribute(String, Attributes, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
addDirectChildGroup(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Adds a direct child group membership.
addDirectChildGroup(String, GroupEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
addDirectory(Directory) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will add a new Directory into the local database.
addDirectory(Directory) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
addDirectory(Directory) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds the given directory.
addDirectory(Directory) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addDirectoryMapping(long, long, boolean, OperationType...) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Adds a mapping between application and directory.
addDirectoryMapping(long, long, boolean, OperationType...) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
addDirectoryMapping(Application, Directory, boolean, OperationType...) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will add a DirectoryMapping between the passed in Application and Directory.
addDirectoryMapping(Application, Directory, boolean, OperationType...) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
addDirectoryMapping(Directory, boolean, OperationType...) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
AddDirectoryTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test to look at adding multiple directory types Roles are disabled by default
AddDirectoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
addDirectoryToXml(DirectoryImpl, Element) - Method in class com.atlassian.crowd.migration.DirectoryMapper
 
addDirectParentGroup(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Adds a direct parent group membership.
addDirectParentGroup(String, GroupEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
addDirectUser(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Adds user as direct member of group.
addDirectUser(String, UserEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
addDnToGroup(String, LDAPGroupWithAttributes) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
addEncoder(PasswordEncoder) - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
Hook to add encoders to the factory
addEncoder(PasswordEncoder) - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
addEntities(List<T>) - Method in class com.atlassian.crowd.migration.GenericMapper
Replicates a collection of Hiberanate persistable entities using the batch processor.
addEntity(Object) - Method in class com.atlassian.crowd.migration.GenericMapper
Replicates a Hiberanate persistable entity.
addEntityViaMerge(Object) - Method in class com.atlassian.crowd.migration.GenericMapper
Replicates a Hiberanate persistable entity.
addEntityViaSave(Object) - Method in class com.atlassian.crowd.migration.GenericMapper
Replicates a Hiberanate persistable entity.
addExistingEntities(Collection<T>) - Method in class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
addExistingEntity(T) - Method in class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
addExistingGroup(String) - Method in class com.atlassian.crowd.importer.model.Result
 
addExistingUser(String) - Method in class com.atlassian.crowd.importer.model.Result
 
addFailedEntities(Collection<T>) - Method in class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
addFailedEntities(Collection<T>) - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult.Builder
 
addFailedEntity(T) - Method in class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
addFailedEntity(T) - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult.Builder
 
addFailedGroupMembershipImport(MembershipDTO) - Method in class com.atlassian.crowd.importer.model.Result
 
addFailedUserMembershipImports(String, Collection<String>) - Method in class com.atlassian.crowd.importer.model.Result
 
addFailure(T) - Method in class com.atlassian.crowd.util.BatchResult
 
addFailures(Collection<? extends T>) - Method in class com.atlassian.crowd.util.BatchResult
 
addFilter(Filter) - Method in class com.atlassian.crowd.search.ldap.LDAPQuery
 
addGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
 
addGroup(String) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
AddGroup - Class in com.atlassian.crowd.console.action.group
 
AddGroup() - Constructor for class com.atlassian.crowd.console.action.group.AddGroup
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
addGroup(GroupTemplate) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Adds a group to the directory store.
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.Rfc2307
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
addGroup(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a group to the directory store.
addGroup(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
addGroup(Group) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
addGroup(Application, GroupTemplate) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
addGroup(Application, GroupTemplate) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Adds the group to ALL the active permissible directories.
addGroup(Application, GroupTemplate) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
addGroup(Application, GroupTemplate) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
addGroup(long, GroupTemplate) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds a Group to the directory specified by the passed in directoryId.
addGroup(long, GroupTemplate) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addGroup(GroupTemplate) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
addGroup(String, GroupEntity) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Adds a new group.
addGroup(GroupEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
Adds a new group.
AddGroup - Class in com.atlassian.crowd.security.demo.action.group
 
AddGroup() - Constructor for class com.atlassian.crowd.security.demo.action.group.AddGroup
 
addGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
addGroup(Group) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Adds a group to the remote Crowd server.
addGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.GroupManager
Adds group to the Crowd server.
addGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a group to the application's assigned directory.
addGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addGroup(AuthenticatedToken, SOAPGroup) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a group to the application's assigned directory.
addGroup(AuthenticatedToken, SOAPGroup) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addGroupFailedImport(String) - Method in class com.atlassian.crowd.importer.model.Result
 
addGroupMapping(long, long, String) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Adds a group mapping.
addGroupMapping(long, long, String) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
addGroupMapping(Application, Directory, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will add a group mapping for the given application + directory mapping.
addGroupMapping(Application, Directory, String) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
addGroupMapping(long, String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
addGroupMapping(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Adds a mapping to a new authorised group.
addGroupMembershipsForGroup(Group, Collection<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addGroupMembershipsImported(long) - Method in class com.atlassian.crowd.importer.model.Result
 
addGroups(Set<GroupTemplate>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
AddGroupTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Web acceptance test for the adding of a Group
AddGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
AddGroupTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
Because viewgrouptest.xml has both Internal and LDAP directories mapped, this will test adding/updating/removing for both major types.
AddGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
 
addGroupToDirectory() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
addGroupToGroup(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
addGroupToGroup(String, String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
addGroupToGroup(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Adds a group as a member of a parent group.
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
addGroupToGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a group as a member of a parent group.
addGroupToGroup(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
addGroupToGroup(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Adds group as a child of the (supposedly) parent group.
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
addGroupToGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
addGroupToGroup(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Makes groups matching the given name (childGroupName) direct members of the group (parentGroupName) across ALL active directories.
addGroupToGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
addGroupToGroup(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds an existing child group as direct member of an existing parent group in the directory specified by the passed in directoryId.
addGroupToGroup(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
addGroupToGroup(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Adds a group to a group.
addGroupToUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds the group to the user/group membership in cache
addGroupToUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addGroupToXml(InternalGroup, Set<InternalGroupAttribute>, Element) - Method in class com.atlassian.crowd.migration.GroupMapper
 
addIdReference(InternalDirectoryEntity) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.BatchResultWithIdReferences
 
addInvalidTokenError(Action, String) - Method in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
Add error to action in cases where token is required, but is missing or invalid.
addInviteUserToken() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
addIsUserOrGroup(String, Boolean) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Updates the cache with information if the specified name is a valid user or group
addIsUserOrGroup(String, Boolean) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addLocal(Group) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
addLocal(Group) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Add a new local group.
addLocalGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
addLocalGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.CachingDirectory
 
addLocalGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.InternalDirectory
 
addLocalGroup(GroupTemplate) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Adds a "local" group to the directory.
addMapping(String) - Method in class com.atlassian.crowd.openid.server.util.MappingResources
 
addMapping(String) - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
addMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
addMembership(String, String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Adds a user identified by userName to the group identified by groupName.
addMembershipToXml(InternalMembership, Element) - Method in class com.atlassian.crowd.migration.MembershipMapper
 
addMissingEntities(Collection<T>) - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult.Builder
 
addMissingEntity(T) - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult.Builder
 
addMonitor(RemoteDirectory) - Method in interface com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManager
Adds a monitor to a particular directory.
addMonitor(RemoteDirectory) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
addNewPopulatedProfile(User, String, Map<String, String>) - Method in interface com.atlassian.crowd.openid.server.manager.profile.ProfileManager
Adds a new profile based on attribute name/value pairs.
addNewPopulatedProfile(User, String, Map<String, String>) - Method in class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
addNewProfile(User, User, Locale, String) - Method in interface com.atlassian.crowd.openid.server.manager.profile.ProfileManager
Creates and adds a new profile to a given user.
addNewProfile(User, User, Locale, String) - Method in class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
addOptionalAttribute(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
Adds an optional attribute to the list of optional attributes.
addOrUpdateCachedGroup(Group) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addOrUpdateCachedGroup(Group) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
addOrUpdateCachedGroup(Group) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
addOrUpdateCachedGroups(List<? extends Group>, Date) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
addOrUpdateCachedGroups(List<? extends Group>, Date) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
addOrUpdateCachedUser(User) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addOrUpdateCachedUser(User) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
addOrUpdateCachedUser(User) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
addOrUpdateCachedUsers(List<? extends User>, Date) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
addOrUpdateCachedUsers(List<? extends User>, Date) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
Synchronises a list of Users from an external directory in the local cache.
addOrUpdateLdapUser(String) - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
Copies or updates a user in the internal directory from their counterpart in the LDAP directory.
addParameterPlaceholder(Object) - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
Creates a variable placeholder for a parameter
addPermission(Application, Directory, OperationType) - Method in interface com.atlassian.crowd.manager.permission.PermissionManager
Adds a permission for the given OperationType to an Application+Directory mapping.
addPermission(Directory, OperationType) - Method in interface com.atlassian.crowd.manager.permission.PermissionManager
 
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
 
addPoint(String, long) - Method in class com.atlassian.crowd.acceptance.utils.CsvLoadStatWriter
 
addPoint(String, long) - Method in interface com.atlassian.crowd.acceptance.utils.LoadStatWriter
 
addPoller(DirectoryPoller) - Method in class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
addPoller(DirectoryPoller) - Method in interface com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerManager
Adds a configured DirectoryPoller to the scheduler.
AddPrincipal - Class in com.atlassian.crowd.console.action.principal
 
AddPrincipal() - Constructor for class com.atlassian.crowd.console.action.principal.AddPrincipal
 
addPrincipal(SOAPPrincipal, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a principal to the application's assigned directory.
addPrincipal(SOAPPrincipal, PasswordCredential) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addPrincipal(AuthenticatedToken, SOAPPrincipal, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a principal to the application's assigned directory.
addPrincipal(AuthenticatedToken, SOAPPrincipal, PasswordCredential) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
AddPrincipalTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Web acceptance test for the adding of a Principal
AddPrincipalTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
addPrincipalToGroup(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a principal to a group for the application's assigned directory.
addPrincipalToGroup(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addPrincipalToGroup(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a principal to a group for the application's assigned directory.
addPrincipalToGroup(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addPrincipalToRole(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
addPrincipalToRole(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addPrincipalToRole(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds the principal to a role for the application's assigned directory.
addPrincipalToRole(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addProductLicense(String, String) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
addProfile(Profile) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
addProvider(AuthenticationProvider) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.DynamicProviderManager
 
addProvider(AuthenticationProvider) - Method in class com.atlassian.crowd.integration.soap.springsecurity.DynamicProviderManagerImpl
 
addProvider(AuthenticationProvider) - Method in interface com.atlassian.crowd.integration.springsecurity.DynamicProviderManager
 
addProvider(AuthenticationProvider) - Method in class com.atlassian.crowd.integration.springsecurity.DynamicProviderManagerImpl
 
addRemoteAddress(long, RemoteAddress) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Associates a remote address to the given application.
addRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
addRemoteAddress(Application, RemoteAddress) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will add a remote address to the current application
addRemoteAddress(Application, RemoteAddress) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
addRemoteAddress(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
addRemoteAddress(RemoteAddressEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
addRemoteAddress(long, RemoteAddressEntity) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Adds a remote address to the list of allowed addresses for the application.
addRemoteAddress(long, RemoteAddressEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Adds the remote address to the specified application.
addRequestHeader(String, String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Adds a request header for all subsequent requests.
addRequiredAttribute(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
Adds an attribute to the list of required attributes.
addResetPasswordToken() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
addResource(String) - Method in class com.atlassian.crowd.util.persistence.hibernate.TransparentConfiguration
Read mappings as a application resourceName (i.e.
AddressRestriction - Class in com.atlassian.crowd.openid.server.model.security
Records allowed or disallowed address patterns (depending on what Property.SERVER_TRUST_RESTRICTION_TYPE is set to) which can be configured by the administrator of the crowd-id server.
AddressRestriction() - Constructor for class com.atlassian.crowd.openid.server.model.security.AddressRestriction
 
AddressRestriction(String) - Constructor for class com.atlassian.crowd.openid.server.model.security.AddressRestriction
 
AddressRestrictionDAO - Interface in com.atlassian.crowd.openid.server.model.security
 
AddressRestrictionDAOHibernate - Class in com.atlassian.crowd.openid.server.model.security
 
AddressRestrictionDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAOHibernate
 
addResultTypes(PackageConfig.Builder, Element) - Static method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
addRole(SOAPRole) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
addRole(SOAPRole) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addRole(AuthenticatedToken, SOAPRole) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Deprecated. 
addRole(AuthenticatedToken, SOAPRole) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
addRPAddressRestriction(String) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
 
addRPAddressRestriction(String) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
addSecureMapping(String, String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapper
 
addSecureMapping(String, String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapperImpl
 
addSuccess(T) - Method in class com.atlassian.crowd.util.BatchResult
 
addSuccesses(Collection<? extends T>) - Method in class com.atlassian.crowd.util.BatchResult
 
addToAllGroupNamesCache(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
If we have a list of all groups, when we add one we should update the list.
addToAllGroupNamesCache(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addToAllUsers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds userName to the list of all users in the system.
addToAllUsers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addTrustedApplication(Application, RequestConditions) - Method in class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
addTrustedApplication(TrustedApplication) - Method in class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
addTrustedApplication(TrustedApplication) - Method in interface com.atlassian.crowd.trusted.TrustedApplicationStore
Store the current TrustedApplication.
addUser(String) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.directory.CachingDirectory
Adds a user with no special added logic.
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.CachingDirectory
Adds a user without modifying it, including storing its attributes.
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.directory.InternalDirectory
 
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.InternalDirectory
Adds a user and the following custom attributes: - RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time.
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
addUser(UserTemplate, PasswordCredential) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Adds a user to the directory store.
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.directory.Rfc2307
 
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.Rfc2307
 
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Adds a user to LDAP.
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Adds a user to LDAP.
addUser(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Deprecated.
addUser(UserWithAttributes, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a user to the directory store.
addUser(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
addUser(UserWithAttributes, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
addUser(UserWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
addUser(User, PasswordCredential) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
addUser(Application, UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
addUser(Application, UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
addUser(Application, UserTemplate, PasswordCredential) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
addUser(Application, UserTemplateWithAttributes, PasswordCredential) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Adds the user to the first permissible active directory.
addUser(Application, UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
addUser(Application, UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
addUser(Application, UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
addUser(Application, UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
addUser(long, UserTemplateWithAttributes, PasswordCredential) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds a UserWithAttributes to the directory specified by the passed in directoryId.
addUser(long, UserTemplate, PasswordCredential) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
addUser(long, UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addUser(long, UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addUser(UserTemplate, PasswordCredential) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
addUser(UserTemplateWithAttributes, PasswordCredential) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
addUser(String, UserEntity, Link) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Adds a new user.
addUser(UserEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Adds a new user.
AddUser - Class in com.atlassian.crowd.security.demo.action.user
 
AddUser() - Constructor for class com.atlassian.crowd.security.demo.action.user.AddUser
 
addUser(SOAPPrincipal, PasswordCredential) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
addUser(UserWithAttributes, PasswordCredential) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Adds a new User to the remote Crowd server and will attempt to add the attributes atomically, but for Crowd servers < v2.9.0 atomic attribute adding may not be supported.
addUser(User, PasswordCredential) - Method in interface com.atlassian.crowd.service.client.CrowdClient
addUser(SOAPPrincipal, PasswordCredential) - Method in interface com.atlassian.crowd.service.UserManager
Adds a user to Crowd.
addUserMembershipsForGroup(Group, Set<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addUsers(Set<UserTemplateWithCredentialAndAttributes>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addUsersFailedImport(String) - Method in class com.atlassian.crowd.importer.model.Result
 
AddUserTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
AddUserTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.AddUserTest
 
addUserToGroup(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
addUserToGroup(String, String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
addUserToGroup(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Adds a user as a member of a group.
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
addUserToGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds a user as a member of a group.
addUserToGroup(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
addUserToGroup(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Adds user as a member of group.
addUserToGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
addUserToGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
addUserToGroup(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Makes the primary user of the given username a direct member of the group on the directory where the primary user resides.
addUserToGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
addUserToGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
addUserToGroup(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds an existing user as a direct member of an existing group in the directory specified by the passed in directoryId.
addUserToGroup(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
addUserToGroup(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Adds a user to a group.
addUserToGroup(String, GroupEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Adds a user to a group.
addUserToGroup(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds the user to the user/group membership in cache
addUserToGroup(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addUserToGroup(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Adds a user to a group.
addUserToLocalGroup(String, String) - Method in class com.atlassian.crowd.directory.hybrid.LocalGroupHandler
 
addUserToXml(InternalUser, Collection<InternalUserAttribute>, Element) - Method in class com.atlassian.crowd.migration.UserMapper
 
addValidationFactor(StringBuilder, List<ValidationFactor>, String) - Method in class com.atlassian.crowd.manager.token.factory.TokenKeyGeneratorImpl
If it exists, adds the validation factor specified in factorName to the message.
ADMIN_CONTACT_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login administrator contact macro key.
ADMIN_EMAIL - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
ADMIN_EMAIL - Static variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
ADMIN_FULL_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
ADMIN_FULL_NAME - Static variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
ADMIN_GROUP - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
ADMIN_GROUP - Static variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
ADMIN_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
ADMIN_PASSWORD - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
ADMIN_PW - Static variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
ADMIN_PW - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
ADMIN_PW - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
ADMIN_PW - Static variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
ADMIN_USER - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
ADMIN_USER - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
ADMIN_USER - Static variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
AdminActionInterceptor - Class in com.atlassian.crowd.openid.server.interceptor
 
AdminActionInterceptor() - Constructor for class com.atlassian.crowd.openid.server.interceptor.AdminActionInterceptor
 
adminGroupChecker - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
adminGroupChecker - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
AdminGroupChecker - Class in com.atlassian.crowd.util
 
AdminGroupChecker(DirectoryManager, ApplicationManager, I18nHelper) - Constructor for class com.atlassian.crowd.util.AdminGroupChecker
 
Administer - Class in com.atlassian.crowd.console.action.admin
 
Administer() - Constructor for class com.atlassian.crowd.console.action.admin.Administer
 
AdminRequiredInterceptor - Class in com.atlassian.crowd.security
 
AdminRequiredInterceptor(UserService) - Constructor for class com.atlassian.crowd.security.AdminRequiredInterceptor
 
after() - Method in interface com.atlassian.crowd.acceptance.rest.RestServer
This method is called after each test is run, and it should free resources.
after() - Method in enum com.atlassian.crowd.acceptance.tests.rest.RestServerImpl
 
afterFind() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
 
afterFind() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchFinder
 
afterProcessBatch() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called after successfully processing each batch.
afterProcessBatch() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
afterProcessCollection() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called when processing the collection has completed successfully.
afterProcessCollection() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
afterProcessIndividual() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called after successully processing an item individually.
afterProcessIndividual() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
afterPropertiesSet() - Method in class com.atlassian.crowd.console.filter.LicenceFilter
 
afterPropertiesSet() - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
afterPropertiesSet() - Method in class com.atlassian.crowd.openid.server.util.MappingResources
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterPropertiesSet() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
Performs initialisation of the manager by loading the template SAML XML response and DSA keys from disk.
afterPropertiesSet() - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
afterPropertiesSet() - Method in class com.atlassian.crowd.service.soap.SafeXmlXFireExporter
 
afterPropertiesSet() - Method in class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
afterPropertiesSet() - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
Invoked by a BeanFactory after it has set all bean properties supplied (and satisfied BeanFactoryAware and ApplicationContextAware).
afterRestore(XMLRestoreFinishedEvent) - Method in class com.atlassian.sal.crowd.lifecycle.ApplicationReadyListener
 
afterRestore() - Method in class com.atlassian.sal.crowd.lifecycle.CrowdLifecycleManager
 
afterSetupComplete(SetupComplete) - Method in class com.atlassian.sal.crowd.lifecycle.ApplicationReadyListener
 
afterSetupComplete() - Method in class com.atlassian.sal.crowd.lifecycle.CrowdLifecycleManager
 
aggregate(AttributeMapper...) - Static method in class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
ALERT_BLUE - Static variable in class com.atlassian.crowd.console.action.BaseAction
 
ALERT_BLUE - Static variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
ALERT_GREEN - Static variable in class com.atlassian.crowd.console.action.BaseAction
 
ALERT_RED - Static variable in class com.atlassian.crowd.console.action.BaseAction
 
ALERT_RED - Static variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
ALERT_YELLOW - Static variable in class com.atlassian.crowd.console.action.BaseAction
 
ALERT_YELLOW - Static variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
Alias - Class in com.atlassian.crowd.model.alias
 
Alias(Long, Application, String, String) - Constructor for class com.atlassian.crowd.model.alias.Alias
 
Alias(Application, String, String) - Constructor for class com.atlassian.crowd.model.alias.Alias
 
alias() - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
ALIAS - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.AliasTermKeys
Alias for a user.
alias() - Static method in class com.atlassian.crowd.test.matchers.AliasMatcher
A matcher that matches any alias.
ALIAS_ALIASNAME - Static variable in class com.atlassian.crowd.migration.AliasMapper
 
ALIAS_APPLICATION_ID - Static variable in class com.atlassian.crowd.migration.AliasMapper
 
ALIAS_USERNAME - Static variable in class com.atlassian.crowd.migration.AliasMapper
 
ALIAS_XML_NODE - Static variable in class com.atlassian.crowd.migration.AliasMapper
 
ALIAS_XML_ROOT - Static variable in class com.atlassian.crowd.migration.AliasMapper
 
AliasAlreadyInUseException - Exception in com.atlassian.crowd.manager.application
Used to indicate that an alias is already by another application user.
AliasAlreadyInUseException(String, String, String) - Constructor for exception com.atlassian.crowd.manager.application.AliasAlreadyInUseException
 
AliasAlreadyInUseExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
AliasAlreadyInUseExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.AliasAlreadyInUseExceptionMapper
 
aliasCounter - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
AliasDAO - Interface in com.atlassian.crowd.dao.alias
Manages persistence of aliases.
AliasDAOHibernate - Class in com.atlassian.crowd.dao.alias
 
AliasDAOHibernate() - Constructor for class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
AliasDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.alias
 
AliasDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
aliases - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
AliasEvent - Class in com.atlassian.crowd.model.event
 
AliasingAwareTokenAuthenticationManager - Class in com.atlassian.crowd.manager.authentication
 
AliasingAwareTokenAuthenticationManager(TokenAuthenticationManager, ApplicationManager, AliasManager) - Constructor for class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
aliasingEnabled - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
aliasManager - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
AliasManager - Interface in com.atlassian.crowd.manager.application
API to manage application-specific user aliases.
AliasManagerImpl - Class in com.atlassian.crowd.manager.application
 
AliasManagerImpl(AliasDAO, ApplicationService, EventPublisher) - Constructor for class com.atlassian.crowd.manager.application.AliasManagerImpl
 
AliasMapper - Class in com.atlassian.crowd.migration
 
AliasMapper(SessionFactory, BatchProcessor, AliasDAOHibernate, ApplicationDAOHibernate) - Constructor for class com.atlassian.crowd.migration.AliasMapper
 
AliasMatcher - Class in com.atlassian.crowd.test.matchers
 
AliasMatcher(Matcher<String>, Matcher<String>, Matcher<Application>) - Constructor for class com.atlassian.crowd.test.matchers.AliasMatcher
 
AliasQuery - Class in com.atlassian.crowd.search.query.entity
 
AliasQuery(SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.AliasQuery
 
AliasResource - Class in com.atlassian.crowd.plugin.rest.service.resource.application
 
AliasResource(ApplicationController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
 
AliasResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
AliasResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
AliasResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
AliasTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
 
AliasTermKeys() - Constructor for class com.atlassian.crowd.search.query.entity.restriction.constants.AliasTermKeys
 
AliasTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
AliasTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
ALL_GROUP_PROPERTIES - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
ALL_REMOTE_GROUPS_QUERY - Static variable in class com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
 
ALL_RESULTS - Static variable in class com.atlassian.crowd.search.query.entity.EntityQuery
Flag to indicate that an EntityQuery should retrieve all results.
ALL_RESULTS - Static variable in class com.atlassian.crowd.security.demo.Constants
 
ALL_USER_PROPERTIES - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
allOf(SearchRestriction...) - Static method in class com.atlassian.crowd.search.builder.Combine
Returns an AND boolean search restriction where all of the search restrictions have to be satisfied.
allOf(Collection<SearchRestriction>) - Static method in class com.atlassian.crowd.search.builder.Combine
Returns an AND boolean search restriction where all of the search restrictions have to be satisfied.
ALLOW_ALL_TO_AUTHENTICATE_FOR_DIRECTORY - Static variable in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
allowAllToAuthenticate() - Method in class com.atlassian.crowd.pageobjects.ViewApplicationDirectoriesPage
 
AllowAuthentication - Class in com.atlassian.crowd.openid.server.action.secure.interaction
 
AllowAuthentication() - Constructor for class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
ALLOWED_OPERATIONS_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
allowedCondition1Keys() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
allowedTransform1Keys() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
allowRequest(User, long, OpenIDAuthRequest, boolean) - Method in interface com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManager
Process a request if the "allow" or "allow always" action is taken by the user when a site has requested authentication.
allowRequest(User, long, OpenIDAuthRequest, boolean) - Method in class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
 
AllPasswordsExpiredEvent - Class in com.atlassian.crowd.event.login
An event which is published after all passwords have been expired from a directory.
AllPasswordsExpiredEvent(Object, Directory) - Constructor for class com.atlassian.crowd.event.login.AllPasswordsExpiredEvent
 
AllPasswordsExpiredListener - Class in com.atlassian.crowd.event.listener
Invalidate all user sessions after all passwords have been expired from a director.
AllPasswordsExpiredListener(EventPublisher, TokenManager) - Constructor for class com.atlassian.crowd.event.listener.AllPasswordsExpiredListener
 
allPermissions() - Static method in enum com.atlassian.crowd.model.permission.UserPermission
Gets all the permissions.
AllTokensInvalidatedEvent - Class in com.atlassian.crowd.event.token
This event is triggered after invalidating all SSO Tokens.
AllTokensInvalidatedEvent(Object) - Constructor for class com.atlassian.crowd.event.token.AllTokensInvalidatedEvent
 
ALREADY_SETUP - Static variable in class com.atlassian.crowd.console.interceptor.SetupCheckInterceptor
 
AMPER - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
AMPER - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
AMPER - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
AMPER_AMPER - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
AMPER_AMPER - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
AMPER_AMPER - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
AND - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
AND - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
AND - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
and(String, int) - Static method in class com.atlassian.crowd.search.ldap.BitwiseFilter
Factory method
andExpression() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
andExpression_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.andExpression_return
 
ANIMALS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
ANON_PERMISSION_DENIED - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
AnonymousUserPermissionException - Exception in com.atlassian.crowd.manager.permission
Thrown when the user is not logged in but attempts to perform an action which requires an authenticated user.
AnonymousUserPermissionException(String) - Constructor for exception com.atlassian.crowd.manager.permission.AnonymousUserPermissionException
 
AnonymousUserPermissionExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
AnonymousUserPermissionExceptionMapper(I18nResolver) - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.AnonymousUserPermissionExceptionMapper
 
anyOf(SearchRestriction...) - Static method in class com.atlassian.crowd.search.builder.Combine
Returns an OR boolean search restriction where only one or more of the search restrictions have to be satisfied.
anyOf(Collection<SearchRestriction>) - Static method in class com.atlassian.crowd.search.builder.Combine
Returns an OR boolean search restriction where only one or more of the search restrictions have to be satisfied.
ApacheDS - Class in com.atlassian.crowd.directory
 
ApacheDS(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.ApacheDS
 
ApacheDS15 - Class in com.atlassian.crowd.directory
 
ApacheDS15(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.ApacheDS15
 
ApacheDSContextListener - Class in com.atlassian.crowd.apacheds
A Servlet context listener to start and stop ApacheDS.
ApacheDSContextListener() - Constructor for class com.atlassian.crowd.apacheds.ApacheDSContextListener
 
ApacheDSInfoServlet - Class in com.atlassian.crowd.apacheds
A servlet which displays the Root DSE of the embedded server.
ApacheDSInfoServlet() - Constructor for class com.atlassian.crowd.apacheds.ApacheDSInfoServlet
 
ApacheDSReplaceContentServlet - Class in com.atlassian.crowd.apacheds
A servlet to allow new LDIF to be posted.
ApacheDSReplaceContentServlet() - Constructor for class com.atlassian.crowd.apacheds.ApacheDSReplaceContentServlet
 
append(LoggingEvent) - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
Append to the current delegate Appender.
appendBooleanTermRestrictionAsHQL(HQLQuery, Entity, PropertyRestriction<Boolean>, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendComparableValueAsHQL(HQLQuery, PropertyRestriction) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendDateTermRestriction(HQLQuery, Entity, PropertyRestriction<? extends Date>, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendDirectoryPropertyAsHQL(HQLQuery, PropertyRestriction) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendEntityPropertyAsHQL(HQLQuery, Entity, PropertyRestriction, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendEnumTermRestrictionAsHQL(HQLQuery, Entity, PropertyRestriction<Enum>, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendFrom(CharSequence) - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
appendGroupPropertyAsHQL(HQLQuery, PropertyRestriction, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendGroupTypeRestrictionAsHQL(HQLQuery, GroupType) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendIsNullTermRestrictionAsHSQL(HQLQuery, Entity, PropertyRestriction<?>, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendMultiTermRestrictionAsHQL(HQLQuery, Entity, BooleanRestriction) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendOrderBy(CharSequence) - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
appendPropertyRestrictionAsHQL(HQLQuery, Entity, SearchRestriction, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendQueryAsHQL(EntityQuery, HQLQuery) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendSelect(CharSequence) - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
appendStringTermRestrictionAsHQL(HQLQuery, Entity, PropertyRestriction<String>, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendStringValueAsHQL(HQLQuery, PropertyRestriction<String>) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendTokenPropertyAsHQL(HQLQuery, PropertyRestriction) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendUserPropertyAsHQL(HQLQuery, PropertyRestriction, String) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
appendWhere(CharSequence) - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
AppleOpenDirectory - Class in com.atlassian.crowd.directory
Provides limited support for Apple's Open Directory.
AppleOpenDirectory(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.AppleOpenDirectory
 
Application - Interface in com.atlassian.crowd.model.application
An Application in Crowd.
application() - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
application() - Static method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
A matcher that matches any application.
application() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
APPLICATION_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_DIRECTORY_MAPPING - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_GROUP_MAPPING - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
APPLICATION_ID - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.AliasTermKeys
Application ID.
APPLICATION_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
APPLICATION_NAME - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for application name
APPLICATION_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_NAME_ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
 
APPLICATION_NAME_QUERY_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
 
APPLICATION_PASSWORD - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
APPLICATION_PASSWORD - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for application password
APPLICATION_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
APPLICATION_SESSION_CONFIGURATION_SETUP - Static variable in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
APPLICATION_SESSION_INACTIVE_INTERVAL_SECONDS - Static variable in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
 
APPLICATION_TOKEN_ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
 
APPLICATION_TOKEN_DIRECTORY_ID - Static variable in class com.atlassian.crowd.model.token.Token
Tokens are used for application clients and principals.
APPLICATION_XML_CREDENTIAL - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_DESCRIPTION - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_DIRECTORY_ALLOW_ALL - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_DIRECTORY_MAPPING - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_DIRECTORY_MAPPINGS - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_GROUP_MAPPING - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_GROUP_MAPPINGS - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_GROUP_NAME - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_NODE - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_NODE - Static variable in class com.atlassian.crowd.migration.legacy.ApplicationMapper
 
APPLICATION_XML_PERMISSION - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_PERMISSIONS - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_REMOTE_ADDRESS - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_REMOTE_ADDRESSES - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_ROOT - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
APPLICATION_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.ApplicationMapper
 
APPLICATION_XML_TYPE - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
ApplicationAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests
Generic ApplicationAcceptanceTestCase base class for all web acceptance tests.
ApplicationAcceptanceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
ApplicationAccessDeniedException - Exception in com.atlassian.crowd.exception
Thrown to indicate that a user does not have access to authenticate against an application.
ApplicationAccessDeniedException() - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException - Exception in com.atlassian.crowd.integration.exception
Thrown when a User does not have access to authenticate against application.
ApplicationAccessDeniedException() - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException - Exception in com.atlassian.crowd.manager.application
Thrown if user does not have access to a particular application and attempts to authenticate against it.
ApplicationAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.manager.application.ApplicationAccessDeniedException
 
ApplicationAccessDeniedExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationAccessDeniedExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAccessDeniedExceptionMapper
 
ApplicationAlreadyExistsException - Exception in com.atlassian.crowd.exception
Used to indicate that there exists an application with the same name as the one to be created.
ApplicationAlreadyExistsException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationAlreadyExistsException
 
ApplicationAlreadyExistsExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an ApplicationAlreadyExistsException to a Response.
ApplicationAlreadyExistsExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAlreadyExistsExceptionMapper
 
ApplicationAttributeConstants - Class in com.atlassian.crowd.model.application
Constants for attributes of an application.
ApplicationAuthenticatedEvent - Class in com.atlassian.crowd.event.application
 
ApplicationAuthenticatedEvent(Object, Application, Token) - Constructor for class com.atlassian.crowd.event.application.ApplicationAuthenticatedEvent
 
ApplicationAuthenticationContext - Class in com.atlassian.crowd.integration.authentication
The ApplicationAuthenticationContext is used to authenticate Applications.
ApplicationAuthenticationContext() - Constructor for class com.atlassian.crowd.integration.authentication.ApplicationAuthenticationContext
 
ApplicationAuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.integration.authentication.ApplicationAuthenticationContext
 
ApplicationAuthenticationContext - Class in com.atlassian.crowd.model.authentication
The ApplicationAuthenticationContext is used by authenticating applications.
ApplicationAuthenticationContext() - Constructor for class com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
 
ApplicationAuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.model.authentication.ApplicationAuthenticationContext
 
applicationAuthenticationContext - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
applicationAuthenticationURL - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
ApplicationBaseAction - Class in com.atlassian.crowd.console.action
Needed so application plugins can get the correct list of web-items without having to depend too heavily on the internals of the way Crowd lays out the page.
ApplicationBaseAction() - Constructor for class com.atlassian.crowd.console.action.ApplicationBaseAction
 
ApplicationConfiguration - Class in com.atlassian.crowd.console.action.application
Holder class for Application information collected during the 'Application Wizard'
ApplicationConfiguration() - Constructor for class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
ApplicationController - Class in com.atlassian.crowd.plugin.rest.service.controller
Controller for the Application resource.
ApplicationController(ApplicationManager, DirectoryManager, TrustedProxyManager, AliasManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
ApplicationDAO - Interface in com.atlassian.crowd.dao.application
Manages persistence of Application.
ApplicationDAOHibernate - Class in com.atlassian.crowd.dao.application
 
ApplicationDAOHibernate() - Constructor for class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
ApplicationDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.application
 
ApplicationDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
applicationDescription - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
ApplicationDirectoryAddedEvent - Class in com.atlassian.crowd.event.application
Event which occurs when a directory is added to an Application's list of included directories.
ApplicationDirectoryAddedEvent(Application, Directory) - Constructor for class com.atlassian.crowd.event.application.ApplicationDirectoryAddedEvent
 
ApplicationDirectoryOrderUpdatedEvent - Class in com.atlassian.crowd.event.application
Event which occurs when a directory is moved to another position in Application's list of included directories.
ApplicationDirectoryOrderUpdatedEvent(Application, Directory) - Constructor for class com.atlassian.crowd.event.application.ApplicationDirectoryOrderUpdatedEvent
 
ApplicationDirectoryRemovedEvent - Class in com.atlassian.crowd.event.application
Event which occurs when a directory is removed from an Application's list of included directories.
ApplicationDirectoryRemovedEvent(Application, Directory) - Constructor for class com.atlassian.crowd.event.application.ApplicationDirectoryRemovedEvent
 
ApplicationEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents an Application entity.
ApplicationEntity(Long, String, String, String, Boolean, PasswordEntity, Boolean, Boolean, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
ApplicationEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of ApplicationEntitys.
ApplicationEntityList(List<ApplicationEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
ApplicationEntityTranslator - Class in com.atlassian.crowd.plugin.rest.util
Translates between application related REST entities and com.atlassian.crowd.model classes.
ApplicationEntityTranslator.PasswordMode - Enum in com.atlassian.crowd.plugin.rest.util
 
ApplicationFactory - Interface in com.atlassian.crowd.embedded.api
Necessary evil as Crowd's Application is a concrete class.
ApplicationImpl - Class in com.atlassian.crowd.model.application
Implementation of Application (designed for use for Hibernate).
ApplicationImpl() - Constructor for class com.atlassian.crowd.model.application.ApplicationImpl
 
ApplicationImpl(String, long, ApplicationType, String, PasswordCredential, boolean, Map<String, String>, List<DirectoryMapping>, Set<RemoteAddress>, Set<Webhook>, Date, Date) - Constructor for class com.atlassian.crowd.model.application.ApplicationImpl
 
ApplicationImpl(InternalEntityTemplate) - Constructor for class com.atlassian.crowd.model.application.ApplicationImpl
Used for importing via XML migration.
applicationInError - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
ApplicationLinkUriHelper - Class in com.atlassian.crowd.plugin.rest.util
Helper for creating links and URIs.
applicationManager - Variable in class com.atlassian.crowd.console.action.BaseAction
 
ApplicationManager - Interface in com.atlassian.crowd.manager.application
Application management API.
applicationManager - Variable in class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
ApplicationManagerException - Exception in com.atlassian.crowd.manager.application
Represents an error attempting to modify application configuration.
ApplicationManagerException() - Constructor for exception com.atlassian.crowd.manager.application.ApplicationManagerException
 
ApplicationManagerException(String) - Constructor for exception com.atlassian.crowd.manager.application.ApplicationManagerException
 
ApplicationManagerException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.application.ApplicationManagerException
 
ApplicationManagerException(Throwable) - Constructor for exception com.atlassian.crowd.manager.application.ApplicationManagerException
 
ApplicationManagerExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an ApplicationManagerException to a Response.
ApplicationManagerExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationManagerExceptionMapper
 
ApplicationManagerGeneric - Class in com.atlassian.crowd.manager.application
 
ApplicationManagerGeneric(ApplicationDAO, PasswordEncoderFactory, EventPublisher) - Constructor for class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
ApplicationMapper - Class in com.atlassian.crowd.migration
This mapper will handle the mapping of a Application
ApplicationMapper(SessionFactory, BatchProcessor, ApplicationManager, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.ApplicationMapper
 
ApplicationMapper - Class in com.atlassian.crowd.migration.legacy
 
ApplicationMapper(SessionFactory, BatchProcessor, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.ApplicationMapper
 
ApplicationMapper - Class in com.atlassian.crowd.migration.legacy.database
 
ApplicationMapper(SessionFactory, BatchProcessor, JdbcOperations, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.database.ApplicationMapper
 
ApplicationMatcher - Class in com.atlassian.crowd.test.matchers
 
applicationName - Variable in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
 
applicationName - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
applicationNamed(String) - Static method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
A matcher that matches an application with the given name.
ApplicationNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when an application is not found.
ApplicationNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application name.
ApplicationNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application name and cause.
ApplicationNotFoundException(Long) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application id.
ApplicationNotFoundException(Long, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationNotFoundException
Constructs a new application not found exception with an application id and cause.
ApplicationNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationNotFoundExceptionMapper
 
applicationPassword - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
ApplicationPermissionException - Exception in com.atlassian.crowd.exception
Thrown to indicate that an Application does not have the required permission to perform the operation.
ApplicationPermissionException() - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException - Exception in com.atlassian.crowd.integration.exception
This is Exception is thrown if an Application does not have a required permission.
ApplicationPermissionException() - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationPermissionExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationPermissionExceptionMapper
 
ApplicationPluginCondition - Class in com.atlassian.crowd.plugin.web.conditions
Returns true if the Application is of type ApplicationType.PLUGIN
ApplicationPluginCondition() - Constructor for class com.atlassian.crowd.plugin.web.conditions.ApplicationPluginCondition
 
ApplicationPluginPermissioningTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.plugin
 
ApplicationPluginPermissioningTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
ApplicationQuery - Class in com.atlassian.crowd.search.query.entity
 
ApplicationQuery(SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.ApplicationQuery
 
ApplicationReadyEvent - Class in com.atlassian.crowd.event.application
This event is fired when the application has started and is ready.
ApplicationReadyEvent(Object) - Constructor for class com.atlassian.crowd.event.application.ApplicationReadyEvent
 
ApplicationReadyListener - Class in com.atlassian.sal.crowd.lifecycle
Listens to ApplicationStartedEvent and XMLRestoreFinishedEvent and notifies lifecycle manager.
ApplicationReadyListener(CrowdLifecycleManager) - Constructor for class com.atlassian.sal.crowd.lifecycle.ApplicationReadyListener
 
ApplicationRemoteAddressAddedEvent - Class in com.atlassian.crowd.event.application
Event which occurs when a RemoteAddress is added to an Application's list of allowed remote addresses.
ApplicationRemoteAddressAddedEvent(Application, RemoteAddress) - Constructor for class com.atlassian.crowd.event.application.ApplicationRemoteAddressAddedEvent
 
ApplicationRemoteAddressListener - Class in com.atlassian.crowd.event.listener
Listens to events affecting the Application's list of permitted remote addresses.
ApplicationRemoteAddressListener() - Constructor for class com.atlassian.crowd.event.listener.ApplicationRemoteAddressListener
 
ApplicationRemoteAddressRemovedEvent - Class in com.atlassian.crowd.event.application
Event which occurs when a RemoteAddress is removed from an Application's list of allowed remote addresses.
ApplicationRemoteAddressRemovedEvent(Application, RemoteAddress) - Constructor for class com.atlassian.crowd.event.application.ApplicationRemoteAddressRemovedEvent
 
ApplicationRemoteAddressValidator - Interface in com.atlassian.crowd.manager.validation
Decides if a client address is authorised to connect as a given application.
ApplicationRemoteAddressValidatorImpl - Class in com.atlassian.crowd.manager.validation
Validates a connection attempt based on whether the client address matches the set of allowed remote addresses of the application.
ApplicationRemoteAddressValidatorImpl() - Constructor for class com.atlassian.crowd.manager.validation.ApplicationRemoteAddressValidatorImpl
 
ApplicationResource - Class in com.atlassian.crowd.plugin.rest.service.resource.application
Represents an Application resource.
ApplicationResource(ApplicationController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
 
ApplicationResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Tests for the Application resource
ApplicationResourceTest() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
applications - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
Applications - Class in com.atlassian.crowd.model.application
Utility class for Application
applicationService - Variable in class com.atlassian.crowd.console.action.BaseAction
 
ApplicationService - Interface in com.atlassian.crowd.manager.application
The exposed service provided by Crowd to client applications.
applicationService - Variable in class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
applicationService - Variable in class com.atlassian.crowd.service.AbstractUserService
 
ApplicationServiceGeneric - Class in com.atlassian.crowd.manager.application
 
ApplicationServiceGeneric(DirectoryManager, SearchStrategyFactory, PermissionManager, EventPublisher, EventStore, WebhookRegistry, AvatarProvider) - Constructor for class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
ApplicationServiceIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.manager.application
Integration tests for ApplicationService with Hibernate.
ApplicationServiceIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
ApplicationTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
 
ApplicationTermKeys() - Constructor for class com.atlassian.crowd.search.query.entity.restriction.constants.ApplicationTermKeys
 
applicationToken - Variable in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
ApplicationType - Enum in com.atlassian.crowd.model.application
Represents the type of an application.
ApplicationUpdatedEvent - Class in com.atlassian.crowd.event.application
Occurs when the configuration of an application changes.
ApplicationUpdatedEvent(Application) - Constructor for class com.atlassian.crowd.event.application.ApplicationUpdatedEvent
 
apply(File) - Method in class com.atlassian.crowd.manager.backup.FileToTimestampTransformer
 
applyDecorator(Page, Decorator, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.console.filter.SitemeshPageFilter
 
applySyncingGroupAttributes(String, Set<String>, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
applySyncingGroupAttributes(String, Set<String>, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
applySyncingGroupAttributes(String, Set<String>, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
Removes any syncing group attributes listed in deletedAttributes, and store any that are listed in storedAttributes If any non-syncing attributes are included, they will be ignored
applySyncingUserAttributes(String, Set<String>, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
applySyncingUserAttributes(String, Set<String>, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
applySyncingUserAttributes(String, Set<String>, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
Removes any syncing user attributes listed in deletedAttributes, and store any that are listed in storedAttributes If any non-syncing attributes are included, they will be ignored
AppManagementWadlResource - Class in com.atlassian.crowd.plugin.rest.service.resource.application
Duplicated from com.sun.jersey.server.impl.wadl.WadlResource as atlassian-rest filter blocks access to application.wadl resulting in a 401 unauthorized exception.
AppManagementWadlResource() - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.application.AppManagementWadlResource
 
ApprovalWhitelist - Class in com.atlassian.crowd.openid.server.manager.site
A set of approved URLs.
ApprovalWhitelist() - Constructor for class com.atlassian.crowd.openid.server.manager.site.ApprovalWhitelist
 
AppServerFriendlySchemaLdifExtractor - Class in com.atlassian.crowd.apacheds
DefaultSchemaLdifExtractor makes assumptions about java.class.path.
AppServerFriendlySchemaLdifExtractor(File) - Constructor for class com.atlassian.crowd.apacheds.AppServerFriendlySchemaLdifExtractor
 
ArrayAssertions - Class in com.atlassian.crowd.acceptance.utils
 
ArrayAssertions() - Constructor for class com.atlassian.crowd.acceptance.utils.ArrayAssertions
 
ASAP_ISSUER - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the ASAP issuer (required when Constants.AUTHENTICATION_METHOD is set to asap).
ASAP_ISSUER_ATTRIBUTE - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for ASAP issuer
ASAP_KEY_IDENTIFIER - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the ASAP key identifier (required when Constants.AUTHENTICATION_METHOD is set to asap).
ASAP_KEY_IDENTIFIER_ATTRIBUTE - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for ASAP key identifier
ASAP_SUBJECT_REQUIRED - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for whether or not the subject should be sent as part of the ASAP JWT claim (optional).
asapIssuer - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
asapKeyIdentifier - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
AsapRestExecutor - Class in com.atlassian.crowd.integration.rest.service
Specialises RestExecutor for ASAP.
asapSubjectRequired - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
asHQL(long, MembershipQuery) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
Translates a membership query into a HQLQuery.
asHQL(EntityQuery) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
Translates an entity query into a HQLQuery.
asHQL(long, EntityQuery) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
Translates an entity query into a HQLQuery.
asLDAPFilter(EntityQuery, LDAPPropertiesMapper) - Method in interface com.atlassian.crowd.search.ldap.LDAPQueryTranslater
 
asLDAPFilter(EntityQuery, LDAPPropertiesMapper) - Method in class com.atlassian.crowd.search.ldap.LDAPQueryTranslaterImpl
 
asLdapGroupName(String, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Convenience method to convert group DN to LdapName, throwing a GNFE with the supplied group name if unable to construct the LdapName.
asLdapName(String, String, Class<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
This method is required to wrap DN's into LdapNames as spring-ldap doesn't correctly handle operations with String dn arguments.
asLdapUserName(String, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Convenience method to convert user DN to LdapName, throwing a GNFE with the supplied user name if unable to construct the LdapName.
assertApplicationTables() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
assertAtClientLoginPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
assertAtClientProfilePage(String, String, String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
assertAtLoginForm() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertAtServerAllowDenyPage(String, String, String, String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
assertAtServerLoginPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
assertContainsElements(String[], String...) - Static method in class com.atlassian.crowd.acceptance.utils.ArrayAssertions
 
assertContainsExactly(List<? extends SOAPEntity>, String...) - Static method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
assertDirectoryTables() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
assertElementIsDisabled(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Assert that a given element's disabled attribute is set with value = 'disabled'.
assertErrorNotPresent() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page does not contain an error, as when an exception has occurred.
assertErrorPresent() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page does contain an error, as when an exception has occurred.
assertErrorPresentWithKey(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page does contain an error and that it also contains the text of the key.
assertFieldErrorPresentWithKey(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page does contain a field error that contains the text of the key, as when a validation error occurs in a form.
assertGroupsEqual(Group, Group) - Static method in class com.atlassian.crowd.test.util.ModelAssertions
 
assertGroupTables() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
assertInfoPresent() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page contains an info box
assertIsLoggedIn() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertIsLoggedIn() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
assertIsLoggedOut() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertKeyInElement(String, String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Assert that a given element contains a specific web resource's value.
assertKeyPresent(String, String...) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
Assert that a web resource's value is present.
assertKeyPresent(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Assert that a web resource's value is present.
assertKeyPresent(String, List) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Assert that a web resource's value is present.
assertKeyPresent(String, String...) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
assertKeyPresentOnce(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Checks that the text of a given key only occurs once on the page, such as validation error messages
assertLinkPresentWithKey(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Assert that a link containing the text of the key is present.
assertLoggedInToCrowd() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
assertLoggedInToGoogle() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
assertMatchInTableBody(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertMembershipTables() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
assertNoMatchInTableBody(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertNotLoggedInToCrowd() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
assertNotLoggedInToGoogle() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
assertPropertyTables() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
assertServerResponseContains(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Ensures the server's response (HTTP header + body) contains a string.
assertServerResponseDoesNotContain(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Ensures the server's response (HTTP header + body) dos not contain a string.
assertSuccessPresent() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page contains a success message
assertTextPresent(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
assertTextPresent(String, boolean) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Assert that supplied text is present.
assertUnescapedKeyNotPresent(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertUnescapedKeyPresent(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertUserInTable(String, String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertUserInTable(String, String, String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertUserNotInTable(String, String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
assertUsersAndGroupsFromOUNotPresent(String) - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
assertUsersAndGroupsFromOUPresent(String) - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
assertUsersEqual(User, User) - Static method in class com.atlassian.crowd.test.util.ModelAssertions
 
assertUsersWithAttributesEqual(UserWithAttributes, UserWithAttributes) - Static method in class com.atlassian.crowd.test.util.ModelAssertions
 
assertUserTables() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
assertWarningAndErrorNotPresent() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
assertWarningNotPresent() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Makes sure the page doesn't contain a warning, as when an exception has occurred.
AssociationCache - Interface in com.atlassian.crowd.openid.server.provider.association
Association-specific cache which also supports generating unique identifiers which have not been used before in the lifetime of the cache (via AssociationCache.nextId()).
AssociationStringMapFormat - Class in com.atlassian.crowd.openid.server.provider.association
Serialises and de-serialises Association objects as maps of String to Strings.
AssociationStringMapFormat() - Constructor for class com.atlassian.crowd.openid.server.provider.association.AssociationStringMapFormat
 
asTimeString(Date) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts the given Date object to a String using.
asTimeString(Date) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts the given Date object to a String using.
asXml(Iterable<? extends Membership>) - Method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
 
ATLASSIAN_SECURITY_ENCODER - Static variable in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
 
ATLASSIAN_SHA1_KEY - Static variable in class com.atlassian.crowd.password.encoder.AtlassianSHA1PasswordEncoder
 
AtlassianImporter - Class in com.atlassian.crowd.console.action.dataimport
This action handles the importing of all Atlassian products into Crowd
AtlassianImporter() - Constructor for class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
AtlassianSchedulerBackupScheduler - Class in com.atlassian.crowd.manager.backup
Atlassian Scheduler specific implementation of BackupScheduler
AtlassianSchedulerBackupScheduler(SchedulerService, PropertyManager, BackupManager, EventPublisher, BackupFileStore) - Constructor for class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
AtlassianSchedulerDirectoryPollerManager - Class in com.atlassian.crowd.manager.directory.monitor.poller
Implementation of DirectoryPollerManager that uses Atlassian Scheduler
AtlassianSchedulerDirectoryPollerManager(SchedulerService) - Constructor for class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
AtlassianSecurityPasswordEncoder - Class in com.atlassian.crowd.password.encoder
This class is responsible for encoding and validating passwords using Atlassian Password Encoder from Atlassian Security project, while also validating passwords encoded in Atlassian SHA1 format in order to be backwards compatible.
AtlassianSecurityPasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.AtlassianSecurityPasswordEncoder
 
AtlassianSHA1PasswordEncoder - Class in com.atlassian.crowd.password.encoder
The Atlassian implementation of the SHA-1 password encoder, based on the OSUser implementation.
AtlassianSHA1PasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.AtlassianSHA1PasswordEncoder
 
atLeast(long) - Static method in class com.atlassian.crowd.util.BoundedCount
Create a BoundedCount that is at-least as big as a given number.
Attribute - Class in com.atlassian.crowd.openid.server.model.profile.attribute
Attributes are essentially entries in a Map<String,String> (such as "First name"->"John"), and they make up the actual content of a Profile which is sent over to an open id client.
Attribute() - Constructor for class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
Attribute(String, String) - Constructor for class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
Creates an attribute with the createdDate and updatedDate set to now.
ATTRIBUTE_CREATE_USER_ON_AUTH - Static variable in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC2307MemberUidMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangedMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangeOffsetMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectGUIDMapper
Object GUID attribute name.
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectSIDMapper
Object SID attribute name.
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.PrimaryGroupIdMapper
Primary Group ID attribute name.
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.RFC2307GidNumberMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.user.MemberOfOverlayMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlMapper
 
ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.ldap.mapper.attribute.USNChangedMapper
USN Changed attribute name.
ATTRIBUTE_KEY_AGGREGATE_MEMBERSHIPS - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
Key of attribute indicating whether memberships are aggregated across mapped directories.
ATTRIBUTE_KEY_ALIASING_ENABLED - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
Key of attribute indicating whether aliasing is enabled for the application.
ATTRIBUTE_KEY_APPLICATION_URL - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
Key of attribute storing the value of the Application URL.
ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
Key of attribute indicating whether the application password has been encoded with the Atlassian SHA1 algorithm.
ATTRIBUTE_KEY_AUTO_ADD_GROUPS - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
ATTRIBUTE_KEY_CACHE_CLASS - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
ATTRIBUTE_KEY_CACHE_MAX_ELEMENTS_IN_MEMORY - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
ATTRIBUTE_KEY_IMPORT_GROUPS - Static variable in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
ATTRIBUTE_KEY_LOCAL_USER_STATUS - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
Key to decide whether we support local user status for a given LDAP directory.
ATTRIBUTE_KEY_LOWER_CASE_OUTPUT - Static variable in class com.atlassian.crowd.model.application.ApplicationAttributeConstants
Key of attribute indicating whether the user and group names returned should be in lowercase.
ATTRIBUTE_KEY_POLLING_INTERVAL - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
ATTRIBUTE_KEY_USE_CACHING - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
ATTRIBUTE_KEY_USE_CACHING constant used to live in DirectoryImpl, but is not used in production any more
ATTRIBUTE_KEY_USE_CACHING - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
ATTRIBUTE_KEY_USE_MONITORING - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
ATTRIBUTE_KEY_USE_MONITORING constant used to live in DirectoryImpl, but is not used in production any more
ATTRIBUTE_KEY_USE_MONITORING - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
ATTRIBUTE_KEY_USE_NESTED_GROUPS - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
ATTRIBUTE_KEY_USE_PRIMARY_GROUP - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
ATTRIBUTE_KEY_USER_ATTRIBUTES_SYNC_ENABLED - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
Key to decide whether synchronisable user attributes should be synchronised between the remote directory and the local cache.
ATTRIBUTE_KEY_USER_ENCRYPTION_METHOD - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
ATTRIBUTE_LDAP_DIRECTORY_CLASS - Static variable in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
ATTRIBUTE_PASSWORD_COMPLEXITY_MESSAGE - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
ATTRIBUTE_PASSWORD_HISTORY_COUNT - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
ATTRIBUTE_PASSWORD_MAX_ATTEMPTS - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
ATTRIBUTE_PASSWORD_MAX_CHANGE_TIME - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
ATTRIBUTE_PASSWORD_MINIMUM_LENGTH - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
The minimum length a password can have for users in this directory, stored as a non-negative integer
ATTRIBUTE_PASSWORD_MINIMUM_SCORE - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
The minimum password score allowed for new passwords for users in this directory, stored as PasswordScore.getRanking().
ATTRIBUTE_PASSWORD_REGEX - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
ATTRIBUTE_UPDATE_USER_ON_AUTH - Static variable in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
ATTRIBUTE_USER_ENCRYPTION_METHOD - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
AttributeDAO - Interface in com.atlassian.crowd.openid.server.model.profile.attribute
 
AttributeDAOHibernate - Class in com.atlassian.crowd.openid.server.model.profile.attribute
 
AttributeDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.profile.attribute.AttributeDAOHibernate
 
AttributeEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a single-valued attribute.
AttributeEntity(String, String, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
Constructs a new AttributeEntity.
AttributeEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of AttributeEntitys.
AttributeEntityList(List<AttributeEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
attributeListToMap(List<Map<String, String>>) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
attributeListToMultiAttributeMap(List<Map<String, String>>) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
AttributeMapper - Interface in com.atlassian.crowd.directory.ldap.mapper.attribute
Maps a single attribute for an entity from an LDAP DirContextAdapter to a set of string values.
AttributeMapper(String, String) - Constructor for class com.atlassian.crowd.migration.legacy.database.DatabaseMapper.AttributeMapper
 
AttributePredicates - Class in com.atlassian.crowd.attribute
 
attributes - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
attributes - Variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
attributes - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
Attributes - Interface in com.atlassian.crowd.embedded.api
Represents attributes that can be associated to users and groups.
attributes - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The entity attributes.
ATTRIBUTES_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.GroupEntityExpander
 
ATTRIBUTES_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.UserEntity
Name of the attributes field.
ATTRIBUTES_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
ATTRIBUTES_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
attributesListToMap(Set<T>) - Method in class com.atlassian.crowd.model.InternalAttributesHelper
 
AttributesMatcher<E extends Attributes> - Class in com.atlassian.crowd.test.matchers
Matcher for any Crowd entity with attributes.
AttributeToContextCallbackHandler<T> - Class in com.atlassian.crowd.directory.ldap.mapper
Modified by Atlassian From Spring LDAP 2.0.2.RELEASE
AttributeToContextCallbackHandler(ContextMapper<T>) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.AttributeToContextCallbackHandler
 
AttributeValueProcessor - Interface in com.atlassian.crowd.directory.ldap.util
Code copied from: http://jira.springframework.org/browse/LDAP-176 To fix: http://jira.atlassian.com/browse/CWD-1445
AttributeValuesHolder - Class in com.atlassian.crowd.directory
Concrete implementation of Attributes interface.
AttributeValuesHolder(Map<String, String>) - Constructor for class com.atlassian.crowd.directory.AttributeValuesHolder
 
AUDIENCE - Static variable in class com.atlassian.crowd.integration.rest.service.AsapRestExecutor
 
AuthAction - Enum in com.atlassian.crowd.openid.server.model.record
An action which a user took when they were confronted by a "should site X be able to access your details" UI.
authAppSOAPResponse - Variable in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
In addition to the normal authentication behaviour, following a successful authentication the following may occur: If the user does not exist in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_CREATE_USER_ON_AUTH is enabled, the user's details will be added to the internal directory. If the user exists in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_UPDATE_USER_ON_AUTH is enabled, the user's details will be updated in the internal directory. If the user exists in the internal directory and DelegatedAuthenticationDirectory.ATTRIBUTE_UPDATE_USER_ON_AUTH is enabled and the username was changed in remote directory, the user's name will be updated in the internal directory. A user marked as inactive locally will not be authenticated, retrieved, renamed or updated from the LDAP server.
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
authenticate(String, PasswordCredential) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Authenticates a user with the directory store.
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
authenticate(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Authenticates a user with the given credential.
authenticate(String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Authenticates the user based on provided credentials.
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Authenticate a remote user using SSO.
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
authenticate(Principal, String) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
Override the super method, always return true so that authentication is not called twice when a user logs in.
authenticate(Authentication) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Performs authentication with the same contract as org.springframework.security.AuthenticationManager#authenticate(org.springframework.security.Authentication).
authenticate(String, String, ValidationFactor[]) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Authenticate a remote user and return the Crowd SSO token string.
authenticate(Authentication) - Method in class com.atlassian.crowd.integration.soap.springsecurity.DynamicProviderManagerImpl
 
authenticate(String, String, ValidationFactor[]) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
authenticate(Authentication) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Performs authentication with the same contract as org.springframework.security.AuthenticationManager#authenticate(org.springframework.security.Authentication).
authenticate(String, String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Authenticate a remote user and return the Crowd SSO token string.
authenticate(Authentication) - Method in class com.atlassian.crowd.integration.springsecurity.DynamicProviderManagerImpl
 
authenticate(String, String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
authenticate(Application, PasswordCredential) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Takes an application, which contains a hashed credential, and compares that to a hash of the supplied testCredential.
authenticate(Application, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
authenticate(String, PasswordCredential) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
authenticate(String, String, ValidationFactor[]) - Method in class com.atlassian.crowd.plugin.application.springsecurity.LocalCrowdAuthenticationProvider
 
authenticate(String, String) - Method in class com.atlassian.crowd.service.AbstractUserService
 
authenticate(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Authenticate a user.
authenticate(String, String) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Authenticates a user, using just a username and password.
authenticate(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
authenticate(String, String) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
authenticate(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
authenticate(String, String) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
authenticate() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticate the client using the application name and password from crowd.properties.
authenticate() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
authenticate(String, String) - Method in interface com.atlassian.crowd.service.UserService
Given a username and password, this method checks, whether or not the provided user can be authenticated
authenticate(String, String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
authenticateAndUpdateInternalUser(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
Authenticates user and ensures that internal directory contains the authenticated user.
authenticateApplication(ApplicationAuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
authenticateApplication(ApplicationAuthenticationContext, TokenLifetime) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Authenticates an application and generates an authentication token.
authenticateApplication(ApplicationAuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
authenticateApplication(ApplicationAuthenticationContext) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates an application client to the Crowd security server.
authenticateApplication(ApplicationAuthenticationContext) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
AuthenticateApplicationProxy() - Constructor for class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
authenticateApplicationWithoutValidatingPassword(ApplicationAuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
authenticateApplicationWithoutValidatingPassword(ApplicationAuthenticationContext, TokenLifetime) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Authenticates an application and generates an authentication token, ignoring the credentials.
authenticateApplicationWithoutValidatingPassword(ApplicationAuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
authenticateCrowdSSO(CrowdSSOAuthenticationToken) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Attempts to authenticate based on an existing Crowd token and validation factors from a HttpServletRequest.
authenticateCrowdSSO(CrowdSSOAuthenticationToken) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Attempts to authenticate based on an existing Crowd token and validation factors from a HttpServletRequest.
authenticated(Principal) - Static method in class com.atlassian.crowd.integration.AuthenticationState
Create successful authentication state containing a user.
authenticated() - Static method in class com.atlassian.crowd.integration.AuthenticationState
 
authenticated - Variable in class com.atlassian.crowd.security.demo.action.BaseAction
 
AUTHENTICATED_PRINCIPAL_SESSION_KEY - Static variable in class com.atlassian.crowd.openid.client.action.BaseAction
 
AUTHENTICATED_PRINCIPAL_SESSION_KEY - Static variable in class com.atlassian.crowd.openid.client.filter.VerifyOpenIDAuthenticationFilter
 
AuthenticatedApplicationUtil - Class in com.atlassian.crowd.plugin.rest.service.util
Utility for setting and retrieving the application name and token from the HttpServletRequest.
AuthenticatedToken - Class in com.atlassian.crowd.integration.authentication
An authentication token maps the valid authentication.
AuthenticatedToken() - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Default constructor.
AuthenticatedToken(String, String) - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
AuthenticatedToken - Class in com.atlassian.crowd.model.authentication
An authentication token maps the valid authentication.
AuthenticatedToken() - Constructor for class com.atlassian.crowd.model.authentication.AuthenticatedToken
Default constructor.
AuthenticatedToken(String, String) - Constructor for class com.atlassian.crowd.model.authentication.AuthenticatedToken
 
AuthenticatedUserProvider - Interface in com.atlassian.crowd.manager.authentication
 
authenticatedUserProvider - Variable in class com.atlassian.crowd.service.AbstractUserService
 
AuthenticatedUserProviderSpringSecurity - Class in com.atlassian.crowd.manager.authentication
 
AuthenticatedUserProviderSpringSecurity() - Constructor for class com.atlassian.crowd.manager.authentication.AuthenticatedUserProviderSpringSecurity
 
AuthenticatedUserUtil - Class in com.atlassian.crowd.plugin.rest.service.util
Utility for setting and retrieving the authenticated user's name from the HttpServletRequest.
authenticatePrincipal(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticates a principal who is in the application's assigned directory.
authenticatePrincipal(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
authenticatePrincipal(AuthenticatedToken, UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates a principal verses the calling who is in the application's assigned directory.
authenticatePrincipal(AuthenticatedToken, UserAuthenticationContext) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
authenticatePrincipalSimple(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticates a principal without SSO details utilizing centralized authentication only.
authenticatePrincipalSimple(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
authenticatePrincipalSimple(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates a principal without SSO details utilizing centralized authentication only.
authenticatePrincipalSimple(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
authenticateRequest(OpenIDAuthRequest, HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.openid.client.consumer.CrowdConsumer
Makes a request to an OpenIDProvider to authenticate a particular identifier.
authenticateRequest(OpenIDAuthRequest, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.client.consumer.OpenID4JavaConsumer
Make authentication request to the OpenID Provider.
authenticateSSOUser(UserAuthenticationContext) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
authenticateSSOUser(UserAuthenticationContext, long) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
authenticateSSOUser(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Authenticates a Single-Sign-On (SSO) User.
authenticateSSOUser(UserAuthenticationContext, long) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Authenticates a Single-Sign-On (SSO) User.
authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Authenticates a Single-Sign-On (SSO) User without validating password.
authenticateUser(String, String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Authenticate a user with the specified username and password against the 'crowd' application.
authenticateUser(String, String, String, String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Authenticate a user with the specified username and password.
authenticateUser(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
authenticateUser(Application, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
authenticateUser(Application, String, PasswordCredential) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Will attempt to authenticate the given user against the application.
authenticateUser(Application, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
authenticateUser(Application, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
authenticateUser(UserAuthenticationContext) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
authenticateUser(UserAuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
authenticateUser(UserAuthenticationContext, TokenLifetime) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Authenticates a user and and generates an authentication token.
authenticateUser(UserAuthenticationContext) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Deprecated.
This method exists to maintain the API for old clients. It creates a token with the default lifetime.
authenticateUser(UserAuthenticationContext, boolean, boolean, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
authenticateUser(UserAuthenticationContext) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
Deprecated.
authenticateUser(UserAuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
authenticateUser(long, String, PasswordCredential) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
 
authenticateUser(long, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
authenticateUser(String, String, PasswordEntity, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.AuthenticationController
Authenticates the user with the given username and password.
authenticateUser(String, String, String, TokenLifetime, Collection<ValidationFactorEntity>, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Authenticates a user for the given application.
authenticateUser(String, PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AuthenticationResource
Authenticates a user.
authenticateUser(AuthenticationContextEntity, boolean, long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
Authenticates a user against the application and returns a Crowd SSO token.
authenticateUser(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Authenticates a user with the server.
authenticateUsernamePassword(UsernamePasswordAuthenticationToken) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Attempts to authenticate a login request based on username (principal), password (credentials), and (optional) ValidationFactor[]s (details).
authenticateUsernamePassword(UsernamePasswordAuthenticationToken) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Attempts to authenticate a login request based on username (principal), password (credentials), and (optional) ValidationFactor[]s (details).
authenticateUserWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
authenticateUserWithoutValidatingPassword(UserAuthenticationContext) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Feigns the authentication process for a user and creates a token for the authentication without validating the password.
authenticateUserWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
authenticateUserWithoutValidatingPassword(String, String, Collection<ValidationFactorEntity>, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Feigns the authentication process for a user and creates a token for the authentication without validating the password.
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Authenticates the user without validating password.
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Authenticate a remote user using SSO, without validating their password.
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
authenticateWithoutValidatingPassword(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Authenticate a user without validating their password.
authenticateWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
authenticateWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
AUTHENTICATION_METHOD - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the authentication method (optional).
AUTHENTICATION_METHOD_ATTRIBUTE - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for the authentication method (AuthenticationMethod).
AUTHENTICATION_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
AuthenticationContext - Class in com.atlassian.crowd.integration.authentication
Minimal information necessary when authenticating with the Crowd server.
AuthenticationContext() - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
AuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
AuthenticationContext - Class in com.atlassian.crowd.model.authentication
Minimal information necessary when authenticating with the Crowd server.
AuthenticationContext() - Constructor for class com.atlassian.crowd.model.authentication.AuthenticationContext
 
AuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.model.authentication.AuthenticationContext
 
AuthenticationContextEntity - Class in com.atlassian.crowd.integration.rest.entity
REST version of an AuthenticationContext.
AuthenticationContextEntity(String, String, ValidationFactorEntityList) - Constructor for class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
AuthenticationContextEntity - Class in com.atlassian.crowd.plugin.rest.entity
REST version of an AuthenticationContext.
AuthenticationContextEntity(String, String, ValidationFactorEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AuthenticationContextEntity
 
AuthenticationController - Class in com.atlassian.crowd.plugin.rest.service.controller
User authentication controller.
AuthenticationController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.AuthenticationController
 
authenticationError(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationListener
 
authenticationError(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.crowd.auth.CrowdAuthenticationListener
 
authenticationFailure(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationListener
 
authenticationFailure(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.crowd.auth.CrowdAuthenticationListener
 
authenticationManager - Variable in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
authenticationManager - Variable in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
AuthenticationManager - Interface in com.atlassian.crowd.service
Used by applications that only need user authentication and validation services.
authenticationMethod - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
AuthenticationMethod - Enum in com.atlassian.crowd.service.client
Authentication methods known to the Rest Crowd Client.
authenticationNotAttempted(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationListener
 
authenticationNotAttempted(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.crowd.auth.CrowdAuthenticationListener
 
authenticationRequestFailsWhenRealmDoesNotMatchReturnToUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
authenticationRequestPassesWhenRealmIsProvidedAndMatchesReturnToUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
authenticationRequestProvidesPromptForUserAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
authenticationRequestRedirectedAsGetProvidesPromptForUserAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
The request from the user agent may be a POST or a GET, so test the GET case.
AuthenticationResource - Class in com.atlassian.crowd.plugin.rest.service.resource
User Authentication Resource.
AuthenticationResource(AuthenticationController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.AuthenticationResource
 
AuthenticationResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Note that this test class is reused in JIRA via inheritance.
AuthenticationResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Constructs a test case with the given name.
AuthenticationResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Constructs a test case with the given name, using the given RestServer.
AuthenticationState - Class in com.atlassian.crowd.integration
This class holds authentication state.
authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationListener
 
authenticationSuccess(Authenticator.Result, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.sal.crowd.auth.CrowdAuthenticationListener
 
AuthenticationTokenTest - Class in com.atlassian.crowd.acceptance.tests.client
 
AuthenticationTokenTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
authenticationUrl(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.filter.AuthenticationUrlProvider
 
authenticationUrl(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
Override this to alter the destination of the redirect to the authentication page.
authenticationUrl(HttpServletRequest) - Method in class com.atlassian.crowd.openid.server.filter.OpenIDServerAuthenticationUrlProvider
 
AuthenticationUrlProvider - Interface in com.atlassian.crowd.integration.http.filter
 
AuthenticatorUserCache - Interface in com.atlassian.crowd.service
Interface that CacheAwareCrowdHttpAuthenticator calls when it want's to ensure a user exists in the cache.
authorisedToAccessCrowdAdminConsole(DirectoryMapping, Long, String) - Method in class com.atlassian.crowd.console.action.BaseAction
 
authorisedToAccessCrowdConsole(Long, String) - Method in class com.atlassian.crowd.console.action.BaseAction
 
AuthRecord - Class in com.atlassian.crowd.openid.server.model.record
Provides an audit trail of the logins which each user has allowed.
AuthRecord() - Constructor for class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
AuthRecord(User, Site, AuthAction) - Constructor for class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
AuthRecordDAO - Interface in com.atlassian.crowd.openid.server.model.record
 
AuthRecordDAOHibernate - Class in com.atlassian.crowd.openid.server.model.record
 
AuthRecordDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.record.AuthRecordDAOHibernate
 
AuthRecordManager - Interface in com.atlassian.crowd.openid.server.manager.record
 
AuthRecordManagerGeneric - Class in com.atlassian.crowd.openid.server.manager.record
 
AuthRecordManagerGeneric(AuthRecordDAO) - Constructor for class com.atlassian.crowd.openid.server.manager.record.AuthRecordManagerGeneric
 
AUTO_ADD_GROUPS_SEPARATOR - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
AUTO_GROUPS_ADDED - Static variable in class com.atlassian.crowd.core.event.listener.AutoGroupAdderListener
 
autoAllowRequest(User, OpenIDAuthRequest) - Method in interface com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManager
Processes a request if the "allow_always" flag has been set for the requesting site.
autoAllowRequest(User, OpenIDAuthRequest) - Method in class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
 
AutoGroupAdderListener - Class in com.atlassian.crowd.core.event.listener
 
AutoGroupAdderListener(DirectoryManager) - Constructor for class com.atlassian.crowd.core.event.listener.AutoGroupAdderListener
 
AutoGroupAdderTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
AutoGroupAdderTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
AutoGroupCreatedEvent - Class in com.atlassian.crowd.event.group
Group was automatically created.
AutoGroupCreatedEvent(Object, Directory, Group) - Constructor for class com.atlassian.crowd.event.group.AutoGroupCreatedEvent
 
AutoGroupMembershipCreatedEvent - Class in com.atlassian.crowd.event.group
 
AutoGroupMembershipCreatedEvent(Object, Directory, String, String, MembershipType) - Constructor for class com.atlassian.crowd.event.group.AutoGroupMembershipCreatedEvent
 
AutoGroupMembershipDeletedEvent - Class in com.atlassian.crowd.event.group
 
AutoGroupMembershipDeletedEvent(Object, Directory, String, String, MembershipType) - Constructor for class com.atlassian.crowd.event.group.AutoGroupMembershipDeletedEvent
 
AUTOMATED_BACKUP_FILENAME_FORMAT - Static variable in interface com.atlassian.crowd.manager.backup.BackupFileConstants
 
AUTOMATED_BACKUP_FILENAME_PATTERN - Static variable in interface com.atlassian.crowd.manager.backup.BackupFileConstants
 
AutoUserCreatedEvent - Class in com.atlassian.crowd.event.user
User was automatically created.
AutoUserCreatedEvent(Object, Directory, User) - Constructor for class com.atlassian.crowd.event.user.AutoUserCreatedEvent
 
AutoUserUpdatedEvent - Class in com.atlassian.crowd.event.user
User was automatically updated.
AutoUserUpdatedEvent(Object, Directory, User, User) - Constructor for class com.atlassian.crowd.event.user.AutoUserUpdatedEvent
 
availableDirectoryTypes - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
availableImportTypes - Variable in class com.atlassian.crowd.console.action.dataimport.ImportType
 
avatarMapper() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
Return a JpegPhotoContextMapper; assume for now that all avatars are stored as JPEG files.
avatarMapper() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
AvatarProvider - Interface in com.atlassian.crowd.manager.avatar
 
AvatarReference - Interface in com.atlassian.crowd.manager.avatar
A directory may represent avatars as references to URLs or as binary blobs.
AvatarReference.BlobAvatar - Class in com.atlassian.crowd.manager.avatar
An image represented as a blob of bytes along with a content type.
AvatarReference.UriAvatarReference - Class in com.atlassian.crowd.manager.avatar
A reference to an avatar available through a user's browser.

B

Backup - Class in com.atlassian.crowd.console.action.admin
 
Backup() - Constructor for class com.atlassian.crowd.console.action.admin.Backup
 
backup(String, boolean) - Method in interface com.atlassian.crowd.manager.backup.BackupManager
Perform an XML export of crowd, as well as of the directory configuration.
backup(String, boolean) - Method in class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
backupAndRetrieveXPath(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
BackupFileConstants - Interface in com.atlassian.crowd.manager.backup
Various constants related to backup file names
BackupFileStore - Interface in com.atlassian.crowd.manager.backup
Service to deal with access to backup files
BackupJobRunner - Class in com.atlassian.crowd.manager.backup
JobRunner to perform an export
BackupJobRunner(BackupManager, BackupFileStore) - Constructor for class com.atlassian.crowd.manager.backup.BackupJobRunner
 
BackupManager - Interface in com.atlassian.crowd.manager.backup
Service to deal with with backups
BackupRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
BackupRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
BACKUPS_LOCATION - Static variable in class com.atlassian.crowd.CrowdConstants.CrowdHome
 
BackupScheduler - Interface in com.atlassian.crowd.manager.backup
Service to handle the scheduling of automated backup.
BackupSummary - Class in com.atlassian.crowd.manager.backup
Summary of automated backup files.
BackupSummary(int, Date, Date) - Constructor for class com.atlassian.crowd.manager.backup.BackupSummary
 
BackupTest - Class in com.atlassian.crowd.acceptance.tests.administration
 
BackupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.administration.BackupTest
 
BADGERS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
BANG - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
BANG - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
BANG - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
BASE_URL - Static variable in class com.atlassian.crowd.openid.server.model.property.Property
Server Property: The server base URL, ie http://openid.atlassian.com/
BaseAction - Class in com.atlassian.crowd.console.action
 
BaseAction() - Constructor for class com.atlassian.crowd.console.action.BaseAction
 
BaseAction - Class in com.atlassian.crowd.openid.client.action
Superclass for WebWork actions.
BaseAction() - Constructor for class com.atlassian.crowd.openid.client.action.BaseAction
 
BaseAction - Class in com.atlassian.crowd.openid.server.action
 
BaseAction() - Constructor for class com.atlassian.crowd.openid.server.action.BaseAction
 
BaseAction - Class in com.atlassian.crowd.security.demo.action
 
BaseAction() - Constructor for class com.atlassian.crowd.security.demo.action.BaseAction
 
BaseAddApplicationAction - Class in com.atlassian.crowd.console.action.application
 
BaseAddApplicationAction() - Constructor for class com.atlassian.crowd.console.action.application.BaseAddApplicationAction
 
BaseCsvImporter - Class in com.atlassian.crowd.console.action.dataimport
 
BaseCsvImporter() - Constructor for class com.atlassian.crowd.console.action.dataimport.BaseCsvImporter
 
BaseDirectoryImporter - Class in com.atlassian.crowd.console.action.dataimport
 
BaseDirectoryImporter() - Constructor for class com.atlassian.crowd.console.action.dataimport.BaseDirectoryImporter
 
baseDN - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
BaseImporter - Class in com.atlassian.crowd.console.action.dataimport
 
BaseImporter() - Constructor for class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
BaseLegacyXmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
BaseLegacyXmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
BaseProgressStepAction - Class in com.atlassian.crowd.console.action
 
BaseProgressStepAction() - Constructor for class com.atlassian.crowd.console.action.BaseProgressStepAction
 
BaseResourceLocator - Class in com.atlassian.crowd.service.client
Abstract class with a few methods that will help locate a given resource
BaseResourceLocator(String) - Constructor for class com.atlassian.crowd.service.client.BaseResourceLocator
 
BaseSetupAction - Class in com.atlassian.crowd.console.action.setup
 
BaseSetupAction() - Constructor for class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
baseUrl - Variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
baseUrl(HttpServletRequest) - Static method in class com.atlassian.crowd.openid.server.action.BaseAction
 
baseURL - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
baseUrlFor(String) - Method in class com.atlassian.crowd.acceptance.tests.BaseUrlFromProperties
 
BaseUrlFromProperties - Class in com.atlassian.crowd.acceptance.tests
Get a test application's base URL from a properties file, with overrides from system properties.
BaseUrlFromProperties(Properties) - Constructor for class com.atlassian.crowd.acceptance.tests.BaseUrlFromProperties
 
BaseUrlFromProperties() - Constructor for class com.atlassian.crowd.acceptance.tests.BaseUrlFromProperties
 
BaseUrlLocator - Class in com.atlassian.crowd.web
Utility class that returns the base URL of the running Crowd/Horde server.
BaseUrlLocator() - Constructor for class com.atlassian.crowd.web.BaseUrlLocator
 
BaseUserAction - Class in com.atlassian.crowd.console.action.user
 
BaseUserAction() - Constructor for class com.atlassian.crowd.console.action.user.BaseUserAction
 
BasicApplicationAuthenticationFilter - Class in com.atlassian.crowd.plugin.rest.filter
Implementation of HTTP Basic Authentication such that all invocations to the filter must be authenticated with a valid application name and corresponding password.
BasicApplicationAuthenticationFilter(ApplicationManager, ClientValidationManager, TokenAuthenticationManager) - Constructor for class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
BasicAuthenticationHelper - Class in com.atlassian.crowd.plugin.rest.filter
A collection of methods that help implementing HTTP basic auth for end users and applications.
BasicAuthenticationHelper.Credentials - Class in com.atlassian.crowd.plugin.rest.filter
 
BasicAuthFilter - Class in com.atlassian.crowd.acceptance.tests.rest
This exists because the HTTPBasicAuthFilter shipped with Jersey 1.0.3 adds "" padding before encoding, which confuses the Spring Basic Auth filter.
BasicAuthFilter(String, String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.BasicAuthFilter
Creates a new HTTP Basic Authentication filter with the provided username and password.
BasicAuthRestExecutor - Class in com.atlassian.crowd.integration.rest.service
 
BasicCache - Interface in com.atlassian.crowd.service.cache
Non-domain-specific methods
BasicUserAuthenticationFilter - Class in com.atlassian.crowd.plugin.rest.filter
Implementation of HTTP Basic Authentication such that all invocations to the filter must be authenticated with a valid admin username and corresponding password.
BasicUserAuthenticationFilter(UserManager) - Constructor for class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
BatchFinder - Interface in com.atlassian.crowd.util.persistence.hibernate.batch
Performs a named query against crowd data with the ability to split up the related IN clause.
batchFinder - Variable in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
BatchProcessor<S> - Interface in com.atlassian.crowd.util.persistence.hibernate.batch
Threadsafe batch processor.
batchProcessor - Variable in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
BatchResult<T> - Class in com.atlassian.crowd.util
A batch mutation operation result representing the collection of entities that were successfully processed and the collection of entities that failed processing.
BatchResult(int) - Constructor for class com.atlassian.crowd.util.BatchResult
 
BatchResultWithIdReferences<T> - Class in com.atlassian.crowd.util.persistence.hibernate.batch
Batch result that stores ID references of all the directory entities that were successfully processed by the batch.
BatchResultWithIdReferences(int) - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.BatchResultWithIdReferences
 
BCryptPasswordEncoder - Class in com.atlassian.crowd.password.encoder
 
BCryptPasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.BCryptPasswordEncoder
 
BCryptPasswordEncoder(int, SecureRandom) - Constructor for class com.atlassian.crowd.password.encoder.BCryptPasswordEncoder
 
before() - Method in interface com.atlassian.crowd.acceptance.rest.RestServer
This method is called before each test is run, and it should reset the server in a predictable state.
before() - Method in enum com.atlassian.crowd.acceptance.tests.rest.RestServerImpl
 
before(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
 
beforeFind() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
 
beforeFind() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchFinder
 
BeforeGroupRemoval - Interface in com.atlassian.crowd.manager.directory
Allows actions to be taken before groups are removed by the directory manager on Application or Directory DAOs.
beforeProcessBatch() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called before processing each batch.
beforeProcessBatch() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
beforeProcessCollection() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called before the collection is processed into a batch.
beforeProcessCollection() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
beforeProcessIndividual() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called before processing an individual item.
beforeProcessIndividual() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
beforeRemoveGroup(long, String) - Method in interface com.atlassian.crowd.manager.directory.BeforeGroupRemoval
 
beforeRemoveGroup(long, String) - Method in class com.atlassian.crowd.manager.directory.NoopBeforeGroupRemoval
 
beforeRemoveGroup(long, String) - Method in class com.atlassian.crowd.manager.permission.RemoveGrantedPermissionsFromGroup
 
bind(Name, Object, Attributes) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
binder - Variable in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
BIRDS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
BitwiseFilter - Class in com.atlassian.crowd.search.ldap
Implements a bitwise filter for Active Directory attributes.
BlobAvatar(String, byte[]) - Constructor for class com.atlassian.crowd.manager.avatar.AvatarReference.BlobAvatar
 
BlockOpenSocialRequestFilter - Class in com.atlassian.crowd.security
Specialized filter to block OpenSocial requests specifically made by the Apache Shindig OpenSocial implementation.
BlockOpenSocialRequestFilter() - Constructor for class com.atlassian.crowd.security.BlockOpenSocialRequestFilter
 
BlockOpenSocialRequestFilterAcceptanceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
BlockOpenSocialRequestFilterAcceptanceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
BlockOpenSocialRequestFilterAcceptanceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
BODY - Static variable in class com.atlassian.crowd.plugin.DecoratorAttributes
 
BooleanRestriction - Interface in com.atlassian.crowd.search.query.entity.restriction
A boolean search restriction.
BooleanRestriction.BooleanLogic - Enum in com.atlassian.crowd.search.query.entity.restriction
 
BooleanRestrictionEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a boolean restriction entity.
BooleanRestrictionEntity(String, Collection<SearchRestrictionEntity>) - Constructor for class com.atlassian.crowd.integration.rest.entity.BooleanRestrictionEntity
Creates a new instance of BooleanRestrictionEntity.
BooleanRestrictionEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a boolean restriction entity.
BooleanRestrictionEntity(String, Collection<SearchRestrictionEntity>) - Constructor for class com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
Creates a new instance of BooleanRestrictionEntity.
BooleanRestrictionImpl - Class in com.atlassian.crowd.search.query.entity.restriction
 
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic, SearchRestriction...) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic, Collection<SearchRestriction>) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
BooleanStringUserType - Class in com.atlassian.crowd.util.persistence.hibernate
Boolean implementation that allows us to store Booleans as "true" and "false".
BooleanStringUserType() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.BooleanStringUserType
 
booleanTermRestrictionAsFilter(EntityDescriptor, PropertyRestriction<Boolean>, LDAPPropertiesMapper) - Method in class com.atlassian.crowd.search.ldap.ActiveDirectoryQueryTranslaterImpl
 
booleanTermRestrictionAsFilter(EntityDescriptor, PropertyRestriction<Boolean>, LDAPPropertiesMapper) - Method in class com.atlassian.crowd.search.ldap.LDAPQueryTranslaterImpl
 
BooleanTypeDescriptor - Class in com.atlassian.crowd.util.persistence.hibernate
An AbstractTypeDescriptor which maps Java Boolean values to String values containing either "true" or "false".
BooleanTypeDescriptor() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.BooleanTypeDescriptor
 
BootstrapAwareObjectFactory - Class in com.atlassian.crowd.plugin.descriptors.webwork
A SpringObjectFactory that is aware that Crowd's ApplicationContext can change after bootstrapping.
BootstrapAwareObjectFactory(ServletContext) - Constructor for class com.atlassian.crowd.plugin.descriptors.webwork.BootstrapAwareObjectFactory
 
BootstrapContextInitialisedEvent - Class in com.atlassian.crowd.console.event
An event indicating that the bootstrap context has been initialised.
BootstrapContextInitialisedEvent(Object) - Constructor for class com.atlassian.crowd.console.event.BootstrapContextInitialisedEvent
Create a new ApplicationEvent.
BootstrapLoaderListener - Class in com.atlassian.crowd.console.listener
Represents basic added dependencies for the initialization of the web-app context for Crowd.
BootstrapLoaderListener() - Constructor for class com.atlassian.crowd.console.listener.BootstrapLoaderListener
 
BootstrapLoaderListener - Class in com.atlassian.crowd.openid.server.bootstrap
Represents basic added dependencies for the initialization of the web-app context for the Crowd OpenID server.
BootstrapLoaderListener() - Constructor for class com.atlassian.crowd.openid.server.bootstrap.BootstrapLoaderListener
 
BoundedCount - Class in com.atlassian.crowd.util
A possibly approximate count of the number of elements in a collection.
BrowseApplications - Class in com.atlassian.crowd.console.action.application
 
BrowseApplications() - Constructor for class com.atlassian.crowd.console.action.application.BrowseApplications
 
BrowseApplicationSessions - Class in com.atlassian.crowd.console.action.session
 
BrowseApplicationSessions() - Constructor for class com.atlassian.crowd.console.action.session.BrowseApplicationSessions
 
BrowseApplicationsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
BrowseApplicationsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseApplicationsTest
 
BrowseDirectories - Class in com.atlassian.crowd.console.action.directory
 
BrowseDirectories() - Constructor for class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
BrowseDirectories.DirectoryForDisplay - Class in com.atlassian.crowd.console.action.directory
 
BrowseDirectoriesTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
BrowseDirectoriesTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
BrowseGroups - Class in com.atlassian.crowd.console.action.group
 
BrowseGroups() - Constructor for class com.atlassian.crowd.console.action.group.BrowseGroups
 
BrowseGroups - Class in com.atlassian.crowd.security.demo.action.group
 
BrowseGroups() - Constructor for class com.atlassian.crowd.security.demo.action.group.BrowseGroups
 
BrowseGroupsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test the searching of groups
BrowseGroupsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
BrowsePrincipals - Class in com.atlassian.crowd.console.action.principal
 
BrowsePrincipals() - Constructor for class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
BrowsePrincipalSessions - Class in com.atlassian.crowd.console.action.session
 
BrowsePrincipalSessions() - Constructor for class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
BrowsePrincipalSessionsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
BrowsePrincipalSessionsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalSessionsTest
 
BrowsePrincipalsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test the searching of principals
BrowsePrincipalsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
BrowseUsers - Class in com.atlassian.crowd.security.demo.action.user
 
BrowseUsers() - Constructor for class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
BS - Static variable in class com.atlassian.crowd.directory.ldap.util.GuidHelper
 
BSLASH - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
BSLASH - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
BSLASH - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
build() - Method in class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
build() - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult.Builder
 
build() - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
Builds the new ImmutableApplication.
build(String, String, Map<String, String>, Map<String, ResultConfig>, List<InterceptorMapping>, List<? extends ExceptionMappingConfig>, String) - Static method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareActionConfig
 
BUILD_DATE - Static variable in class com.atlassian.crowd.util.build.BuildUtils
Build Date as String.
BUILD_NUMBER - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: The current build number for Crowd.
BUILD_NUMBER - Static variable in class com.atlassian.crowd.util.build.BuildUtils
Build Number.
BUILD_VERSION - Static variable in class com.atlassian.crowd.util.build.BuildUtils
Build Version.
buildAction(String, String, ActionConfig, Map<String, Object>) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareActionFactory
 
buildApplicationLink(URI, Long) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the Link to the Application resource.
buildApplicationsUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the list of all Applications resource.
buildApplicationUri(URI, Long) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application resource.
buildBean(Class, Map<String, Object>) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.BootstrapAwareObjectFactory
 
buildBean(String, Map<String, Object>, boolean) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.BootstrapAwareObjectFactory
 
buildDirectChildGroupUri(URI, String, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the group direct child group resource.
buildDirectoryConfiguration() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
buildDirectoryConfiguration() - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
buildDirectoryConfiguration() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
buildDirectoryMappingsUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application directory mappings resource.
buildDirectoryMappingUri(URI, long) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application directory mapping resource.
buildDirectParentGroupOfUserUri(URI, String, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the direct group parent of a user resource.
buildDirectParentGroupUri(URI, String, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the group direct parent group resource.
buildDirectUserGroupUri(URI, String, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the group direct user group resource.
buildEntityAttributeListUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the entity attribute list resource.
buildEntityAttributeUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the entity attribute resource.
Builder() - Constructor for class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
Builder() - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
Builder() - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
 
builder(long) - Static method in class com.atlassian.crowd.manager.directory.BulkAddResult
 
Builder(long) - Constructor for class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
builder(long) - Static method in class com.atlassian.crowd.manager.directory.BulkRemoveResult
 
Builder(long) - Constructor for class com.atlassian.crowd.manager.directory.BulkRemoveResult.Builder
 
builder(String, ApplicationType) - Static method in class com.atlassian.crowd.model.application.ImmutableApplication
Constructs a new builder for an ImmutableApplication.
builder(Application) - Static method in class com.atlassian.crowd.model.application.ImmutableApplication
Constructs a new builder for an ImmutableApplication with the fields initialised to application.
Builder(String, ApplicationType) - Constructor for class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
Builder(Application) - Constructor for class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
Builder(long, String, String, long, String) - Constructor for class com.atlassian.crowd.model.token.Token.Builder
 
Builder(Token) - Constructor for class com.atlassian.crowd.model.token.Token.Builder
 
buildGroupLink(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the Link to the Group resource.
buildGroupUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the Group resource.
buildInterceptorList(Element, PackageConfig.Builder) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
buildPackageContext(Element, Configuration) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
buildPasswordUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the application password resource.
buildPermissionFromXml(Element, Application) - Method in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
buildRemoteAddressesUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application Remote Addresses resource.
buildRemoteAddressUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application Remote Address resource.
buildRemoteAddressUri(URI, long, String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application Remote Address resource.
buildResults(Element, PackageConfig.Builder) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
buildRuntimeConfiguration() - Method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareConfiguration
 
buildSampleGroupMapping(File) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
buildSampleUserMapping(File) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
buildSessionFactory(LocalSessionFactoryBuilder) - Method in class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
buildSessionLink(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the link to the session resource.
buildSessionUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the session resource.
buildTestConnectionAttributes() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
buildTestConnectionAttributes() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
buildUserAttributeMap(SOAPPrincipal) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
buildUserLink(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the Link to the User resource looking up by username.
buildUserPasswordUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the user password resource.
buildUserUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the URI to the User resource looking up by username.
BuildUtils - Class in com.atlassian.crowd.util.build
Build constants.
BuildUtils() - Constructor for class com.atlassian.crowd.util.build.BuildUtils
 
buildXmlFromPermission(InternalGrantedPermission) - Method in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
BulkAddFailedException - Exception in com.atlassian.crowd.exception
Thrown to indicate that a bulk add operation has failed.
BulkAddFailedException(Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.exception.BulkAddFailedException
 
BulkAddFailedException(String, Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.exception.BulkAddFailedException
 
BulkAddFailedException(String, Set<String>, Set<String>, Throwable) - Constructor for exception com.atlassian.crowd.exception.BulkAddFailedException
 
BulkAddFailedException - Exception in com.atlassian.crowd.integration.exception
An exception that is raised when the Bulk Creation of users failed.
BulkAddFailedException() - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddFailedException(Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddFailedException(String, Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddFailedException(String, Set<String>, Set<String>, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddResult<T> - Class in com.atlassian.crowd.manager.directory
Represents the results from an 'addAll' operation.
BulkAddResult.Builder<T> - Class in com.atlassian.crowd.manager.directory
 
BulkRemoveResult<T> - Class in com.atlassian.crowd.manager.directory
Represents the results from a 'removeAll' operation.
BulkRemoveResult.Builder<T> - Class in com.atlassian.crowd.manager.directory
 
BundledPluginLoaderFactory - Class in com.atlassian.crowd.plugin.factory
Responsible for loading bundled plugins that are stored in "atlassian-bundled-plugins.zip" on the root of the classpath, or, the jars from the crowd-home/bundled-plugins directory.
BundledPluginLoaderFactory(PluginDirectoryLocator, List<PluginFactory>, PluginEventManager, String) - Constructor for class com.atlassian.crowd.plugin.factory.BundledPluginLoaderFactory
 

C

CACHE_CONFIGURATION - Static variable in class com.atlassian.crowd.integration.Constants
 
CACHE_ENABLED - Static variable in class com.atlassian.crowd.directory.DirectoryProperties
Key to specify whether the db caching should be enabled.
CACHE_ENABLED - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Cache enabled.
CACHE_FOREVER - Static variable in class com.atlassian.crowd.plugin.rest.service.util.CacheControl
Provides a cacheControl with a 1 year limit.
CACHE_SYNCHRONISE_INTERVAL - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for the interval in seconds when the local cache should be synchronised with the remote directory.
CACHE_TIME - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Cache time.
CacheableDirectoryInstanceLoader - Class in com.atlassian.crowd.directory.loader
Caches the underlying remote directory base by id.
CacheableDirectoryInstanceLoader(DelegatingDirectoryInstanceLoader, EventPublisher, CacheFactory) - Constructor for class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
cacheAllGroupNames(List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds, or if it already exists, replaces the list of all group names.
cacheAllGroupNames(List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAllMembers(String, List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Cache a list of all users in this group.
cacheAllMembers(String, List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAllMemberships(String, List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Cache a list of all groups this user belongs to.
cacheAllMemberships(String, List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAllUserNames(List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds a list of all users, or if one already exists, replaces it.
cacheAllUserNames(List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAncestorsForGroups(Map<String, Set<String>>) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Cache a map of group name to ancestor group names.
cacheAncestorsForGroups(Map<String, Set<String>>) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
CacheAwareAuthenticationManager - Class in com.atlassian.crowd.service.cache
This class provides a version of the AuthenticationManager interface that, will ensure that if the authentication is successful, the user will exist in the cache.
CacheAwareAuthenticationManager(SecurityServerClient, UserManager) - Constructor for class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
CacheAwareCrowdHttpAuthenticator - Class in com.atlassian.crowd.integration.http
CacheAwareCrowdHttpAuthenticator ensures that a user exists in the cache when a user is retrieved from the server or is authenticated.
CacheAwareCrowdHttpAuthenticator(CrowdHttpAuthenticator, AuthenticatorUserCache) - Constructor for class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
CacheBackedAssociationStore - Class in com.atlassian.crowd.openid.server.provider.association
 
CacheBackedAssociationStore(AssociationCache) - Constructor for class com.atlassian.crowd.openid.server.provider.association.CacheBackedAssociationStore
 
CacheControl - Class in com.atlassian.crowd.plugin.rest.service.util
Contains some static definitions for caching that may be useful to REST endpoints
CacheControl() - Constructor for class com.atlassian.crowd.plugin.rest.service.util.CacheControl
 
CachedApplicationRemoteAddressValidator - Class in com.atlassian.crowd.manager.validation
Caches the result of validating the application remote address.
CachedApplicationRemoteAddressValidator(PropertyManager, InetAddressCacheUtil, ApplicationRemoteAddressValidator) - Constructor for class com.atlassian.crowd.manager.validation.CachedApplicationRemoteAddressValidator
 
cacheEnabled - Variable in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
CacheExpiryManager - Interface in com.atlassian.crowd.service.cache
Allows access to 'meta' cache functionality.
CacheExpiryManagerImpl - Class in com.atlassian.crowd.service.cache
 
CacheExpiryManagerImpl(BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CacheExpiryManagerImpl
 
CacheFactoryEhcache - Class in com.atlassian.crowd.manager.cache
A CacheFactory (and also a CacheManager) backed by Ehcache.
CacheFactoryEhcache(CacheManager) - Constructor for class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
cacheGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds a group, or if it exists, replaces the old SOAPGroup instance.
cacheGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheGroupRelationships(SOAPNestableGroup[], BasicCache) - Static method in class com.atlassian.crowd.util.NestingHelper
Takes a list of all groups, along with their direct children, and returns a list of group names.
CacheImpl - Class in com.atlassian.crowd.service.cache
 
CacheImpl(URL) - Constructor for class com.atlassian.crowd.service.cache.CacheImpl
 
CacheImpl(CacheManager) - Constructor for class com.atlassian.crowd.service.cache.CacheImpl
 
CacheRefresher - Interface in com.atlassian.crowd.directory.ldap.cache
Represents a way of refreshing a local cache of an external directory.
cacheUser(SOAPPrincipal) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds, or if they exist, replaces an existing user.
cacheUser(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheUserWithAttributes(SOAPPrincipal) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Caches the specified user and it's properties
cacheUserWithAttributes(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
CachingApplicationService - Class in com.atlassian.crowd.manager.application
Implementation of ApplicationService which caches the result of ApplicationService methods.
CachingApplicationService(ApplicationService, UserAuthorisationCache) - Constructor for class com.atlassian.crowd.manager.application.CachingApplicationService
 
CachingDirectory - Class in com.atlassian.crowd.directory
This InternalDirectory is used for locally caching Users and Groups from an external Directory.
CachingDirectory(InternalDirectoryUtils, PasswordEncoderFactory, DirectoryDao, UserDao, GroupDao, MembershipDao, PasswordConstraintsLoader) - Constructor for class com.atlassian.crowd.directory.CachingDirectory
 
CachingGroupManager - Class in com.atlassian.crowd.service.cache
Handles group names and groups themselves.
CachingGroupManager(SecurityServerClient, BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CachingGroupManager
 
CachingGroupMembershipManager - Class in com.atlassian.crowd.service.cache
This class handles group memberships, but also handles some funky translation
CachingGroupMembershipManager(SecurityServerClient, UserManager, GroupManager, BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
CachingManagerFactory - Class in com.atlassian.crowd.service.cache
 
CachingManagerFactory() - Constructor for class com.atlassian.crowd.service.cache.CachingManagerFactory
 
CachingUserManager - Class in com.atlassian.crowd.service.cache
 
CachingUserManager(SecurityServerClient, BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CachingUserManager
 
calculatePostPasswordUpdateAttributes() - Static method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Generate the list of default attributes and values relating to passwords, for use when creating or resetting a password
cancel() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
canFindLdapObjects(LDAPConfiguration, LDAPConfigurationTester.Strategy) - Method in class com.atlassian.crowd.console.action.directory.LDAPConfigurationTesterImpl
 
canImportDirectory(Long) - Method in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
Determines if a directory can be created using this mapper.
canImportDirectory(Long) - Method in class com.atlassian.crowd.dao.directory.IntegrityConstraintAwareDirectoryPropertiesMapper
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.CustomDirectoryInstanceLoader
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.DbCachingRemoteDirectoryInstanceLoader
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.DelegatedAuthenticationDirectoryInstanceLoaderImpl
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoaderImpl
 
canLoad(String) - Method in interface com.atlassian.crowd.directory.loader.DirectoryInstanceLoader
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.InternalDirectoryInstanceLoaderImpl
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.LDAPDirectoryInstanceLoaderImpl
 
canLoad(String) - Method in class com.atlassian.crowd.directory.loader.RemoteCrowdDirectoryInstanceLoaderImpl
 
canLoad(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeDirectoryLoader
 
canLogin(Principal, HttpServletRequest) - Method in class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationController
 
canLogin(Principal, HttpServletRequest) - Method in class com.atlassian.sal.crowd.auth.CrowdAuthenticationController
 
canManageEntityLinksFor(EntityReference) - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
canManageFeaturesForAllUsers() - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
canManageFeaturesForAllUsers() - Method in class com.atlassian.sal.crowd.features.CrowdDarkFeatureManager
Overrides DefaultDarkFeatureManager.canManageFeaturesForAllUsers() with an implementation that doesn't rely on the *UserKey APIs in the SAL UserManager, which aren't available in Crowd.
canResetPassword() - Method in interface com.atlassian.crowd.embedded.api.UserCapabilities
Whether the user can request a password reset.
canResetPassword() - Method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
 
CATS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
ChangeExpiredPassword - Class in com.atlassian.crowd.console.action
 
ChangeExpiredPassword() - Constructor for class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
ChangeExpiredPasswordTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
ChangeExpiredPasswordTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
ChangePassword - Class in com.atlassian.crowd.console.action.user
 
ChangePassword() - Constructor for class com.atlassian.crowd.console.action.user.ChangePassword
 
ChangePassword - Class in com.atlassian.crowd.openid.server.action.secure.profile
 
ChangePassword() - Constructor for class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
ChangePasswordTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
ChangePasswordTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
CHECK_IMMEDIATE_MODE - Static variable in class com.atlassian.crowd.openid.server.model.property.Property
Server Property: If RP authentications support check immediate mode.
checkActiveUser(User) - Method in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
 
checkAssignableFrom(Class<U>, Class<?>...) - Static method in class com.atlassian.crowd.search.query.QueryUtils
Check whether givenType is assignable from any of the types
checkAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
checkAuthenticated(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Tests whether a request is authenticated via SSO.
checkAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
checkAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
Checks to see if the request can be authenticated.
CheckedSoapException - Exception in com.atlassian.crowd.integration.exception
Base class of all checked SOAP exceptions.
CheckedSoapException() - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CheckedSoapException(String) - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CheckedSoapException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CheckedSoapException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
checkImmediate(User, Locale, OpenIDAuthRequest) - Method in interface com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManager
A convenience wrapper for the autoAllowRequest method.
checkImmediate(User, Locale, OpenIDAuthRequest) - Method in class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
 
checkRememberMeLoginToCrowd(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
Attempts to authenticate the request based on the auto-login cookie (if set).
CHILD_OU_A - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CHILD_OU_B - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CHILD_OU_C - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CHILD_OU_D - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
childIterable(Element) - Static method in class com.atlassian.crowd.migration.ElementIteratorUtil
Since dom4j doesn't use generics, this can make some code a bit more readable
childrenOf(EntityDescriptor) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
 
childrenOf(EntityDescriptor) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction
 
classNames - Variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
TODO: levelNames[i] is the level name for class classNames[i].
classpathResourceCannotBeFetched() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.WebAppTest
 
classpathResourceCannotBeFetchedWithParentTraversal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.WebAppTest
 
classpathResourceCannotBeFetchedWithPercentEncodedParentTraversal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.WebAppTest
 
clazz - Variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
String as we may need to preserve additivity.
cleanDatabase() - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
CleaningHttpMessageSender - Class in com.atlassian.crowd.service.soap.client
There's a known issue with HttpClient under heavy load, where it can leak connections into CLOSE_WAIT status.
CleaningHttpMessageSender(OutMessage, MessageContext) - Constructor for class com.atlassian.crowd.service.soap.client.CleaningHttpMessageSender
 
cleanUpAutomatedBackupFiles() - Method in interface com.atlassian.crowd.manager.backup.BackupFileStore
If there are more than the maximum number of automated backup files, delete the oldest ones
cleanUpAutomatedBackupFiles() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
clear() - Method in interface com.atlassian.crowd.cache.UserAuthorisationCache
Clears the user authorisation cache.
clear(String, String) - Method in interface com.atlassian.crowd.cache.UserAuthorisationCache
Clears a user from the user authorisation cache.
clear() - Method in class com.atlassian.crowd.cache.UserAuthorisationCacheImpl
 
clear(String, String) - Method in class com.atlassian.crowd.cache.UserAuthorisationCacheImpl
 
clear() - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
clear(long) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStore
Clears directory synchronisation information of a directory with the given id.
clear() - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStore
Clears directory synchronisation information of all directories.
clear(long) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
 
clear() - Method in class com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
 
clear() - Static method in class com.atlassian.crowd.plugin.web.ExecutingHttpRequest
DO NOT CALL THIS OUTSIDE OF THE FIRST WEB FILTER
clearCache() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOMemoryTest
 
clearCache() - Method in class com.atlassian.crowd.util.InetAddressCacheUtil
Clears the entire cache storing the address permissions.
clearCaches() - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
clearRequestCache() - Static method in class com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
 
clearState() - Method in class com.atlassian.crowd.manager.threadlocal.CrowdThreadLocalStateAccessor
 
clearState() - Method in interface com.atlassian.crowd.manager.threadlocal.ThreadLocalStateAccessor
Clear the all the thread locals for the current thread.
clearState() - Method in class com.atlassian.crowd.migration.verify.DatabaseVerifier
This method will be called between runs of the verifier to make sure that state can be purged between runs if required.
clearState() - Method in class com.atlassian.crowd.migration.verify.LegacyDatabaseVerifier
 
clearState() - Method in class com.atlassian.crowd.migration.verify.LegacyXmlVerifier
 
clearState() - Method in interface com.atlassian.crowd.migration.verify.Verifier
This method will be called between runs of the verifier to make sure that state can be purged between runs if required.
clearState() - Method in class com.atlassian.crowd.migration.verify.VersionMismatchVerifier
 
clearThreadLocalContext() - Method in class com.atlassian.sal.crowd.executor.CrowdThreadLocalContextManager
 
clearUserPassword(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Clears a user's password, so that the user cannot authenticate with any password.
clickLinkWithKey(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Clicks a link
clickPanelCancelLink() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
client - Variable in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
CLIENT_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
clientProperties - Variable in class com.atlassian.crowd.console.action.BaseAction
 
clientProperties - Variable in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
ClientProperties - Interface in com.atlassian.crowd.service.client
Properties required for the Crowd Client.
clientProperties - Variable in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
ClientPropertiesBasedApplicationProperties - Class in com.atlassian.sal.crowd
Abstract quasi-implementation of ApplicationProperties that is backed by ClientProperties.
ClientPropertiesBasedApplicationProperties(ClientProperties) - Constructor for class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
ClientPropertiesImpl - Class in com.atlassian.crowd.service.client
This bean is a container for the application's crowd.properties.
ClientPropertiesImpl() - Constructor for class com.atlassian.crowd.service.client.ClientPropertiesImpl
 
ClientResourceLocator - Class in com.atlassian.crowd.service.client
Will find the location of the given resourceName based off a set of rules to locate the given resourceFileName: System property Configuration directory Classpath
ClientResourceLocator(String) - Constructor for class com.atlassian.crowd.service.client.ClientResourceLocator
 
ClientResourceLocator(String, String) - Constructor for class com.atlassian.crowd.service.client.ClientResourceLocator
 
ClientValidationException - Exception in com.atlassian.crowd.manager.validation
Exception is thrown when a client validation fails.
ClientValidationException() - Constructor for exception com.atlassian.crowd.manager.validation.ClientValidationException
Default constructor.
ClientValidationException(String) - Constructor for exception com.atlassian.crowd.manager.validation.ClientValidationException
Default constructor.
ClientValidationException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.validation.ClientValidationException
Default constructor.
ClientValidationException(Throwable) - Constructor for exception com.atlassian.crowd.manager.validation.ClientValidationException
Default constructor.
ClientValidationManager - Interface in com.atlassian.crowd.manager.validation
Manager that validates whether a client can make a request.
ClientValidationManagerImpl - Class in com.atlassian.crowd.manager.validation
Implements ClientValidationManager.
ClientValidationManagerImpl(TrustedProxyManager, I18nHelper, ApplicationRemoteAddressValidator) - Constructor for class com.atlassian.crowd.manager.validation.ClientValidationManagerImpl
 
close() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
close() - Method in interface com.atlassian.crowd.acceptance.utils.LoadStatWriter
 
close() - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
close() - Method in class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
close() - Method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
close() - Method in class com.atlassian.crowd.service.soap.client.CleaningHttpMessageSender
Overridden to make sure HttpClient cleans up after itself.
closeConnection(Connection) - Static method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
closePreparedStatment(PreparedStatement) - Static method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
closeResultSet(ResultSet) - Static method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
com.atlassian.crowd - package com.atlassian.crowd
 
com.atlassian.crowd.acceptance.harness - package com.atlassian.crowd.acceptance.harness
 
com.atlassian.crowd.acceptance.page - package com.atlassian.crowd.acceptance.page
 
com.atlassian.crowd.acceptance.rest - package com.atlassian.crowd.acceptance.rest
 
com.atlassian.crowd.acceptance.tests - package com.atlassian.crowd.acceptance.tests
 
com.atlassian.crowd.acceptance.tests.administration - package com.atlassian.crowd.acceptance.tests.administration
 
com.atlassian.crowd.acceptance.tests.applications.crowd - package com.atlassian.crowd.acceptance.tests.applications.crowd
 
com.atlassian.crowd.acceptance.tests.applications.crowd.legacy - package com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
com.atlassian.crowd.acceptance.tests.applications.crowd.performance - package com.atlassian.crowd.acceptance.tests.applications.crowd.performance
 
com.atlassian.crowd.acceptance.tests.applications.crowd.plugin - package com.atlassian.crowd.acceptance.tests.applications.crowd.plugin
 
com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml - package com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml
 
com.atlassian.crowd.acceptance.tests.applications.crowd.user - package com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
com.atlassian.crowd.acceptance.tests.applications.crowdid - package com.atlassian.crowd.acceptance.tests.applications.crowdid
 
com.atlassian.crowd.acceptance.tests.applications.crowdid.client - package com.atlassian.crowd.acceptance.tests.applications.crowdid.client
 
com.atlassian.crowd.acceptance.tests.applications.crowdid.server - package com.atlassian.crowd.acceptance.tests.applications.crowdid.server
 
com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray - package com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray
 
com.atlassian.crowd.acceptance.tests.applications.demo - package com.atlassian.crowd.acceptance.tests.applications.demo
 
com.atlassian.crowd.acceptance.tests.client - package com.atlassian.crowd.acceptance.tests.client
 
com.atlassian.crowd.acceptance.tests.client.load - package com.atlassian.crowd.acceptance.tests.client.load
 
com.atlassian.crowd.acceptance.tests.decorator - package com.atlassian.crowd.acceptance.tests.decorator
 
com.atlassian.crowd.acceptance.tests.directory - package com.atlassian.crowd.acceptance.tests.directory
 
com.atlassian.crowd.acceptance.tests.persistence - package com.atlassian.crowd.acceptance.tests.persistence
 
com.atlassian.crowd.acceptance.tests.persistence.dao.alias - package com.atlassian.crowd.acceptance.tests.persistence.dao.alias
 
com.atlassian.crowd.acceptance.tests.persistence.dao.application - package com.atlassian.crowd.acceptance.tests.persistence.dao.application
 
com.atlassian.crowd.acceptance.tests.persistence.dao.directory - package com.atlassian.crowd.acceptance.tests.persistence.dao.directory
 
com.atlassian.crowd.acceptance.tests.persistence.dao.group - package com.atlassian.crowd.acceptance.tests.persistence.dao.group
 
com.atlassian.crowd.acceptance.tests.persistence.dao.membership - package com.atlassian.crowd.acceptance.tests.persistence.dao.membership
 
com.atlassian.crowd.acceptance.tests.persistence.dao.permission - package com.atlassian.crowd.acceptance.tests.persistence.dao.permission
 
com.atlassian.crowd.acceptance.tests.persistence.dao.property - package com.atlassian.crowd.acceptance.tests.persistence.dao.property
 
com.atlassian.crowd.acceptance.tests.persistence.dao.token - package com.atlassian.crowd.acceptance.tests.persistence.dao.token
 
com.atlassian.crowd.acceptance.tests.persistence.dao.user - package com.atlassian.crowd.acceptance.tests.persistence.dao.user
 
com.atlassian.crowd.acceptance.tests.persistence.dao.webhook - package com.atlassian.crowd.acceptance.tests.persistence.dao.webhook
 
com.atlassian.crowd.acceptance.tests.persistence.directory - package com.atlassian.crowd.acceptance.tests.persistence.directory
 
com.atlassian.crowd.acceptance.tests.persistence.importer - package com.atlassian.crowd.acceptance.tests.persistence.importer
 
com.atlassian.crowd.acceptance.tests.persistence.manager.application - package com.atlassian.crowd.acceptance.tests.persistence.manager.application
 
com.atlassian.crowd.acceptance.tests.persistence.manager.directory - package com.atlassian.crowd.acceptance.tests.persistence.manager.directory
 
com.atlassian.crowd.acceptance.tests.persistence.manager.token - package com.atlassian.crowd.acceptance.tests.persistence.manager.token
 
com.atlassian.crowd.acceptance.tests.persistence.migration - package com.atlassian.crowd.acceptance.tests.persistence.migration
 
com.atlassian.crowd.acceptance.tests.persistence.upgrade - package com.atlassian.crowd.acceptance.tests.persistence.upgrade
 
com.atlassian.crowd.acceptance.tests.persistence.util.hibernate - package com.atlassian.crowd.acceptance.tests.persistence.util.hibernate
 
com.atlassian.crowd.acceptance.tests.rest - package com.atlassian.crowd.acceptance.tests.rest
 
com.atlassian.crowd.acceptance.tests.rest.service - package com.atlassian.crowd.acceptance.tests.rest.service
 
com.atlassian.crowd.acceptance.tests.rest.service.client - package com.atlassian.crowd.acceptance.tests.rest.service.client
 
com.atlassian.crowd.acceptance.tests.soap - package com.atlassian.crowd.acceptance.tests.soap
 
com.atlassian.crowd.acceptance.utils - package com.atlassian.crowd.acceptance.utils
 
com.atlassian.crowd.apacheds - package com.atlassian.crowd.apacheds
 
com.atlassian.crowd.applinks - package com.atlassian.crowd.applinks
 
com.atlassian.crowd.attribute - package com.atlassian.crowd.attribute
 
com.atlassian.crowd.cache - package com.atlassian.crowd.cache
 
com.atlassian.crowd.console.action - package com.atlassian.crowd.console.action
 
com.atlassian.crowd.console.action.admin - package com.atlassian.crowd.console.action.admin
 
com.atlassian.crowd.console.action.application - package com.atlassian.crowd.console.action.application
 
com.atlassian.crowd.console.action.dataimport - package com.atlassian.crowd.console.action.dataimport
 
com.atlassian.crowd.console.action.directory - package com.atlassian.crowd.console.action.directory
 
com.atlassian.crowd.console.action.error - package com.atlassian.crowd.console.action.error
 
com.atlassian.crowd.console.action.group - package com.atlassian.crowd.console.action.group
 
com.atlassian.crowd.console.action.options - package com.atlassian.crowd.console.action.options
 
com.atlassian.crowd.console.action.pickers - package com.atlassian.crowd.console.action.pickers
 
com.atlassian.crowd.console.action.principal - package com.atlassian.crowd.console.action.principal
 
com.atlassian.crowd.console.action.session - package com.atlassian.crowd.console.action.session
 
com.atlassian.crowd.console.action.setup - package com.atlassian.crowd.console.action.setup
 
com.atlassian.crowd.console.action.user - package com.atlassian.crowd.console.action.user
 
com.atlassian.crowd.console.embedded.api - package com.atlassian.crowd.console.embedded.api
 
com.atlassian.crowd.console.event - package com.atlassian.crowd.console.event
 
com.atlassian.crowd.console.filter - package com.atlassian.crowd.console.filter
 
com.atlassian.crowd.console.interceptor - package com.atlassian.crowd.console.interceptor
 
com.atlassian.crowd.console.johnson - package com.atlassian.crowd.console.johnson
 
com.atlassian.crowd.console.listener - package com.atlassian.crowd.console.listener
 
com.atlassian.crowd.console.logging - package com.atlassian.crowd.console.logging
 
com.atlassian.crowd.console.setup - package com.atlassian.crowd.console.setup
 
com.atlassian.crowd.console.tags - package com.atlassian.crowd.console.tags
 
com.atlassian.crowd.console.value.directory - package com.atlassian.crowd.console.value.directory
 
com.atlassian.crowd.core.event.listener - package com.atlassian.crowd.core.event.listener
 
com.atlassian.crowd.core.tiny - package com.atlassian.crowd.core.tiny
 
com.atlassian.crowd.cql.parser - package com.atlassian.crowd.cql.parser
 
com.atlassian.crowd.cql.parser.antlr - package com.atlassian.crowd.cql.parser.antlr
 
com.atlassian.crowd.dao - package com.atlassian.crowd.dao
 
com.atlassian.crowd.dao.alias - package com.atlassian.crowd.dao.alias
 
com.atlassian.crowd.dao.application - package com.atlassian.crowd.dao.application
 
com.atlassian.crowd.dao.directory - package com.atlassian.crowd.dao.directory
 
com.atlassian.crowd.dao.group - package com.atlassian.crowd.dao.group
 
com.atlassian.crowd.dao.membership - package com.atlassian.crowd.dao.membership
 
com.atlassian.crowd.dao.permission - package com.atlassian.crowd.dao.permission
 
com.atlassian.crowd.dao.property - package com.atlassian.crowd.dao.property
 
com.atlassian.crowd.dao.token - package com.atlassian.crowd.dao.token
 
com.atlassian.crowd.dao.user - package com.atlassian.crowd.dao.user
 
com.atlassian.crowd.dao.util - package com.atlassian.crowd.dao.util
 
com.atlassian.crowd.dao.webhook - package com.atlassian.crowd.dao.webhook
 
com.atlassian.crowd.directory - package com.atlassian.crowd.directory
 
com.atlassian.crowd.directory.cache.exception - package com.atlassian.crowd.directory.cache.exception
 
com.atlassian.crowd.directory.cache.model - package com.atlassian.crowd.directory.cache.model
 
com.atlassian.crowd.directory.hybrid - package com.atlassian.crowd.directory.hybrid
 
com.atlassian.crowd.directory.ldap - package com.atlassian.crowd.directory.ldap
 
com.atlassian.crowd.directory.ldap.cache - package com.atlassian.crowd.directory.ldap.cache
 
com.atlassian.crowd.directory.ldap.control - package com.atlassian.crowd.directory.ldap.control
 
com.atlassian.crowd.directory.ldap.control.ldap - package com.atlassian.crowd.directory.ldap.control.ldap
 
com.atlassian.crowd.directory.ldap.credential - package com.atlassian.crowd.directory.ldap.credential
 
com.atlassian.crowd.directory.ldap.mapper - package com.atlassian.crowd.directory.ldap.mapper
 
com.atlassian.crowd.directory.ldap.mapper.attribute - package com.atlassian.crowd.directory.ldap.mapper.attribute
 
com.atlassian.crowd.directory.ldap.mapper.attribute.group - package com.atlassian.crowd.directory.ldap.mapper.attribute.group
 
com.atlassian.crowd.directory.ldap.mapper.attribute.user - package com.atlassian.crowd.directory.ldap.mapper.attribute.user
 
com.atlassian.crowd.directory.ldap.mapper.entity - package com.atlassian.crowd.directory.ldap.mapper.entity
 
com.atlassian.crowd.directory.ldap.name - package com.atlassian.crowd.directory.ldap.name
 
com.atlassian.crowd.directory.ldap.util - package com.atlassian.crowd.directory.ldap.util
 
com.atlassian.crowd.directory.ldap.validator - package com.atlassian.crowd.directory.ldap.validator
 
com.atlassian.crowd.directory.loader - package com.atlassian.crowd.directory.loader
 
com.atlassian.crowd.directory.monitor - package com.atlassian.crowd.directory.monitor
 
com.atlassian.crowd.directory.monitor.poller - package com.atlassian.crowd.directory.monitor.poller
 
com.atlassian.crowd.directory.ssl - package com.atlassian.crowd.directory.ssl
 
com.atlassian.crowd.embedded.api - package com.atlassian.crowd.embedded.api
 
com.atlassian.crowd.embedded.core - package com.atlassian.crowd.embedded.core
 
com.atlassian.crowd.embedded.core.util - package com.atlassian.crowd.embedded.core.util
 
com.atlassian.crowd.embedded.directory - package com.atlassian.crowd.embedded.directory
 
com.atlassian.crowd.embedded.event - package com.atlassian.crowd.embedded.event
 
com.atlassian.crowd.embedded.impl - package com.atlassian.crowd.embedded.impl
 
com.atlassian.crowd.embedded.propertyset - package com.atlassian.crowd.embedded.propertyset
 
com.atlassian.crowd.embedded.spi - package com.atlassian.crowd.embedded.spi
 
com.atlassian.crowd.event - package com.atlassian.crowd.event
 
com.atlassian.crowd.event.application - package com.atlassian.crowd.event.application
 
com.atlassian.crowd.event.directory - package com.atlassian.crowd.event.directory
 
com.atlassian.crowd.event.group - package com.atlassian.crowd.event.group
 
com.atlassian.crowd.event.listener - package com.atlassian.crowd.event.listener
 
com.atlassian.crowd.event.login - package com.atlassian.crowd.event.login
 
com.atlassian.crowd.event.migration - package com.atlassian.crowd.event.migration
 
com.atlassian.crowd.event.monitor - package com.atlassian.crowd.event.monitor
 
com.atlassian.crowd.event.monitor.poller - package com.atlassian.crowd.event.monitor.poller
 
com.atlassian.crowd.event.recovery - package com.atlassian.crowd.event.recovery
 
com.atlassian.crowd.event.remote - package com.atlassian.crowd.event.remote
 
com.atlassian.crowd.event.remote.group - package com.atlassian.crowd.event.remote.group
 
com.atlassian.crowd.event.remote.principal - package com.atlassian.crowd.event.remote.principal
 
com.atlassian.crowd.event.role - package com.atlassian.crowd.event.role
 
com.atlassian.crowd.event.token - package com.atlassian.crowd.event.token
 
com.atlassian.crowd.event.user - package com.atlassian.crowd.event.user
 
com.atlassian.crowd.exception - package com.atlassian.crowd.exception
 
com.atlassian.crowd.exception.embedded - package com.atlassian.crowd.exception.embedded
 
com.atlassian.crowd.exception.runtime - package com.atlassian.crowd.exception.runtime
 
com.atlassian.crowd.feature - package com.atlassian.crowd.feature
 
com.atlassian.crowd.file - package com.atlassian.crowd.file
 
com.atlassian.crowd.importer.config - package com.atlassian.crowd.importer.config
 
com.atlassian.crowd.importer.exceptions - package com.atlassian.crowd.importer.exceptions
 
com.atlassian.crowd.importer.factory - package com.atlassian.crowd.importer.factory
 
com.atlassian.crowd.importer.importers - package com.atlassian.crowd.importer.importers
 
com.atlassian.crowd.importer.manager - package com.atlassian.crowd.importer.manager
 
com.atlassian.crowd.importer.mappers.csv - package com.atlassian.crowd.importer.mappers.csv
 
com.atlassian.crowd.importer.mappers.jdbc - package com.atlassian.crowd.importer.mappers.jdbc
 
com.atlassian.crowd.importer.model - package com.atlassian.crowd.importer.model
 
com.atlassian.crowd.integration - package com.atlassian.crowd.integration
 
com.atlassian.crowd.integration.authentication - package com.atlassian.crowd.integration.authentication
 
com.atlassian.crowd.integration.exception - package com.atlassian.crowd.integration.exception
 
com.atlassian.crowd.integration.http - package com.atlassian.crowd.integration.http
 
com.atlassian.crowd.integration.http.filter - package com.atlassian.crowd.integration.http.filter
 
com.atlassian.crowd.integration.http.util - package com.atlassian.crowd.integration.http.util
 
com.atlassian.crowd.integration.model - package com.atlassian.crowd.integration.model
 
com.atlassian.crowd.integration.model.user - package com.atlassian.crowd.integration.model.user
 
com.atlassian.crowd.integration.rest.entity - package com.atlassian.crowd.integration.rest.entity
 
com.atlassian.crowd.integration.rest.service - package com.atlassian.crowd.integration.rest.service
 
com.atlassian.crowd.integration.rest.service.factory - package com.atlassian.crowd.integration.rest.service.factory
 
com.atlassian.crowd.integration.rest.util - package com.atlassian.crowd.integration.rest.util
 
com.atlassian.crowd.integration.seraph - package com.atlassian.crowd.integration.seraph
 
com.atlassian.crowd.integration.soap - package com.atlassian.crowd.integration.soap
 
com.atlassian.crowd.integration.soap.springsecurity - package com.atlassian.crowd.integration.soap.springsecurity
 
com.atlassian.crowd.integration.soap.springsecurity.user - package com.atlassian.crowd.integration.soap.springsecurity.user
 
com.atlassian.crowd.integration.springsecurity - package com.atlassian.crowd.integration.springsecurity
 
com.atlassian.crowd.integration.springsecurity.user - package com.atlassian.crowd.integration.springsecurity.user
 
com.atlassian.crowd.integration.xwork - package com.atlassian.crowd.integration.xwork
 
com.atlassian.crowd.manager.application - package com.atlassian.crowd.manager.application
 
com.atlassian.crowd.manager.authentication - package com.atlassian.crowd.manager.authentication
 
com.atlassian.crowd.manager.avatar - package com.atlassian.crowd.manager.avatar
 
com.atlassian.crowd.manager.backup - package com.atlassian.crowd.manager.backup
 
com.atlassian.crowd.manager.bootstrap - package com.atlassian.crowd.manager.bootstrap
 
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.directory.monitor - package com.atlassian.crowd.manager.directory.monitor
 
com.atlassian.crowd.manager.directory.monitor.poller - package com.atlassian.crowd.manager.directory.monitor.poller
 
com.atlassian.crowd.manager.license - package com.atlassian.crowd.manager.license
 
com.atlassian.crowd.manager.login - package com.atlassian.crowd.manager.login
 
com.atlassian.crowd.manager.login.exception - package com.atlassian.crowd.manager.login.exception
 
com.atlassian.crowd.manager.login.util - package com.atlassian.crowd.manager.login.util
 
com.atlassian.crowd.manager.mail - package com.atlassian.crowd.manager.mail
 
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.manager.proxy - package com.atlassian.crowd.manager.proxy
 
com.atlassian.crowd.manager.recovery - package com.atlassian.crowd.manager.recovery
 
com.atlassian.crowd.manager.threadlocal - package com.atlassian.crowd.manager.threadlocal
 
com.atlassian.crowd.manager.token - package com.atlassian.crowd.manager.token
 
com.atlassian.crowd.manager.token.factory - package com.atlassian.crowd.manager.token.factory
 
com.atlassian.crowd.manager.token.reaper - package com.atlassian.crowd.manager.token.reaper
 
com.atlassian.crowd.manager.upgrade - package com.atlassian.crowd.manager.upgrade
 
com.atlassian.crowd.manager.validation - package com.atlassian.crowd.manager.validation
 
com.atlassian.crowd.manager.webhook - package com.atlassian.crowd.manager.webhook
 
com.atlassian.crowd.migration - package com.atlassian.crowd.migration
 
com.atlassian.crowd.migration.legacy - package com.atlassian.crowd.migration.legacy
 
com.atlassian.crowd.migration.legacy.database - package com.atlassian.crowd.migration.legacy.database
 
com.atlassian.crowd.migration.legacy.database.sql - package com.atlassian.crowd.migration.legacy.database.sql
 
com.atlassian.crowd.migration.verify - package com.atlassian.crowd.migration.verify
 
com.atlassian.crowd.model - package com.atlassian.crowd.model
 
com.atlassian.crowd.model.alias - package com.atlassian.crowd.model.alias
 
com.atlassian.crowd.model.application - package com.atlassian.crowd.model.application
 
com.atlassian.crowd.model.authentication - package com.atlassian.crowd.model.authentication
 
com.atlassian.crowd.model.directory - package com.atlassian.crowd.model.directory
 
com.atlassian.crowd.model.event - package com.atlassian.crowd.model.event
 
com.atlassian.crowd.model.group - package com.atlassian.crowd.model.group
 
com.atlassian.crowd.model.membership - package com.atlassian.crowd.model.membership
 
com.atlassian.crowd.model.page - package com.atlassian.crowd.model.page
 
com.atlassian.crowd.model.permission - package com.atlassian.crowd.model.permission
 
com.atlassian.crowd.model.property - package com.atlassian.crowd.model.property
 
com.atlassian.crowd.model.token - package com.atlassian.crowd.model.token
 
com.atlassian.crowd.model.user - package com.atlassian.crowd.model.user
 
com.atlassian.crowd.model.webhook - package com.atlassian.crowd.model.webhook
 
com.atlassian.crowd.openid.client.action - package com.atlassian.crowd.openid.client.action
 
com.atlassian.crowd.openid.client.action.secure - package com.atlassian.crowd.openid.client.action.secure
 
com.atlassian.crowd.openid.client.consumer - package com.atlassian.crowd.openid.client.consumer
 
com.atlassian.crowd.openid.client.filter - package com.atlassian.crowd.openid.client.filter
 
com.atlassian.crowd.openid.client.servlet - package com.atlassian.crowd.openid.client.servlet
 
com.atlassian.crowd.openid.client.util - package com.atlassian.crowd.openid.client.util
 
com.atlassian.crowd.openid.server.action - package com.atlassian.crowd.openid.server.action
 
com.atlassian.crowd.openid.server.action.secure.admin - package com.atlassian.crowd.openid.server.action.secure.admin
 
com.atlassian.crowd.openid.server.action.secure.interaction - package com.atlassian.crowd.openid.server.action.secure.interaction
 
com.atlassian.crowd.openid.server.action.secure.profile - package com.atlassian.crowd.openid.server.action.secure.profile
 
com.atlassian.crowd.openid.server.bootstrap - package com.atlassian.crowd.openid.server.bootstrap
 
com.atlassian.crowd.openid.server.filter - package com.atlassian.crowd.openid.server.filter
 
com.atlassian.crowd.openid.server.interceptor - package com.atlassian.crowd.openid.server.interceptor
 
com.atlassian.crowd.openid.server.manager.login - package com.atlassian.crowd.openid.server.manager.login
 
com.atlassian.crowd.openid.server.manager.openid - package com.atlassian.crowd.openid.server.manager.openid
 
com.atlassian.crowd.openid.server.manager.profile - package com.atlassian.crowd.openid.server.manager.profile
 
com.atlassian.crowd.openid.server.manager.property - package com.atlassian.crowd.openid.server.manager.property
 
com.atlassian.crowd.openid.server.manager.record - package com.atlassian.crowd.openid.server.manager.record
 
com.atlassian.crowd.openid.server.manager.site - package com.atlassian.crowd.openid.server.manager.site
 
com.atlassian.crowd.openid.server.manager.user - package com.atlassian.crowd.openid.server.manager.user
 
com.atlassian.crowd.openid.server.model - package com.atlassian.crowd.openid.server.model
 
com.atlassian.crowd.openid.server.model.approval - package com.atlassian.crowd.openid.server.model.approval
 
com.atlassian.crowd.openid.server.model.profile - package com.atlassian.crowd.openid.server.model.profile
 
com.atlassian.crowd.openid.server.model.profile.attribute - package com.atlassian.crowd.openid.server.model.profile.attribute
 
com.atlassian.crowd.openid.server.model.property - package com.atlassian.crowd.openid.server.model.property
 
com.atlassian.crowd.openid.server.model.record - package com.atlassian.crowd.openid.server.model.record
 
com.atlassian.crowd.openid.server.model.security - package com.atlassian.crowd.openid.server.model.security
 
com.atlassian.crowd.openid.server.model.site - package com.atlassian.crowd.openid.server.model.site
 
com.atlassian.crowd.openid.server.model.user - package com.atlassian.crowd.openid.server.model.user
 
com.atlassian.crowd.openid.server.provider - package com.atlassian.crowd.openid.server.provider
 
com.atlassian.crowd.openid.server.provider.association - package com.atlassian.crowd.openid.server.provider.association
 
com.atlassian.crowd.openid.server.servlet - package com.atlassian.crowd.openid.server.servlet
 
com.atlassian.crowd.openid.server.util - package com.atlassian.crowd.openid.server.util
 
com.atlassian.crowd.pageobjects - package com.atlassian.crowd.pageobjects
 
com.atlassian.crowd.pageobjects.pages - package com.atlassian.crowd.pageobjects.pages
 
com.atlassian.crowd.password.encoder - package com.atlassian.crowd.password.encoder
 
com.atlassian.crowd.password.factory - package com.atlassian.crowd.password.factory
 
com.atlassian.crowd.plugin - package com.atlassian.crowd.plugin
 
com.atlassian.crowd.plugin.application.springsecurity - package com.atlassian.crowd.plugin.application.springsecurity
 
com.atlassian.crowd.plugin.decorator.test - package com.atlassian.crowd.plugin.decorator.test
 
com.atlassian.crowd.plugin.descriptors - package com.atlassian.crowd.plugin.descriptors
 
com.atlassian.crowd.plugin.descriptors.webwork - package com.atlassian.crowd.plugin.descriptors.webwork
 
com.atlassian.crowd.plugin.factory - package com.atlassian.crowd.plugin.factory
 
com.atlassian.crowd.plugin.module - package com.atlassian.crowd.plugin.module
 
com.atlassian.crowd.plugin.rest.entity - package com.atlassian.crowd.plugin.rest.entity
 
com.atlassian.crowd.plugin.rest.exception.mapper - package com.atlassian.crowd.plugin.rest.exception.mapper
 
com.atlassian.crowd.plugin.rest.filter - package com.atlassian.crowd.plugin.rest.filter
 
com.atlassian.crowd.plugin.rest.response - package com.atlassian.crowd.plugin.rest.response
 
com.atlassian.crowd.plugin.rest.service.controller - package com.atlassian.crowd.plugin.rest.service.controller
 
com.atlassian.crowd.plugin.rest.service.resource - package com.atlassian.crowd.plugin.rest.service.resource
 
com.atlassian.crowd.plugin.rest.service.resource.application - package com.atlassian.crowd.plugin.rest.service.resource.application
 
com.atlassian.crowd.plugin.rest.service.resource.permission - package com.atlassian.crowd.plugin.rest.service.resource.permission
 
com.atlassian.crowd.plugin.rest.service.util - package com.atlassian.crowd.plugin.rest.service.util
 
com.atlassian.crowd.plugin.rest.util - package com.atlassian.crowd.plugin.rest.util
 
com.atlassian.crowd.plugin.saml - package com.atlassian.crowd.plugin.saml
 
com.atlassian.crowd.plugin.saml.action - package com.atlassian.crowd.plugin.saml.action
 
com.atlassian.crowd.plugin.servlet - package com.atlassian.crowd.plugin.servlet
 
com.atlassian.crowd.plugin.sitemesh - package com.atlassian.crowd.plugin.sitemesh
 
com.atlassian.crowd.plugin.spring - package com.atlassian.crowd.plugin.spring
 
com.atlassian.crowd.plugin.web - package com.atlassian.crowd.plugin.web
 
com.atlassian.crowd.plugin.web.conditions - package com.atlassian.crowd.plugin.web.conditions
 
com.atlassian.crowd.plugin.web.filter - package com.atlassian.crowd.plugin.web.filter
 
com.atlassian.crowd.rest.plugin.entity - package com.atlassian.crowd.rest.plugin.entity
 
com.atlassian.crowd.rest.plugin.service - package com.atlassian.crowd.rest.plugin.service
 
com.atlassian.crowd.rest.plugin.util - package com.atlassian.crowd.rest.plugin.util
 
com.atlassian.crowd.scheduling - package com.atlassian.crowd.scheduling
 
com.atlassian.crowd.search - package com.atlassian.crowd.search
 
com.atlassian.crowd.search.builder - package com.atlassian.crowd.search.builder
 
com.atlassian.crowd.search.hibernate - package com.atlassian.crowd.search.hibernate
 
com.atlassian.crowd.search.ldap - package com.atlassian.crowd.search.ldap
 
com.atlassian.crowd.search.ldap.filter - package com.atlassian.crowd.search.ldap.filter
 
com.atlassian.crowd.search.query - package com.atlassian.crowd.search.query
 
com.atlassian.crowd.search.query.entity - package com.atlassian.crowd.search.query.entity
 
com.atlassian.crowd.search.query.entity.restriction - package com.atlassian.crowd.search.query.entity.restriction
 
com.atlassian.crowd.search.query.entity.restriction.constants - package com.atlassian.crowd.search.query.entity.restriction.constants
 
com.atlassian.crowd.search.query.membership - package com.atlassian.crowd.search.query.membership
 
com.atlassian.crowd.search.util - package com.atlassian.crowd.search.util
 
com.atlassian.crowd.security - package com.atlassian.crowd.security
 
com.atlassian.crowd.security.demo - package com.atlassian.crowd.security.demo
 
com.atlassian.crowd.security.demo.action - package com.atlassian.crowd.security.demo.action
 
com.atlassian.crowd.security.demo.action.group - package com.atlassian.crowd.security.demo.action.group
 
com.atlassian.crowd.security.demo.action.user - package com.atlassian.crowd.security.demo.action.user
 
com.atlassian.crowd.security.demo.model - package com.atlassian.crowd.security.demo.model
 
com.atlassian.crowd.selenium.harness - package com.atlassian.crowd.selenium.harness
 
com.atlassian.crowd.selenium.tests.console - package com.atlassian.crowd.selenium.tests.console
 
com.atlassian.crowd.selenium.tests.console.directory - package com.atlassian.crowd.selenium.tests.console.directory
 
com.atlassian.crowd.selenium.utils - package com.atlassian.crowd.selenium.utils
 
com.atlassian.crowd.service - package com.atlassian.crowd.service
 
com.atlassian.crowd.service.cache - package com.atlassian.crowd.service.cache
 
com.atlassian.crowd.service.client - package com.atlassian.crowd.service.client
 
com.atlassian.crowd.service.factory - package com.atlassian.crowd.service.factory
 
com.atlassian.crowd.service.license - package com.atlassian.crowd.service.license
 
com.atlassian.crowd.service.soap - package com.atlassian.crowd.service.soap
 
com.atlassian.crowd.service.soap.client - package com.atlassian.crowd.service.soap.client
 
com.atlassian.crowd.service.soap.server - package com.atlassian.crowd.service.soap.server
 
com.atlassian.crowd.service.soap.xfire - package com.atlassian.crowd.service.soap.xfire
 
com.atlassian.crowd.service.token - package com.atlassian.crowd.service.token
 
com.atlassian.crowd.support - package com.atlassian.crowd.support
 
com.atlassian.crowd.test.matchers - package com.atlassian.crowd.test.matchers
 
com.atlassian.crowd.test.util - package com.atlassian.crowd.test.util
 
com.atlassian.crowd.trusted - package com.atlassian.crowd.trusted
 
com.atlassian.crowd.upgrade.tasks - package com.atlassian.crowd.upgrade.tasks
 
com.atlassian.crowd.upgrade.util - package com.atlassian.crowd.upgrade.util
 
com.atlassian.crowd.user - package com.atlassian.crowd.user
 
com.atlassian.crowd.util - package com.atlassian.crowd.util
 
com.atlassian.crowd.util.build - package com.atlassian.crowd.util.build
 
com.atlassian.crowd.util.mail - package com.atlassian.crowd.util.mail
 
com.atlassian.crowd.util.persistence - package com.atlassian.crowd.util.persistence
 
com.atlassian.crowd.util.persistence.hibernate - package com.atlassian.crowd.util.persistence.hibernate
 
com.atlassian.crowd.util.persistence.hibernate.batch - package com.atlassian.crowd.util.persistence.hibernate.batch
 
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4 - package com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4
 
com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation - package com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation
 
com.atlassian.crowd.web - package com.atlassian.crowd.web
 
com.atlassian.crowd.xwork - package com.atlassian.crowd.xwork
 
com.atlassian.crowd.xwork.interceptors - package com.atlassian.crowd.xwork.interceptors
 
com.atlassian.sal.crowd - package com.atlassian.sal.crowd
 
com.atlassian.sal.crowd.auth - package com.atlassian.sal.crowd.auth
 
com.atlassian.sal.crowd.executor - package com.atlassian.sal.crowd.executor
 
com.atlassian.sal.crowd.features - package com.atlassian.sal.crowd.features
 
com.atlassian.sal.crowd.license - package com.atlassian.sal.crowd.license
 
com.atlassian.sal.crowd.lifecycle - package com.atlassian.sal.crowd.lifecycle
 
com.atlassian.sal.crowd.message - package com.atlassian.sal.crowd.message
 
com.atlassian.sal.crowd.pluginsettings - package com.atlassian.sal.crowd.pluginsettings
 
com.atlassian.sal.crowd.project - package com.atlassian.sal.crowd.project
 
com.atlassian.sal.crowd.search - package com.atlassian.sal.crowd.search
 
com.atlassian.sal.crowd.user - package com.atlassian.sal.crowd.user
 
com.atlassian.sal.crowd.usersettings - package com.atlassian.sal.crowd.usersettings
 
com.atlassian.sal.crowd.web.context - package com.atlassian.sal.crowd.web.context
 
com.atlassian.sal.crowd.xsrf - package com.atlassian.sal.crowd.xsrf
 
Combine - Class in com.atlassian.crowd.search.builder
Builder for MultiTermRestrictions.
Combine() - Constructor for class com.atlassian.crowd.search.builder.Combine
 
COMMA - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
COMMA - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
COMMA - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
commitTransaction() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
Method is protected to allow subclasses to override the transaction management if they need to (e.g.
CommonUIDefinitions - Class in com.atlassian.crowd.util
 
CommonUIDefinitions() - Constructor for class com.atlassian.crowd.util.CommonUIDefinitions
 
CommunicationException - Exception in com.atlassian.crowd.exception.runtime
A specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to communicate with the remote User Directory.
CommunicationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CommunicationException
 
COMPARATOR() - Constructor for class com.atlassian.crowd.model.application.GroupMapping.COMPARATOR
 
compare(String, String) - Method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
As per Pooling Custom Socket Factory Connections, support comparing socket factories.
compare(Group, Group) - Method in class com.atlassian.crowd.embedded.api.GroupComparator
 
compare(User, User) - Method in class com.atlassian.crowd.embedded.api.UserComparator
 
compare(GroupMapping, GroupMapping) - Method in class com.atlassian.crowd.model.application.GroupMapping.COMPARATOR
 
compare(GroupMapping, GroupMapping) - Method in class com.atlassian.crowd.model.application.GroupMappingComparator
 
compare(Group, Group) - Method in class com.atlassian.crowd.model.group.GroupComparator
 
compareTo(UpdateLoggingProfiling.LoggingConfigEntry) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
compareTo(Group) - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
compareTo(RangeOption) - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
compareTo(Group) - Method in interface com.atlassian.crowd.embedded.api.Group
CompareTo must be compatible with the equals() and hashCode() methods
compareTo(Group, Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
 
compareTo(User) - Method in interface com.atlassian.crowd.embedded.api.User
CompareTo must be compatible with the equals() and hashCode() methods
compareTo(User, User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
 
compareTo(UserComparator.Key) - Method in class com.atlassian.crowd.embedded.api.UserComparator.Key
 
compareTo(Group) - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
compareTo(User) - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
compareTo(Group) - Method in class com.atlassian.crowd.embedded.impl.ImmutableGroup
 
compareTo(User) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
compareTo(Group) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
compareTo(User) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
compareTo(RemoteAddress) - Method in class com.atlassian.crowd.model.application.RemoteAddress
 
compareTo(Group) - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
compareTo(Group, Group) - Static method in class com.atlassian.crowd.model.group.GroupComparator
 
compareTo(Group) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
compareTo(Group) - Method in class com.atlassian.crowd.model.group.InternalGroup
 
compareTo(Group) - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
compareTo(Group) - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
compareTo(User) - Method in class com.atlassian.crowd.model.user.DelegatingUserWithAttributes
 
compareTo(User) - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
compareTo(User) - Method in class com.atlassian.crowd.model.user.InternalUser
 
compareTo(User) - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
compareTo(User) - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
compareTo(User) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
compareTo(Group) - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
compareTo(User) - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
compareToInLowerCase(String, String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the two given identifier strings to lowercase and compare them.
compareVersions(String, String) - Static method in class com.atlassian.crowd.acceptance.utils.VersionUtils
Compares two version numbers.
comparison_op() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
comparison_op() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
comparison_op_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.comparison_op_return
 
Complete - Class in com.atlassian.crowd.console.action.setup
 
Complete() - Constructor for class com.atlassian.crowd.console.action.setup.Complete
 
complete(String) - Method in class com.atlassian.crowd.util.TimedOperation
 
COMPLETE_STEP - Static variable in class com.atlassian.crowd.console.action.setup.Complete
 
completeStep() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
completeStep() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
completeStep() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
completeStep() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
completeStep() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
COMPONENT_REFERENCE - Static variable in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
COMPONENT_REFERENCE - Static variable in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
ComponentModuleDescriptor - Class in com.atlassian.crowd.plugin.descriptors
 
ComponentModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.crowd.plugin.descriptors.ComponentModuleDescriptor
 
conception - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The time entity was created.
CONFIG_DIRECTORY_PARAM - Static variable in interface com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManager
 
CONFIG_PARAM_NAME - Static variable in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
CONFIG_XML_NAME - Static variable in class com.atlassian.crowd.migration.CrowdConfigMapper
 
CONFIG_XML_NODE - Static variable in class com.atlassian.crowd.migration.CrowdConfigMapper
 
CONFIG_XML_ROOT - Static variable in class com.atlassian.crowd.migration.CrowdConfigMapper
 
CONFIG_XML_VALUE - Static variable in class com.atlassian.crowd.migration.CrowdConfigMapper
 
ConfigurableDbCachingRemoteDirectoryInstanceLoader - Class in com.atlassian.crowd.directory.loader
A subclass of DbCachingRemoteDirectoryInstanceLoader which allows DB caching to be switched off based on the DirectoryProperties.CACHE_ENABLED attribute.
ConfigurableDbCachingRemoteDirectoryInstanceLoader(DirectoryInstanceLoader, InternalDirectoryInstanceLoader, DirectoryMonitorManager, DirectoryCacheFactory) - Constructor for class com.atlassian.crowd.directory.loader.ConfigurableDbCachingRemoteDirectoryInstanceLoader
 
ConfigurableDbCachingRemoteDirectoryInstanceLoader(LDAPDirectoryInstanceLoader, RemoteCrowdDirectoryInstanceLoader, InternalDirectoryInstanceLoader, DirectoryMonitorManager, DirectoryCacheFactory) - Constructor for class com.atlassian.crowd.directory.loader.ConfigurableDbCachingRemoteDirectoryInstanceLoader
 
ConfigurableLocalSessionFactoryBean - Class in com.atlassian.crowd.util.persistence.hibernate
Extends Spring's Hibernate 4-compatible LocalSessionFactoryBean with properties to restore various bits of functionality that were present in their Hibernate 3 version, as well as to add new Crowd-specific functionality.
ConfigurableLocalSessionFactoryBean() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
Configuration - Class in com.atlassian.crowd.importer.config
This class represents the properties required to connect with a database, specifically the details for a JIRA, Confluence or Bamboo database.
Configuration() - Constructor for class com.atlassian.crowd.importer.config.Configuration
 
Configuration(Long, String, boolean, boolean) - Constructor for class com.atlassian.crowd.importer.config.Configuration
 
ConfigurationFromFileCrowdAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
This suite runs tests to assess the behaviour of Crowd when the configuration is read from property files, and not from the database.
ConfigurationFromFileCrowdAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.ConfigurationFromFileCrowdAcceptanceTestHarness
 
ConfigurationFromFileCrowdAcceptanceTestHarness.RestCrowdClientTestNoRestore - Class in com.atlassian.crowd.acceptance.harness
 
configurationTab - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
configureDatabase(DatabaseDetails, boolean) - Method in class com.atlassian.crowd.console.setup.DefaultHibernateConfigurator
 
configureDatasource(String, String) - Method in class com.atlassian.crowd.console.setup.DefaultHibernateConfigurator
 
configureSetupSequence(String) - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
Creates a default bootstrapManager sequence based on current state of crowd.config.xml
confirm() - Method in class com.atlassian.crowd.pageobjects.RemoveDirectoryPage
 
ConfluenceImporter - Class in com.atlassian.crowd.importer.importers
This class handles the delegation of the import of Confluence Groups, Users and their memberships into Crowd.
ConfluenceImporter(DirectoryManager) - Constructor for class com.atlassian.crowd.importer.importers.ConfluenceImporter
 
ConfluenceImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
ConfluenceImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ConfluenceImporterTest
 
connection - Variable in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
CONNECTION_BINARY_ATTRIBUTES - Static variable in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
LDAP binary attributes.
CONNECTION_FACTORY - Static variable in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
LDAP connection factory.
CONNECTION_FACTORY_SSL_IMPL - Static variable in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
LDAP secure connection factory.
CONNECTION_INITIAL_CONTEXT_FACTORY - Static variable in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
LDAP initial context factory.
CONNECTION_SECURITY_AUTHENTICATION - Static variable in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
LDAP connection method.
CONNECTION_SSL_SECURITY_PROTOCOL - Static variable in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
LDAP secure connection method.
ConnectionPoolProperties - Interface in com.atlassian.crowd.embedded.api
The system-wide settings for LDAP connection pooling, as provided by JNDI.
ConnectionPoolPropertyConstants - Class in com.atlassian.crowd.embedded.impl
Class containing the properties related to a connection pool.
ConnectionPoolPropertyUtil - Class in com.atlassian.crowd.embedded.impl
 
ConnectionPoolPropertyUtil() - Constructor for class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
 
connector - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
CONNECTOR_BASEDN - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_CLASSNAME - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_DIRECTORY_NAME - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_NESTEDGROUPS - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_PAGEDRESULTS - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_PAGEDRESULTSSIZE - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_REFERRAL - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_SECURE - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_URL - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_USERDN - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
CONNECTOR_USERPW - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
ConnectorConnection - Class in com.atlassian.crowd.console.value.directory
 
ConnectorConnection() - Constructor for class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
connectorTab - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
ConnectorValidator - Class in com.atlassian.crowd.directory.ldap.validator
Aggregates errors for the list of validators
ConnectorValidator(List<Validator>) - Constructor for class com.atlassian.crowd.directory.ldap.validator.ConnectorValidator
 
Console - Class in com.atlassian.crowd.console.action
 
Console() - Constructor for class com.atlassian.crowd.console.action.Console
 
Console - Class in com.atlassian.crowd.openid.server.action
 
Console() - Constructor for class com.atlassian.crowd.openid.server.action.Console
 
Console - Class in com.atlassian.crowd.security.demo.action
 
Console() - Constructor for class com.atlassian.crowd.security.demo.action.Console
 
ConsoleLoginTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Authentication tests for the Crowd Console.
ConsoleLoginTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
ConsoleResourceLocator - Class in com.atlassian.crowd.util
Will find the location of the given propertyFileName based off a set of rules to locate the given propertyFileName.
ConsoleResourceLocator(String, HomeLocator) - Constructor for class com.atlassian.crowd.util.ConsoleResourceLocator
 
Constants - Class in com.atlassian.crowd.integration
Crowd Client constants.
Constants() - Constructor for class com.atlassian.crowd.integration.Constants
 
Constants - Class in com.atlassian.crowd.security.demo
Constants for the demo application.
constrainResults(List<T>, int, int) - Static method in class com.atlassian.crowd.search.util.SearchResultsUtil
Performs a sublist operation on the list of results.
CONTAINER_POPULATE_DIRECT_MEMBER_DN - Static variable in class com.atlassian.crowd.search.SearchContext
 
containing(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
Returns a property restriction that is only satisfied if the value of the property contains the given value.
contains(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
containsActionMessages() - Method in class com.atlassian.crowd.console.action.BaseAction
 
containsActionMessages() - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Convenience method to check if action contains actionMessages.
containsActionMessages() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
containsAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
containsErrorMessages() - Method in class com.atlassian.crowd.console.action.BaseAction
 
containsErrorMessages() - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Convenience method to check if action contains errorMessages.
containsGroupRelationships() - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
containsGroupRelationships() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
containsKey(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
CONTENT_LENGTH - Static variable in class com.atlassian.crowd.plugin.DecoratorAttributes
 
CONTEXT_PATH_KEY - Static variable in class com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
 
ContextAwareEhCacheManagerFactoryBean - Class in com.atlassian.crowd.acceptance.utils
Factory bean for EhCacheManagers that name CacheManagers after the Id of the application context in which they are instantiated.
ContextAwareEhCacheManagerFactoryBean() - Constructor for class com.atlassian.crowd.acceptance.utils.ContextAwareEhCacheManagerFactoryBean
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
Shutdown ApacheDS embedded.
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.crowd.console.listener.BootstrapLoaderListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.crowd.console.listener.StartupListener
 
contextDestroyed(ServletContextEvent) - Method in class com.atlassian.crowd.openid.server.bootstrap.BootstrapLoaderListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
Startup ApacheDS embedded.
contextInitialized(ServletContextEvent) - Method in class com.atlassian.crowd.console.listener.BootstrapLoaderListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.crowd.console.listener.StartupListener
 
contextInitialized(ServletContextEvent) - Method in class com.atlassian.crowd.openid.server.bootstrap.BootstrapLoaderListener
 
ContextMapperWithCustomAttributes<T> - Class in com.atlassian.crowd.directory.ldap.mapper
An abstract implementation of ContextMapperWithRequiredAttributes for cases where a mapper requires core attributes and also the attributes for any attached custom AttributeMappers.
ContextMapperWithCustomAttributes(List<AttributeMapper>) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
ContextMapperWithRequiredAttributes<T> - Interface in com.atlassian.crowd.directory.ldap.mapper
A ContextMapper for LDAP DirContextAdapters that declares which attributes it requires.
contextSource - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
contextSourceTransactionManager - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
continueButton - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
CONTROLCHARS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
CONTROLCHARS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
CONTROLCHARS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
ConversionUtils - Class in com.atlassian.crowd.embedded.core.util
Utility class for converting between model objects and embedded/application objects.
convertEntitiesToNames(Iterable<? extends DirectoryEntity>) - Static method in class com.atlassian.crowd.search.util.SearchResultsUtil
Transforms collection of directory entities to collection of entity names.
Converter - Interface in com.atlassian.crowd.directory.ldap.name
Converts a string name into a Name, for use with spring-ldap.
COOKIE_PATH - Static variable in class com.atlassian.crowd.integration.Constants
Specifies the path to store cookies at.
COOKIE_TOKEN_KEY - Static variable in class com.atlassian.crowd.integration.Constants
The key to use when storing the http token in an Http Cookie.
CookieConfigController - Class in com.atlassian.crowd.plugin.rest.service.controller
Controller for cookie configuration.
CookieConfigController(PropertyManager, ClientProperties) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
 
CookieConfigEntity - Class in com.atlassian.crowd.integration.rest.entity
REST version of a cookie configuration
CookieConfigEntity(String, boolean, String) - Constructor for class com.atlassian.crowd.integration.rest.entity.CookieConfigEntity
 
CookieConfigEntity - Class in com.atlassian.crowd.plugin.rest.entity
REST version of a cookie configuration
CookieConfigEntity(String, boolean, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.CookieConfigEntity
 
CookieConfigResource - Class in com.atlassian.crowd.plugin.rest.service.resource
 
CookieConfigResource(CookieConfigController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.CookieConfigResource
 
CookieConfigResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
CookieConfigResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
CookieConfigResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
CookieConfiguration - Class in com.atlassian.crowd.model.authentication
Configuration of cookies.
CookieConfiguration(String, boolean, String) - Constructor for class com.atlassian.crowd.model.authentication.CookieConfiguration
 
cookieTokenKey - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
copyOf(Iterable<? extends Membership>) - Static method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
 
countDirectMembersOfGroup(long, String, int) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
countDirectMembersOfGroup(String, int) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
countDirectMembersOfGroup(String, int) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
countDirectMembersOfGroup(String, int) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
countDirectMembersOfGroup(String, int) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Count the direct members of a group in the remote directory.
countDirectMembersOfGroup(String, int) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
countDirectMembersOfGroup(long, String, int) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Count the direct members of a group with a recommended upper bound on the count.
countDirectMembersOfGroup(long, String, int) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Count the direct members of a group in the provided directory with an upper bound.
countDirectMembersOfGroup(long, String, int) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
countDirectMembersOfGroup(String, int) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
COUNTRY - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
CqlEval - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlEval(TreeNodeStream) - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
CqlEval(TreeNodeStream, RecognizerSharedState) - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
CqlLexer - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlLexer() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
CqlLexer(CharStream) - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
CqlLexer(CharStream, RecognizerSharedState) - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
CqlParser - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser(TokenStream) - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
CqlParser(TokenStream, RecognizerSharedState) - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
CqlParser.andExpression_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.comparison_op_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.expression_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.orExpression_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.parExpression_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.primary_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.propertyExpression_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.restriction_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.string_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.termKey_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.termValue_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlParser.unaryOperator_return - Class in com.atlassian.crowd.cql.parser.antlr
 
CqlQueryParser - Interface in com.atlassian.crowd.cql.parser
Used to parse Cql to a SearchRestriction.
CqlQueryParserImpl - Class in com.atlassian.crowd.cql.parser
An implementation of CqlQueryParser
CqlQueryParserImpl() - Constructor for class com.atlassian.crowd.cql.parser.CqlQueryParserImpl
 
CR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
CR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
CR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
create(long, String, TokenLifetime, List<ValidationFactor>) - Method in interface com.atlassian.crowd.manager.token.factory.TokenFactory
Generates a token key based on the supplied validationFactors.
create(long, String, TokenLifetime, List<ValidationFactor>, long) - Method in interface com.atlassian.crowd.manager.token.factory.TokenFactory
Generates a token key based on the supplied validationFactors.
create(long, String, TokenLifetime, List<ValidationFactor>) - Method in class com.atlassian.crowd.manager.token.factory.TokenFactoryImpl
 
create(long, String, TokenLifetime, List<ValidationFactor>, long) - Method in class com.atlassian.crowd.manager.token.factory.TokenFactoryImpl
 
create() - Method in class com.atlassian.crowd.model.token.Token.Builder
 
create() - Method in class com.atlassian.crowd.pageobjects.CreateDelegatedAuthenticationDirectoryPage
 
create() - Method in class com.atlassian.crowd.pageobjects.CreateDirectoryConnectorPage
 
create(Class<T>) - Method in class com.atlassian.crowd.plugin.CrowdHostContainer
 
create(String, List<AbstractEventEntity>) - Static method in class com.atlassian.crowd.plugin.rest.entity.EventEntityList
 
createAndSaveAuthRecord(User, Site, AuthAction) - Method in interface com.atlassian.crowd.openid.server.manager.record.AuthRecordManager
Creates and saves an AuthRecord for the user/site/action combination.
createAndSaveAuthRecord(User, Site, AuthAction) - Method in class com.atlassian.crowd.openid.server.manager.record.AuthRecordManagerGeneric
 
createAndStoreResetToken(long, String, String, int) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Creates an ExpirableUserToken for a given username in the given directory.
createAndStoreResetToken(long, String, String, int) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
createAndStoreToken(String, long, int) - Method in class com.atlassian.crowd.service.token.DefaultInviteUserTokenService
 
createAndStoreToken(String, long, int) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
Create a new token for the given email address and directory ID and store it
createApplications() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
createApprovalFromWhitelist(User, String) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Generate approval if this site is configured in the server's white list, otherwise return null.
createApprovalFromWhitelist(User, String) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
createBaseUrl(String) - Static method in class com.atlassian.crowd.integration.rest.service.RestExecutor
Returns the "root" WebResource.
createChangeListenerTemplate() - Method in class com.atlassian.crowd.directory.ApacheDS15
 
createChangeListenerTemplate() - Method in class com.atlassian.crowd.directory.OpenDS
 
createChangeListenerTemplate() - Method in class com.atlassian.crowd.directory.SunONE
 
CreateConnector - Class in com.atlassian.crowd.console.action.directory
 
CreateConnector() - Constructor for class com.atlassian.crowd.console.action.directory.CreateConnector
 
CreateConnectorTest - Class in com.atlassian.crowd.selenium.tests.console.directory
 
CreateConnectorTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.directory.CreateConnectorTest
 
createConsumerManager() - Static method in class com.atlassian.crowd.openid.client.util.ProxiableConsumerManagerFactory
WARNING: order of proxy setup and ConsumerManager instantiation is important.
createCredentialsProvider(ClientProperties) - Static method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
createCriteria(Session, Class) - Static method in class com.atlassian.crowd.dao.CriteriaFactory
 
createCrowdClient() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
CreateCustom - Class in com.atlassian.crowd.console.action.directory
 
CreateCustom() - Constructor for class com.atlassian.crowd.console.action.directory.CreateCustom
 
created(Application, String, String) - Static method in class com.atlassian.crowd.model.event.AliasEvent
 
created(URI) - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
CREATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
CREATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
createdDate - Variable in class com.atlassian.crowd.model.InternalEntity
 
CreateDelegated - Class in com.atlassian.crowd.console.action.directory
Extension of the Connector Action to allow for Delegated Directory Creation
CreateDelegated() - Constructor for class com.atlassian.crowd.console.action.directory.CreateDelegated
 
CreateDelegatedAuthenticationDirectoryPage - Class in com.atlassian.crowd.pageobjects
 
CreateDelegatedAuthenticationDirectoryPage() - Constructor for class com.atlassian.crowd.pageobjects.CreateDelegatedAuthenticationDirectoryPage
 
CreateDelegateTest - Class in com.atlassian.crowd.selenium.tests.console.directory
 
CreateDelegateTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.directory.CreateDelegateTest
 
CreateDirectory - Class in com.atlassian.crowd.console.action.directory
 
CreateDirectory() - Constructor for class com.atlassian.crowd.console.action.directory.CreateDirectory
 
createDirectoryCache(RemoteDirectory, InternalRemoteDirectory) - Method in class com.atlassian.crowd.directory.DirectoryCacheFactoryImpl
 
createDirectoryCache(RemoteDirectory, InternalRemoteDirectory) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCacheFactory
Creates a new DirectoryCache instance for the given remoteDirectory and internalDirectory.
createDirectoryCacheChangeOperations(RemoteDirectory, InternalRemoteDirectory) - Method in class com.atlassian.crowd.directory.TransactionalDirectoryCacheFactory
 
CreateDirectoryConnectorPage - Class in com.atlassian.crowd.pageobjects
 
CreateDirectoryConnectorPage() - Constructor for class com.atlassian.crowd.pageobjects.CreateDirectoryConnectorPage
 
CreateDirectoryPage - Class in com.atlassian.crowd.pageobjects
 
CreateDirectoryPage() - Constructor for class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
createEnv() - Method in class com.atlassian.crowd.apacheds.ApacheDSInfoServlet
Creates an environment configuration for JNDI access.
createEventPublisher() - Static method in class com.atlassian.crowd.util.CrowdEventPublisherFactory
 
createFrom(ClientProperties, AuthorizationHeaderGenerator, CloseableHttpClient) - Static method in class com.atlassian.crowd.integration.rest.service.AsapRestExecutor
Constructs a new REST Crowd client executor instance.
createFrom(ClientProperties, CloseableHttpClient) - Static method in class com.atlassian.crowd.integration.rest.service.BasicAuthRestExecutor
Constructs a new REST Crowd client executor instance.
createGlobalSettings() - Method in class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettingsFactory
 
createGroupName(String, int) - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
createHibernateQuery(Query, HQLQuery) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Creates a Hibernate Query equivalent to the provided Crowd Query and HQLQuery.
createHibernateSearchQuery(long, MembershipQuery<?>) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
Builds a Hibernate query from a MembershipQuery.
createHttpHost(ClientProperties) - Static method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
createID() - Static method in class com.atlassian.crowd.plugin.saml.Util
Create a randomly generated string conforming to the xsd:ID datatype.
createInstance() - Method in class com.atlassian.crowd.util.JohnsonEventContainerFactoryBean
 
CreateInternal - Class in com.atlassian.crowd.console.action.directory
 
CreateInternal() - Constructor for class com.atlassian.crowd.console.action.directory.CreateInternal
 
createInternalEntityTemplate(Long, String, Date, Date, boolean) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
createInviteUserToken(String, String, long, long) - Static method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
createJdomDoc(String) - Static method in class com.atlassian.crowd.plugin.saml.Util
Creates a JDOM Document from a string containing XML
createLoadTestingDirectory(String, String, String, String) - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
createLocalGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.hybrid.LocalGroupHandler
Creates a local group with the supplied template.
createMembershipQuery(int, int, boolean, EntityDescriptor, Class<T>, EntityDescriptor, String) - Static method in class com.atlassian.crowd.search.builder.QueryBuilder
createMembershipQuery(int, int, boolean, EntityDescriptor, Class<T>, EntityDescriptor, String...) - Static method in class com.atlassian.crowd.search.builder.QueryBuilder
createMembershipQuery(int, int, boolean, EntityDescriptor, Class<T>, EntityDescriptor, SearchRestriction, String...) - Static method in class com.atlassian.crowd.search.builder.QueryBuilder
 
createMessageContext(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.service.soap.SafeXmlXFireServletControllerAdapter
 
createMethodExecutor(HttpUriRequest, Set<Integer>) - Method in class com.atlassian.crowd.integration.rest.service.AsapRestExecutor
 
createMethodExecutor(HttpUriRequest, Set<Integer>) - Method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
createMethodExecutor(HttpUriRequest) - Method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
createModificationItem(String, String, String) - Static method in class com.atlassian.crowd.directory.SpringLDAPConnector
This method is not suitable for generic attribute updates as it only supports single attribute-value mappings (ie.
createObjectUnderTest() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOMemoryTest
 
createPluginData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
createPrincipalToken(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticates a principal without validating a password.
createPrincipalToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
createPrincipalToken(AuthenticatedToken, String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates a principal without validating a password.
createPrincipalToken(AuthenticatedToken, String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
CreateRemoteCrowd - Class in com.atlassian.crowd.console.action.directory
 
CreateRemoteCrowd() - Constructor for class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
createRequestControl() - Method in class com.atlassian.crowd.directory.ldap.control.DeletedResultsControl
 
createResetPasswordToken(String, String, String, long, long) - Static method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
createRestoreTest(InputStream) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LdifLoaderForTesting
 
createRestoreTest(Class<?>, String) - Static method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LdifLoaderForTesting
 
createSchema() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
The database schema must be created before a transaction is started, because otherwise Hibernate's SessionFactory will initialise it for us (or validate it, depending on how it is configured).
createSchema() - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
Creates the schema in the database.
createSearchStrategy(Application, List<Directory>) - Method in class com.atlassian.crowd.manager.application.DefaultSearchStrategyFactory
 
createSearchStrategy(Application, List<Directory>) - Method in interface com.atlassian.crowd.manager.application.SearchStrategyFactory
Attempts to create a SearchStrategy for the specified application and associated activeDirectories.
createSecretFile() - Method in class com.atlassian.crowd.acceptance.tests.soap.InformationLeakingTestBase
 
createSecretValidationNumber() - Method in class com.atlassian.crowd.manager.token.factory.TokenFactoryImpl
 
createSettingsForKey(String) - Method in class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettingsFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
 
createSocket(String, int) - Method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
 
createSocket() - Method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
 
createTables() - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
createTemplateLoader(ServletContext, String) - Method in class com.atlassian.crowd.plugin.PluginAwareFreemarkerManager
 
createUserName(String, int) - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
credential - Variable in class com.atlassian.crowd.embedded.api.PasswordCredential
 
credential - Variable in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
CriteriaFactory - Class in com.atlassian.crowd.dao
 
CriteriaFactory() - Constructor for class com.atlassian.crowd.dao.CriteriaFactory
 
Crowd10XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd10XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd10XmlRestoreTest
 
Crowd11XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd11XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd11XmlRestoreTest
 
Crowd12XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd12XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd12XmlRestoreTest
 
Crowd13XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd13XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd13XmlRestoreTest
 
Crowd14XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd14XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd14XmlRestoreTest
 
Crowd15XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd15XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd15XmlRestoreTest
 
Crowd16XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd16XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd16XmlRestoreTest
 
Crowd20XmlRestoreTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
Crowd20XmlRestoreTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd20XmlRestoreTest
 
CROWD_ADMIN_EMAIL_ADDRESS - Static variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CROWD_ADMIN_FULLNAME - Static variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CROWD_ADMIN_USER - Static variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CROWD_ADMINISTRATORS_GROUP - Static variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CROWD_ADMINS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
CROWD_APPLICATION_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
CROWD_APPLICATION_KEY - Static variable in class com.atlassian.crowd.plugin.PluginUtils
 
CROWD_APPLICATION_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
CROWD_HTTP_MAX_CONNECTIONS - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for max connections.
CROWD_HTTP_PROXY_HOST - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for http proxy host.
CROWD_HTTP_PROXY_PASSWORD - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for http proxy password.
CROWD_HTTP_PROXY_PORT - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for http proxy port.
CROWD_HTTP_PROXY_USERNAME - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for http proxy username.
CROWD_HTTP_TIMEOUT - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for http timeout.
CROWD_PROPERTY_KEY - Static variable in class com.atlassian.crowd.model.property.Property
Parent Property Key for all Crowd Server properties.
CROWD_PW - Static variable in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
CROWD_SERVER_URL - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Directory attribute key for remote Crowd server URL
CROWD_SERVICE_LOCATION - Static variable in class com.atlassian.crowd.integration.Constants
 
CROWD_SID - Static variable in interface com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManager
 
CROWD_TESTERS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
CROWD_TOKENREAPER_ENABLED_SYSTEM_PROPERTY - Static variable in class com.atlassian.crowd.manager.token.reaper.SessionTokenReaper
This system property controls whether the token reaper actually runs.
CROWD_USER - Static variable in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
CROWD_USERS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
CROWD_XML_BUILD_DATE - Static variable in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
CROWD_XML_BUILD_NUMBER - Static variable in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
CROWD_XML_DATE - Static variable in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
CROWD_XML_VERSION - Static variable in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
CrowdAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
CrowdAcceptanceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
CrowdAcceptanceTestCaseWithEmailServer - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Extends CrowdAcceptanceTestCase with an email server.
CrowdAcceptanceTestCaseWithEmailServer() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCaseWithEmailServer
 
CrowdAccessDeniedException - Exception in com.atlassian.crowd.integration.soap.springsecurity
Although this is an authorisation exception, Crowd combines authentication and authorisation in one call to the Crowd server to determine if a user is allowed access to a particular remote application.
CrowdAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.CrowdAccessDeniedException
 
CrowdAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.CrowdAccessDeniedException
 
CrowdAccessDeniedException - Exception in com.atlassian.crowd.integration.springsecurity
Although this is an authorisation exception, Crowd combines authentication and authorisation in one call to the Crowd server to determine if a user is allowed access to a particular remote application.
CrowdAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.springsecurity.CrowdAccessDeniedException
 
CrowdAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.integration.springsecurity.CrowdAccessDeniedException
 
CrowdActionMapper - Class in com.atlassian.crowd.xwork
 
CrowdActionMapper() - Constructor for class com.atlassian.crowd.xwork.CrowdActionMapper
 
CrowdApplication - Class in com.atlassian.crowd.plugin
Required by the Plugin System
CrowdApplication(String) - Constructor for class com.atlassian.crowd.plugin.CrowdApplication
 
CrowdApplicationFactory - Class in com.atlassian.crowd.console.embedded.api
This class has the responsibility of returning an instance of the 'Crowd' application (not constructing it), the name of which is determined by the given set of client properties.
CrowdApplicationFactory(ApplicationDAO, ClientProperties) - Constructor for class com.atlassian.crowd.console.embedded.api.CrowdApplicationFactory
 
CrowdApplicationFactory(ApplicationDAO, String) - Constructor for class com.atlassian.crowd.console.embedded.api.CrowdApplicationFactory
 
CrowdApplicationModuleDescriptor - Class in com.atlassian.crowd.plugin.descriptors
 
CrowdApplicationModuleDescriptor(ModuleFactory, ApplicationManager, ApplicationService, TokenAuthenticationManager, DynamicProviderManager, RequestToApplicationMapper) - Constructor for class com.atlassian.crowd.plugin.descriptors.CrowdApplicationModuleDescriptor
 
CrowdApplicationPasswordManager - Interface in com.atlassian.crowd.manager.application
 
CrowdApplicationPasswordManagerGeneric - Class in com.atlassian.crowd.manager.application
 
CrowdApplicationPasswordManagerGeneric() - Constructor for class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
CrowdApplicationProperties - Class in com.atlassian.sal.crowd
Specialises ClientPropertiesBasedApplicationProperties for Crowd, using a HomeLocator to find Crowd's home directory.
CrowdApplicationProperties(ClientProperties, HomeLocator) - Constructor for class com.atlassian.sal.crowd.CrowdApplicationProperties
 
CrowdAuthenticationController - Class in com.atlassian.sal.crowd.auth
Implementation of AuthenticationController
CrowdAuthenticationController(UserService, ApplicationService, ApplicationManager) - Constructor for class com.atlassian.sal.crowd.auth.CrowdAuthenticationController
 
CrowdAuthenticationInterceptor - Class in com.atlassian.crowd.integration.xwork
This interceptor manages protecting a web.xml url-pattern.
CrowdAuthenticationInterceptor() - Constructor for class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
Use this default constructor if you are not using an IoC managed HttpAuthenticator/SecurityServerClient.
CrowdAuthenticationInterceptor(HttpAuthenticator) - Constructor for class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
Use this constructor to provide an externally managed singleton instance of the HttpAuthenticator.
CrowdAuthenticationListener - Class in com.atlassian.sal.crowd.auth
Crowd implementation of AuthenticationListener
CrowdAuthenticationListener(UserService) - Constructor for class com.atlassian.sal.crowd.auth.CrowdAuthenticationListener
 
CrowdAuthenticationProvider - Class in com.atlassian.crowd.integration.soap.springsecurity
The CrowdAuthenticationProvider can be used in both SSO and non-SSO mode.
CrowdAuthenticationProvider(String) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
The defaultApplicationName to use when an application name has not been supplied in the AuthenticationToken.details().
CrowdAuthenticationProvider - Class in com.atlassian.crowd.integration.springsecurity
The CrowdAuthenticationProvider can be used in both SSO and non-SSO mode.
CrowdAuthenticationProvider() - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
 
CrowdAuthenticator - Class in com.atlassian.crowd.integration.seraph
 
CrowdAuthenticator(CrowdHttpAuthenticator, Supplier<CrowdService>) - Constructor for class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
 
crowdBaseUrl - Variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CrowdBootstrapAwareStrutsPrepareFilter - Class in com.atlassian.crowd.console.filter
A filter that modifies StrutsPrepareFilter to get its state from BootstrapLoaderListener and installs a PluginAwareConfiguration.
CrowdBootstrapAwareStrutsPrepareFilter() - Constructor for class com.atlassian.crowd.console.filter.CrowdBootstrapAwareStrutsPrepareFilter
 
CrowdBootstrapManager - Interface in com.atlassian.crowd.manager.bootstrap
 
CrowdBootstrapManagerImpl - Class in com.atlassian.crowd.manager.bootstrap
BootstrapManager is responsible for initializing the dependencies of Crowd environment.
CrowdBootstrapManagerImpl() - Constructor for class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
CrowdCachingFilter - Class in com.atlassian.crowd.console.filter
Handles URIs that should not be cached.
CrowdCachingFilter() - Constructor for class com.atlassian.crowd.console.filter.CrowdCachingFilter
 
crowdClient - Variable in class com.atlassian.crowd.security.demo.action.BaseAction
 
CrowdClient - Interface in com.atlassian.crowd.service.client
Atlassian Crowd client interface.
CrowdClientFactory - Interface in com.atlassian.crowd.service.factory
Class will create new instances of a CrowdClient.
CrowdConfigMapper - Class in com.atlassian.crowd.migration
Mapper implementation that will take the values from a Crowd instances crowd.cfg.xml and place this into Crowd XML export/import.
CrowdConfigMapper(CrowdBootstrapManager) - Constructor for class com.atlassian.crowd.migration.CrowdConfigMapper
 
CrowdConfigMapper - Class in com.atlassian.crowd.migration.legacy
This class extends the current 2.x CrowdConfigMapper because configuration mapping is 100% backwards-compatible in XML.
CrowdConfigMapper(CrowdBootstrapManager) - Constructor for class com.atlassian.crowd.migration.legacy.CrowdConfigMapper
 
crowdConsole - Variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CrowdConsole - Class in com.atlassian.crowd.pageobjects
Page object implementation for the Dashboard page in Crowd.
CrowdConsole() - Constructor for class com.atlassian.crowd.pageobjects.CrowdConsole
 
CrowdConstants - Class in com.atlassian.crowd
Crowd server constants.
CrowdConstants.CrowdHome - Class in com.atlassian.crowd
 
CrowdConsumer - Interface in com.atlassian.crowd.openid.client.consumer
A generic interface for the Relying Party aka OpenID Consumer aka OpenID Client.
CrowdContentTypeResolver - Class in com.atlassian.crowd.plugin.servlet
 
CrowdContentTypeResolver() - Constructor for class com.atlassian.crowd.plugin.servlet.CrowdContentTypeResolver
 
CrowdDarkFeatureManager - Class in com.atlassian.sal.crowd.features
Crowd implementation of DarkFeatureManager that doesn't depend on the UserKey-flavoured methods in UserManager.
CrowdDarkFeatureManager(UserManager, SiteDarkFeaturesStorage) - Constructor for class com.atlassian.sal.crowd.features.CrowdDarkFeatureManager
 
CrowdDataAccessException - Exception in com.atlassian.crowd.integration.soap.springsecurity.user
Represents a Crowd-Server specific error, eg.
CrowdDataAccessException(String) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.user.CrowdDataAccessException
Constructor for DataAccessException.
CrowdDataAccessException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.user.CrowdDataAccessException
Constructor for DataAccessException.
CrowdDataAccessException(Exception) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.user.CrowdDataAccessException
Use CrowdDataAccessException to wrap underlying error.
CrowdDataAccessException - Exception in com.atlassian.crowd.integration.springsecurity.user
Represents a Crowd-Server specific error, eg.
CrowdDataAccessException(String) - Constructor for exception com.atlassian.crowd.integration.springsecurity.user.CrowdDataAccessException
Constructor for DataAccessException.
CrowdDataAccessException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.springsecurity.user.CrowdDataAccessException
Constructor for DataAccessException.
CrowdDataAccessException(Exception) - Constructor for exception com.atlassian.crowd.integration.springsecurity.user.CrowdDataAccessException
Use CrowdDataAccessException to wrap underlying error.
CrowdDatabaseMigrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.migration
 
CrowdDatabaseMigrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
CrowdDecoratorSelector - Class in com.atlassian.crowd.plugin.sitemesh
 
CrowdDecoratorSelector(DecoratorMapper) - Constructor for class com.atlassian.crowd.plugin.sitemesh.CrowdDecoratorSelector
 
CrowdDelegatingFilterProxy - Class in com.atlassian.crowd.console.filter
A springified DelagatingFilterProxy which does not attempt to wire up (and hence run) the filter unless Crowd has been setup successfully.
CrowdDelegatingFilterProxy() - Constructor for class com.atlassian.crowd.console.filter.CrowdDelegatingFilterProxy
 
CrowdDirectoryService - Interface in com.atlassian.crowd.embedded.api
Provides the interface for performing Directory Operations in Crowd for applications embedding Crowd.
CrowdDirectoryServiceImpl - Class in com.atlassian.crowd.embedded.core
 
CrowdDirectoryServiceImpl(ApplicationFactory, DirectoryInstanceLoader, DirectoryManager, ApplicationManager) - Constructor for class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
CrowdEmbeddedApplicationFactory - Class in com.atlassian.crowd.embedded.core
 
CrowdEmbeddedApplicationFactory(ApplicationDAO) - Constructor for class com.atlassian.crowd.embedded.core.CrowdEmbeddedApplicationFactory
 
CrowdEventPublisherFactory - Class in com.atlassian.crowd.util
Factory for event publisher instances.
CrowdException - Exception in com.atlassian.crowd.exception
CrowdException is the superclass of Crowd-specific exceptions that must be caught.
CrowdException() - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdException(String) - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdException(Throwable) - Constructor for exception com.atlassian.crowd.exception.CrowdException
 
CrowdHeader - Class in com.atlassian.crowd.pageobjects
PageObject representing the header of the pages
CrowdHeader() - Constructor for class com.atlassian.crowd.pageobjects.CrowdHeader
 
CrowdHomeLogAppender - Class in com.atlassian.crowd.console.logging
A Log4J appender which is aware of when the crowd.home property is set and will switch logging from the console to within the crowd.home directory.
CrowdHomeLogAppender() - Constructor for class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
Creates the delegate Appenders although they are not ready for use until activateOptions() is called.
CrowdHostApplication - Class in com.atlassian.crowd.applinks
Implementation of InternalHostApplication for Crowd
CrowdHostApplication(PropertyManager, PluginAccessor, TypeAccessor, ClientProperties, CrowdBootstrapManager) - Constructor for class com.atlassian.crowd.applinks.CrowdHostApplication
 
CrowdHostContainer - Class in com.atlassian.crowd.plugin
 
CrowdHostContainer() - Constructor for class com.atlassian.crowd.plugin.CrowdHostContainer
 
CrowdHttpAuthenticator - Interface in com.atlassian.crowd.integration.http
This interface is used to manage HTTP authentication.
crowdHttpAuthenticator - Variable in class com.atlassian.crowd.security.demo.action.BaseAction
 
CrowdHttpAuthenticatorImpl - Class in com.atlassian.crowd.integration.http
An implementation of CrowdHttpAuthenticator using a CrowdClient to talk to a Crowd server.
CrowdHttpAuthenticatorImpl(CrowdClient, ClientProperties, CrowdHttpTokenHelper) - Constructor for class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
CrowdHttpContext - Class in com.atlassian.sal.crowd.web.context
Crowd implementation of HttpContext.
CrowdHttpContext() - Constructor for class com.atlassian.sal.crowd.web.context.CrowdHttpContext
 
CrowdHttpTokenHelper - Interface in com.atlassian.crowd.integration.http.util
Helper class for Crowd SSO token operations.
CrowdHttpTokenHelperImpl - Class in com.atlassian.crowd.integration.http.util
Helper class for Crowd SSO token operations.
CrowdHttpValidationFactorExtractor - Interface in com.atlassian.crowd.integration.http.util
Classes which extracts validation factors from a request object should implement this interface.
CrowdHttpValidationFactorExtractorImpl - Class in com.atlassian.crowd.integration.http.util
Extracts ValidationFactors.
CrowdI18nResolver - Class in com.atlassian.sal.crowd.message
Crowd i18n resolver
CrowdI18nResolver(I18nHelper, I18nHelperConfiguration) - Constructor for class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
CrowdIDAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid
 
CrowdIDAcceptanceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.CrowdIDAcceptanceTestCase
 
CrowdIDAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
The main testing acceptance harness that will be used to test the CrowdID.
CrowdIDAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.CrowdIDAcceptanceTestHarness
 
CrowdIDClientAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.client
 
CrowdIDClientAcceptanceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientAcceptanceTestCase
 
CrowdIDClientTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.client
 
CrowdIDClientTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientTest
 
CrowdIDServerAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.server
 
CrowdIDServerAcceptanceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.CrowdIDServerAcceptanceTestCase
 
CrowdifiedConfluenceImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
CrowdifiedConfluenceImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdifiedConfluenceImporterTest
 
CrowdifiedJiraImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
CrowdifiedJiraImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdifiedJiraImporterTest
 
CrowdJohnsonSetupConfig - Class in com.atlassian.crowd.console.johnson
 
CrowdJohnsonSetupConfig() - Constructor for class com.atlassian.crowd.console.johnson.CrowdJohnsonSetupConfig
 
CrowdLicenseHandler - Class in com.atlassian.sal.crowd.license
Crowd license handler that stores the license
CrowdLicenseHandler(CrowdLicenseManager) - Constructor for class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
crowdLicenseManager - Variable in class com.atlassian.crowd.console.action.BaseAction
 
CrowdLicenseManager - Interface in com.atlassian.crowd.manager.license
 
CrowdLicenseManagerException - Exception in com.atlassian.crowd.manager.license
 
CrowdLicenseManagerException() - Constructor for exception com.atlassian.crowd.manager.license.CrowdLicenseManagerException
 
CrowdLicenseManagerException(String) - Constructor for exception com.atlassian.crowd.manager.license.CrowdLicenseManagerException
 
CrowdLicenseManagerException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.license.CrowdLicenseManagerException
 
CrowdLicenseManagerException(Throwable) - Constructor for exception com.atlassian.crowd.manager.license.CrowdLicenseManagerException
 
CrowdLicenseManagerImpl - Class in com.atlassian.crowd.manager.license
 
CrowdLicenseManagerImpl() - Constructor for class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
CrowdLicenseRegistry - Class in com.atlassian.crowd.manager.license
Stores license/hash in crowd.cfg.xml.
CrowdLicenseRegistry() - Constructor for class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
CrowdLicenseStore - Class in com.atlassian.crowd.manager.license
Handles the storage and retrieval of a Crowd License.
CrowdLicenseStore(LicenseManager) - Constructor for class com.atlassian.crowd.manager.license.CrowdLicenseStore
 
CrowdLifecycleManager - Class in com.atlassian.sal.crowd.lifecycle
 
CrowdLifecycleManager(PluginEventManager, PluginAccessor, BundleContext) - Constructor for class com.atlassian.sal.crowd.lifecycle.CrowdLifecycleManager
 
CrowdLoggingConfigurationListener - Class in com.atlassian.crowd.console.logging
If the CrowdHomeLogAppender has been configured, then this listener is responsible for configuring it to redirect logging to the crowd home directory once the bootstrap context is initialised.
CrowdLoggingConfigurationListener() - Constructor for class com.atlassian.crowd.console.logging.CrowdLoggingConfigurationListener
 
CrowdLoginPage - Class in com.atlassian.crowd.pageobjects
Page object implementation for the LoginPage in Crowd.
CrowdLoginPage() - Constructor for class com.atlassian.crowd.pageobjects.CrowdLoginPage
 
CrowdLoginUriProvider - Class in com.atlassian.sal.crowd.auth
 
CrowdLoginUriProvider(ClientProperties) - Constructor for class com.atlassian.sal.crowd.auth.CrowdLoginUriProvider
 
CrowdLogoutHandler - Class in com.atlassian.crowd.integration.soap.springsecurity
Logout handler to logout of Crowd and remove the Crowd SSO token cookie.
CrowdLogoutHandler() - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdLogoutHandler
 
CrowdLogoutHandler - Class in com.atlassian.crowd.integration.springsecurity
Logout handler to logout of Crowd and remove the Crowd SSO token cookie.
CrowdLogoutHandler() - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdLogoutHandler
 
CrowdMatchers - Class in com.atlassian.crowd.test.matchers
 
CrowdMatchers() - Constructor for class com.atlassian.crowd.test.matchers.CrowdMatchers
 
CrowdOpenSessionInViewFilter - Class in com.atlassian.crowd.console.filter
An OpenSessionInViewFilter which does not attempt to wire up (and hence run) the filter unless Crowd's Spring container has been loaded successfully.
CrowdOpenSessionInViewFilter() - Constructor for class com.atlassian.crowd.console.filter.CrowdOpenSessionInViewFilter
 
CrowdOsgiContainerManager - Class in com.atlassian.crowd.plugin
OSGI container manager that caches service trackers.
CrowdOsgiContainerManager(OsgiPersistentCache, PackageScannerConfiguration, HostComponentProvider, PluginEventManager, ServletContextFactory) - Constructor for class com.atlassian.crowd.plugin.CrowdOsgiContainerManager
 
CrowdPerformanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
This suite embodies the Java-bases performance/load tests that are run against a running Crowd server and do not require access to external remote directories such as LDAP.
CrowdPerformanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.CrowdPerformanceTestHarness
 
CrowdPluginManager - Class in com.atlassian.crowd.plugin
 
CrowdPluginManager(PluginPersistentStateStore, List, ModuleDescriptorFactory, PluginEventManager, PluginDirectoryLocator, EventPublisher) - Constructor for class com.atlassian.crowd.plugin.CrowdPluginManager
If you pass a String in the list of pluginLoaders, it will automagically be converted into a SinglePluginLoader for a file with that string's name.
CrowdPluginPersistentStateStore - Class in com.atlassian.crowd.plugin
Persists into the DB via the PluginPropertyManager the state of Crowd's plugins
CrowdPluginPersistentStateStore(PluginPropertyManager) - Constructor for class com.atlassian.crowd.plugin.CrowdPluginPersistentStateStore
 
CrowdPluginSettings - Class in com.atlassian.sal.crowd.pluginsettings
Crowd implementation of PluginSettings interface.
CrowdPluginSettings(String, PluginPropertyManager) - Constructor for class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettings
 
CrowdPluginSettingsFactory - Class in com.atlassian.sal.crowd.pluginsettings
 
CrowdPluginSettingsFactory() - Constructor for class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettingsFactory
 
CrowdPluginSettingsFactory(PluginPropertyManager) - Constructor for class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettingsFactory
 
CrowdProjectManager - Class in com.atlassian.sal.crowd.project
Crowd project manager that returns no project keys, as this doesn't really apply to crowd
CrowdProjectManager() - Constructor for class com.atlassian.sal.crowd.project.CrowdProjectManager
 
CrowdPropertiesMapper - Class in com.atlassian.crowd.migration
Mapper implementation that will take the values from a Crowd instances crowd.properties and place this into Crowd XML export/import
CrowdPropertiesMapper(SessionFactory, BatchProcessor, ClientProperties, ResourceLocator, PropertyUtils) - Constructor for class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
CrowdPropertiesMapper - Class in com.atlassian.crowd.migration.legacy
This class extends the current 2.x CrowdPropertiesMapper because crowd.properties mapping is 100% backwards-compatible in XML.
CrowdPropertiesMapper(SessionFactory, BatchProcessor, ClientProperties, ResourceLocator, PropertyUtils) - Constructor for class com.atlassian.crowd.migration.legacy.CrowdPropertiesMapper
 
CrowdProvider - Interface in com.atlassian.crowd.openid.server.provider
 
CrowdResourceBatchingConfiguration - Class in com.atlassian.crowd.plugin.web
 
CrowdResourceBatchingConfiguration() - Constructor for class com.atlassian.crowd.plugin.web.CrowdResourceBatchingConfiguration
 
crowdResourceBundle - Variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
CrowdRestorePage - Class in com.atlassian.crowd.pageobjects.pages
 
CrowdRestorePage() - Constructor for class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
CrowdRuntimeException - Exception in com.atlassian.crowd.exception.runtime
CrowdRuntimeException is the superclass of Crowd-specific exceptions that may be thrown but not necessarily caught.
CrowdRuntimeException() - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new Crowd runtime exception with null as its detail message.
CrowdRuntimeException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new Crowd runtime exception with the specified detail message.
CrowdRuntimeException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new Crowd runtime exception with the specified detail message and cause.
CrowdRuntimeException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
CrowdSchedulerServiceConfiguration - Class in com.atlassian.crowd.scheduling
An implementation of SchedulerServiceConfiguration which uses the default timezone.
CrowdSchedulerServiceConfiguration() - Constructor for class com.atlassian.crowd.scheduling.CrowdSchedulerServiceConfiguration
 
CrowdSearchProvider - Class in com.atlassian.sal.crowd.search
Search provider that always returns no search matches
CrowdSearchProvider() - Constructor for class com.atlassian.sal.crowd.search.CrowdSearchProvider
 
CrowdSecurityFilter - Class in com.atlassian.crowd.integration.http.filter
This filter manages protecting a web.xml url-pattern.
CrowdSecurityFilter(CrowdHttpAuthenticator, ClientProperties) - Constructor for class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
Constructs a CrowdSecurityFilter.
CrowdSecurityFilter(CrowdHttpAuthenticator, AuthenticationUrlProvider) - Constructor for class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
 
CrowdSeleniumConfiguration - Class in com.atlassian.crowd.selenium.harness
 
CrowdSeleniumConfiguration() - Constructor for class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
CrowdSeleniumTestCase - Class in com.atlassian.crowd.selenium.utils
 
CrowdSeleniumTestCase() - Constructor for class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
CrowdSeleniumTestHarness - Class in com.atlassian.crowd.selenium.harness
 
CrowdSeleniumTestHarness() - Constructor for class com.atlassian.crowd.selenium.harness.CrowdSeleniumTestHarness
 
CrowdSeleniumTestHelper - Class in com.atlassian.crowd.selenium.utils
 
CrowdSeleniumTestHelper() - Constructor for class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestHelper
 
CrowdServer - Class in com.atlassian.crowd.openid.server.action.secure.admin
 
CrowdServer() - Constructor for class com.atlassian.crowd.openid.server.action.secure.admin.CrowdServer
 
CrowdService - Interface in com.atlassian.crowd.embedded.api
Provides the interface for performing User and Group operations in Crowd for applications embedding Crowd.
CrowdServiceFactory - Interface in com.atlassian.crowd.embedded.core.util
 
CrowdServiceImpl - Class in com.atlassian.crowd.embedded.core
Default implementation of the CrowdService
CrowdServiceImpl(ApplicationFactory, ApplicationService, DirectoryInstanceLoader) - Constructor for class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
CrowdServletContextFactory - Class in com.atlassian.crowd.plugin.servlet
 
CrowdServletContextFactory() - Constructor for class com.atlassian.crowd.plugin.servlet.CrowdServletContextFactory
 
CrowdSetupPersister - Class in com.atlassian.crowd.console.setup
 
CrowdSetupPersister() - Constructor for class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
CrowdSiteMeshFilter - Class in com.atlassian.crowd.plugin.sitemesh
 
CrowdSiteMeshFilter() - Constructor for class com.atlassian.crowd.plugin.sitemesh.CrowdSiteMeshFilter
 
CrowdSSOAuthenticationDetails - Class in com.atlassian.crowd.integration.soap.springsecurity
The authentication details for an AuthenticationToken.
CrowdSSOAuthenticationDetails(String, ValidationFactor[]) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationDetails
 
CrowdSSOAuthenticationDetails - Class in com.atlassian.crowd.integration.springsecurity
The authentication details for an AuthenticationToken.
CrowdSSOAuthenticationDetails(Iterable<ValidationFactor>) - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationDetails
 
CrowdSSOAuthenticationProcessingFilter - Class in com.atlassian.crowd.integration.soap.springsecurity
The CrowdSSOAuthenticationProcessingFilter is to be used in conjunction with the CrowdAuthenticationProvider to provide SSO authentication.
CrowdSSOAuthenticationProcessingFilter() - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
 
CrowdSSOAuthenticationProcessingFilter - Class in com.atlassian.crowd.integration.springsecurity
The CrowdSSOAuthenticationProcessingFilter is to be used in conjunction with the CrowdAuthenticationProvider to provide SSO authentication.
CrowdSSOAuthenticationProcessingFilter(CrowdHttpTokenHelper, CrowdClient, ClientProperties) - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
 
CrowdSSOAuthenticationToken - Class in com.atlassian.crowd.integration.soap.springsecurity
A CrowdSSOAuthenticationToken can be used to represent an authentication request consisting of the Crowd SSO Token String (credential) and HTTP ValidationFactors (details).
CrowdSSOAuthenticationToken(String) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationToken
Use constructor to create an unauthenticated SSO token.
CrowdSSOAuthenticationToken(CrowdUserDetails, String, GrantedAuthority[]) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationToken
Use this constructor to create an authenticated SSO token.
CrowdSSOAuthenticationToken(CrowdUserDetails, String, Collection<GrantedAuthority>) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationToken
 
CrowdSSOAuthenticationToken - Class in com.atlassian.crowd.integration.springsecurity
A CrowdSSOAuthenticationToken can be used to represent an authentication request consisting of the Crowd SSO Token String (credential) and HTTP ValidationFactors (details).
CrowdSSOAuthenticationToken(String) - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationToken
Use constructor to create an unauthenticated SSO token.
CrowdSSOAuthenticationToken(CrowdUserDetails, String, GrantedAuthority[]) - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationToken
Use this constructor to create an authenticated SSO token.
CrowdSSOAuthenticationToken(CrowdUserDetails, String, Collection<GrantedAuthority>) - Constructor for class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationToken
 
CrowdSSOTokenInvalidException - Exception in com.atlassian.crowd.integration.soap.springsecurity
Represents a failed authentication attempt using an SSO token that is not valid.
CrowdSSOTokenInvalidException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOTokenInvalidException
Constructs an AuthenticationException with the specified message and root cause.
CrowdSSOTokenInvalidException(String) - Constructor for exception com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOTokenInvalidException
Constructs an AuthenticationException with the specified message and no root cause.
CrowdSSOTokenInvalidException - Exception in com.atlassian.crowd.integration.springsecurity
Represents a failed authentication attempt using an SSO token that is not valid.
CrowdSSOTokenInvalidException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.springsecurity.CrowdSSOTokenInvalidException
Constructs an AuthenticationException with the specified message and root cause.
CrowdSSOTokenInvalidException(String) - Constructor for exception com.atlassian.crowd.integration.springsecurity.CrowdSSOTokenInvalidException
Constructs an AuthenticationException with the specified message and no root cause.
CrowdTemplateRenderer - Class in com.atlassian.crowd.plugin.web
 
CrowdTemplateRenderer() - Constructor for class com.atlassian.crowd.plugin.web.CrowdTemplateRenderer
 
CrowdTestedProduct - Class in com.atlassian.crowd.pageobjects
CrowdTestedProduct (or TestedProduct<…>) contains the configuration of the product for testing with PageObjects, especially the base URL that is used to execute the tests.
CrowdTestedProduct(TestedProductFactory.TesterFactory<WebDriverTester>, ProductInstance) - Constructor for class com.atlassian.crowd.pageobjects.CrowdTestedProduct
 
CrowdThreadLocalContextManager - Class in com.atlassian.sal.crowd.executor
Crowd thread local context manager.
CrowdThreadLocalContextManager(ThreadLocalStateAccessor) - Constructor for class com.atlassian.sal.crowd.executor.CrowdThreadLocalContextManager
 
CrowdThreadLocalStateAccessor - Class in com.atlassian.crowd.manager.threadlocal
Provide access to the state of the application thread locals.
CrowdThreadLocalStateAccessor() - Constructor for class com.atlassian.crowd.manager.threadlocal.CrowdThreadLocalStateAccessor
 
CrowdTrustedAppAuthenticationController - Class in com.atlassian.crowd.trusted
Implementation of AuthenticationController for TrustedApps.
CrowdTrustedAppAuthenticationController(UserService, ApplicationManager, ApplicationService) - Constructor for class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationController
 
CrowdTrustedAppAuthenticationListener - Class in com.atlassian.crowd.trusted
Implementation of AuthenticationListener for Trusted Apps.
CrowdTrustedAppAuthenticationListener(UserService) - Constructor for class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationListener
 
CrowdTrustedApplicationsManager - Class in com.atlassian.crowd.trusted
Crowd implementation of TrustedApplicationsManager and TrustedApplicationsConfigurationManager.
CrowdTrustedApplicationsManager(EncryptionProvider, TrustedApplicationStore) - Constructor for class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
CrowdUserConsoleAcceptenceTestCase - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
CrowdUserConsoleAcceptenceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
CrowdUserDetails - Class in com.atlassian.crowd.integration.soap.springsecurity.user
Implements a basic SOAPPrincipal wrapper for Crowd principals.
CrowdUserDetails(SOAPPrincipal, GrantedAuthority[]) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
CrowdUserDetails(SOAPPrincipal, Collection<GrantedAuthority>) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
CrowdUserDetails - Class in com.atlassian.crowd.integration.springsecurity.user
Implements a basic UserWithAttributes wrapper for Crowd principals.
CrowdUserDetails(User, Collection<GrantedAuthority>) - Constructor for class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
CrowdUserDetails(UserWithAttributes, Collection<GrantedAuthority>) - Constructor for class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
crowdUserDetailsService - Variable in class com.atlassian.crowd.console.action.BaseAction
 
CrowdUserDetailsService - Interface in com.atlassian.crowd.integration.soap.springsecurity.user
Interface for retrieving users from Crowd.
CrowdUserDetailsService - Interface in com.atlassian.crowd.integration.springsecurity.user
Interface for retrieving users from Crowd.
CrowdUserDetailsServiceImpl - Class in com.atlassian.crowd.integration.soap.springsecurity.user
Retrieves users from Crowd using Crowd's remote API.
CrowdUserDetailsServiceImpl() - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
CrowdUserDetailsServiceImpl - Class in com.atlassian.crowd.integration.springsecurity.user
Retrieves users from Crowd using Crowd's remote API.
CrowdUserDetailsServiceImpl() - Constructor for class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
CrowdUserResolver - Class in com.atlassian.crowd.trusted
 
CrowdUserResolver(UserService) - Constructor for class com.atlassian.crowd.trusted.CrowdUserResolver
 
CrowdUserSettingsService - Class in com.atlassian.sal.crowd.usersettings
 
CrowdUserSettingsService(ApplicationService, ApplicationFactory) - Constructor for class com.atlassian.sal.crowd.usersettings.CrowdUserSettingsService
 
CrowdWadlResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
CrowdWadlResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
CrowdWadlResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
CrowdWebAppConsoleAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
The testing acceptance harness that is only used to test the main Crowd Console that an admin user would see.
CrowdWebAppConsoleAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.CrowdWebAppConsoleAcceptanceTestHarness
 
CrowdWebAppOtherAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
The testing acceptance harness that is used to test everything except the main Crowd Console that an admin user would see (that's split out to CrowdWebAppConsoleAcceptanceTestHarness so we can run it separately).
CrowdWebAppOtherAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.CrowdWebAppOtherAcceptanceTestHarness
 
CrowdWebFragmentHelper - Class in com.atlassian.crowd.plugin.web
Crowd specific implementation of the Atlassian Plugin WebFragmentHelper
CrowdWebFragmentHelper() - Constructor for class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
CrowdWebResourceIntegration - Class in com.atlassian.crowd.plugin.web
Crowd-specific implementation of the Atlassian Plugin WebResourceIntegration
CrowdWebResourceIntegration(PluginAccessor, ClientProperties, I18nHelper, PluginEventManager, CacheFactory) - Constructor for class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
CrowdWebTestCase - Class in com.atlassian.crowd.acceptance.utils
Base Crowd test case, with extra assertions on top of WebTestCase.
CrowdWebTestCase() - Constructor for class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
CrowdXsrfProtectionTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
CrowdXsrfProtectionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdXsrfProtectionTest
 
CrowdXsrfTokenAccessor - Class in com.atlassian.sal.crowd.xsrf
Crowd specific implementation of XsrfTokenAccessor.
CrowdXsrfTokenAccessor(XsrfTokenGenerator) - Constructor for class com.atlassian.sal.crowd.xsrf.CrowdXsrfTokenAccessor
 
CrowdXsrfTokenInterceptor - Class in com.atlassian.crowd.xwork.interceptors
Crowd specific implementation of XsrfTokenInterceptor.
CrowdXsrfTokenInterceptor() - Constructor for class com.atlassian.crowd.xwork.interceptors.CrowdXsrfTokenInterceptor
 
CrowdXsrfTokenValidator - Class in com.atlassian.sal.crowd.xsrf
Crowd specific implementation of XsrfTokenValidator.
CrowdXsrfTokenValidator(XsrfTokenGenerator) - Constructor for class com.atlassian.sal.crowd.xsrf.CrowdXsrfTokenValidator
 
CrowdXWorkTransactionInterceptor - Class in com.atlassian.crowd.console.interceptor
An interceptor that wraps the action execution in a single Hibernate transaction.
CrowdXWorkTransactionInterceptor() - Constructor for class com.atlassian.crowd.console.interceptor.CrowdXWorkTransactionInterceptor
 
CsvConfiguration - Class in com.atlassian.crowd.importer.config
This configuration type will encapsulate all required elements to import users/groups and their memberships into Crowd from two CSV files
CsvConfiguration() - Constructor for class com.atlassian.crowd.importer.config.CsvConfiguration
 
CsvConfiguration(Long, String, boolean, File, File, Character, boolean) - Constructor for class com.atlassian.crowd.importer.config.CsvConfiguration
 
CsvConfirmation - Class in com.atlassian.crowd.console.action.dataimport
Action class to handle the confimation of the CSV mappings
CsvConfirmation() - Constructor for class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
CsvImporter - Class in com.atlassian.crowd.importer.importers
This class is responsible for importing users, groups and their memberships from two CSV files.
CsvImporter(DirectoryManager) - Constructor for class com.atlassian.crowd.importer.importers.CsvImporter
 
CsvImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test's the adding of a CSV file into Crowd
CsvImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
CsvLoadStatWriter - Class in com.atlassian.crowd.acceptance.utils
Simple csv stat writer
CsvLoadStatWriter(String) - Constructor for class com.atlassian.crowd.acceptance.utils.CsvLoadStatWriter
 
CsvMapper<T> - Class in com.atlassian.crowd.importer.mappers.csv
Abstract class that contains a common method that all sub-classes will require to read and manage the mapping of attributes from a CSV line.
CsvMapper(Long, OrderedBidiMap) - Constructor for class com.atlassian.crowd.importer.mappers.csv.CsvMapper
 
CsvMapping - Class in com.atlassian.crowd.console.action.dataimport
Mapping action for the CSV importer
CsvMapping() - Constructor for class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
CURRENT_LICENSE_RESOURCE_TOTAL - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Total number of 'current' resources towards the license resource limit, ie number of users.
CURRENT_START_SYNC_TIME - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for the current synchronisation's start time in milliseconds from epoch.
currentPrincipalInvalidPasswordAttempts(UserWithAttributes) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
currentResources - Variable in class com.atlassian.crowd.console.action.License
 
currentResources - Variable in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
currentSession() - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
 
currentTime() - Method in class com.atlassian.crowd.service.token.DefaultInviteUserTokenService
 
currentUserHasPermission(UserPermission) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionService
Does the current user have the provided permission.
currentUserHasPermission(UserPermission) - Method in class com.atlassian.crowd.manager.permission.UserPermissionServiceImpl
 
CUSTOM_USER_OBJECT_CLASS - Static variable in class com.atlassian.crowd.selenium.tests.console.directory.CreateConnectorTest
 
CUSTOM_USER_OBJECT_CLASS - Static variable in class com.atlassian.crowd.selenium.tests.console.directory.CreateDelegateTest
 
customAttributeMappers - Variable in class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
CustomDirectoryInstanceLoader - Class in com.atlassian.crowd.directory.loader
CustomDirectoryInstanceLoader loads a RemoteDirectory by using an InstanceFactory to create a RemoteDirectory.
CustomDirectoryInstanceLoader(InstanceFactory) - Constructor for class com.atlassian.crowd.directory.loader.CustomDirectoryInstanceLoader
 
customizeBeanFactory(DefaultListableBeanFactory) - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
customizeBeanFactory(DefaultListableBeanFactory) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 

D

DaoDiscriminator - Interface in com.atlassian.crowd.dao
Objects that implement this interface can dynamically tell whether a DAO is in a state that permits handling data access operations.
DaoRefresher - Class in com.atlassian.crowd.file
Asks refreshable DAOs to refresh themselves.
DaoRefresher(Iterable<RefreshableDao>) - Constructor for class com.atlassian.crowd.file.DaoRefresher
 
DarkFeatureManagerOsgiAccessor - Class in com.atlassian.crowd.feature
Allows using the DarkFeatureManager that lives in the Crowd SAL plugin from the Crowd host.
DarkFeatureManagerOsgiAccessor(CrowdOsgiContainerManager) - Constructor for class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
Database - Class in com.atlassian.crowd.console.action.setup
Select the type of database to configure Crowd with: Embedded (HSQLDB) External JDBC (C3P0 pooled) External Datasource (externally pooled) Once a database type is correctly selected, this action will configure the database with the appropriate schema.
Database() - Constructor for class com.atlassian.crowd.console.action.setup.Database
 
DATABASE_DATE_FORMAT - Static variable in class com.atlassian.crowd.migration.GenericMapper
 
DATABASE_STEP - Static variable in class com.atlassian.crowd.console.action.setup.Database
 
DATABASE_STORAGE - Static variable in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
DATABASE_TOKEN_STORAGE_ENABLED - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Whether or not Crowd is using database token storage
DatabaseFileLocator - Interface in com.atlassian.crowd.dao.util
Abstracts the location of the database file
DatabaseFileLocatorImpl - Class in com.atlassian.crowd.dao.util
 
DatabaseFileLocatorImpl(HomeLocator, String) - Constructor for class com.atlassian.crowd.dao.util.DatabaseFileLocatorImpl
 
DatabaseImporter - Interface in com.atlassian.crowd.migration.legacy.database
A mapper that will handle migrating the data from a legacy Crowd (pre 2.0) database to the Crowd 2.0+ database schema.
DatabaseMapper - Class in com.atlassian.crowd.migration.legacy.database
 
DatabaseMapper(SessionFactory, BatchProcessor, JdbcOperations) - Constructor for class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
DatabaseMapper.AttributeMapper - Class in com.atlassian.crowd.migration.legacy.database
 
DatabaseMapper.EntityIdentifier - Class in com.atlassian.crowd.migration.legacy.database
 
DatabaseMigrationManager - Class in com.atlassian.crowd.migration.legacy.database
 
DatabaseMigrationManager(DatabaseMigrator, ApplicationConfig, DatabaseVerificationManager, SystemInfoHelper) - Constructor for class com.atlassian.crowd.migration.legacy.database.DatabaseMigrationManager
 
DatabaseMigrator - Class in com.atlassian.crowd.migration.legacy.database
 
DatabaseMigrator() - Constructor for class com.atlassian.crowd.migration.legacy.database.DatabaseMigrator
 
DatabaseVerificationManager - Class in com.atlassian.crowd.migration.verify
This manager will look after verifiers that need to run against the legacy database before migration to validate that the migration can proceed.
DatabaseVerificationManager(List<DatabaseVerifier>) - Constructor for class com.atlassian.crowd.migration.verify.DatabaseVerificationManager
 
DatabaseVerifier - Class in com.atlassian.crowd.migration.verify
Responsible for verifying the correctness/compatibility of pre 2.0 database to 2.0+ database
DatabaseVerifier() - Constructor for class com.atlassian.crowd.migration.verify.DatabaseVerifier
 
DataSourceSpringContextTestDelegate - Class in com.atlassian.crowd.acceptance.tests.persistence.migration
 
DataSourceSpringContextTestDelegate() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.migration.DataSourceSpringContextTestDelegate
 
DATE_FORMAT - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
DATE_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login date macro key.
DATE_PROPERTY_FORMAT_PATTERN - Static variable in class com.atlassian.crowd.embedded.propertyset.DateFormats
 
DateFormats - Class in com.atlassian.crowd.embedded.propertyset
 
DateUtils - Class in com.atlassian.crowd.core.tiny
 
DateUtils(ResourceBundle) - Constructor for class com.atlassian.crowd.core.tiny.DateUtils
 
daysLeft - Variable in class com.atlassian.crowd.console.action.Console
 
DbCachingDirectoryPoller - Class in com.atlassian.crowd.directory
A Directory poller for the DbCachingRemoteDirectory.
DbCachingDirectoryPoller(DirectorySynchroniser, SynchronisableDirectory) - Constructor for class com.atlassian.crowd.directory.DbCachingDirectoryPoller
Constructs a new DbCachingDirectoryPoller with the correct instance of RemoteDirectory.
DbCachingLoadAndOperateTest - Class in com.atlassian.crowd.acceptance.tests.directory
Tests that DbCaching directories can still function while a synchronisation is occurring.
DbCachingLoadAndOperateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadAndOperateTest
 
DbCachingLoadMutationTest - Class in com.atlassian.crowd.acceptance.tests.directory
Tests will create and remove users/groups/memberships in the base of the test OU in order to test sync performance if there has been changes made to the LDAP directory.
DbCachingLoadMutationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadMutationTest
 
DbCachingLoadTest - Class in com.atlassian.crowd.acceptance.tests.directory
Summary of the loadTesting ou that exists on crowd-ad1 and TPM https://extranet.atlassian.com/display/CROWD/Load+Testing
DbCachingLoadTest() - Constructor for class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadTest
 
DbCachingLoadTestHarness - Class in com.atlassian.crowd.acceptance.harness
Load testing the DB sync operation with external LDAP servers.
DbCachingLoadTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.DbCachingLoadTestHarness
 
DbCachingRemoteChangeOperations - Class in com.atlassian.crowd.directory
 
DbCachingRemoteChangeOperations(DirectoryDao, RemoteDirectory, InternalRemoteDirectory, SynchronisationStatusManager, EventPublisher) - Constructor for class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
DbCachingRemoteDirectory - Class in com.atlassian.crowd.directory
A RemoteDirectory that provides LDAP and Crowd integration plus local storage in an internal directory for LDAP user and group attributes, and local groups for LDAP and Crowd users with local caching of remote data.
DbCachingRemoteDirectory(RemoteDirectory, InternalRemoteDirectory, DirectoryCacheFactory) - Constructor for class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
DbCachingRemoteDirectoryInstanceLoader - Class in com.atlassian.crowd.directory.loader
Loader that allows for proxying of a remote directory through a local cache/mirror.
DbCachingRemoteDirectoryInstanceLoader(DirectoryInstanceLoader, InternalDirectoryInstanceLoader, DirectoryMonitorManager, DirectoryCacheFactory) - Constructor for class com.atlassian.crowd.directory.loader.DbCachingRemoteDirectoryInstanceLoader
Spring-friendly constructor.
DbCachingRemoteDirectoryInstanceLoader(LDAPDirectoryInstanceLoader, RemoteCrowdDirectoryInstanceLoader, InternalDirectoryInstanceLoader, DirectoryMonitorManager, DirectoryCacheFactory) - Constructor for class com.atlassian.crowd.directory.loader.DbCachingRemoteDirectoryInstanceLoader
Pico-friendly constructor.
DbCachingTestHelper - Class in com.atlassian.crowd.acceptance.utils
Helper class for testing DB caching directories.
DbCachingTestHelper(WebTester) - Constructor for class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
 
DbCachingTestHelper.PartialSyncTask - Class in com.atlassian.crowd.acceptance.utils
Uses the Builder pattern to create a synchronisation task.
DbCachingTestHelper.SyncInfo - Class in com.atlassian.crowd.acceptance.utils
Information about the synchronisation.
deactivateUser(String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
DebugLoggingPropertySet - Class in com.atlassian.crowd.embedded.propertyset
Adds debug logging when accessing the wrapped PropertySet.
DebugLoggingPropertySet(PropertySet) - Constructor for class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
decodeLicenseDetails(String) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
decodePrivateKey(EncryptionProvider, String) - Static method in class com.atlassian.crowd.trusted.KeyUtils
Decode a Base64-encoded String representing a PrivateKey.
decodePublicKey(EncryptionProvider, String) - Static method in class com.atlassian.crowd.trusted.KeyUtils
Decode a Base64-encoded String representing a PublicKey.
decorateClient(Client) - Method in interface com.atlassian.crowd.acceptance.rest.RestServer
Perform custom processing on the Jersey client, such as adding any necessary headers for multitenant tests.
decorateClient(Client) - Method in enum com.atlassian.crowd.acceptance.tests.rest.RestServerImpl
 
DecoratorAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
 
DecoratorAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.DecoratorAcceptanceTestHarness
 
DecoratorAttributes - Class in com.atlassian.crowd.plugin
 
DecoratorModuleDescriptor - Class in com.atlassian.crowd.plugin.descriptors
Implements the <decorator> plugin module.
DecoratorModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.crowd.plugin.descriptors.DecoratorModuleDescriptor
 
DecoratorModuleTest - Class in com.atlassian.crowd.acceptance.tests.decorator
 
DecoratorModuleTest() - Constructor for class com.atlassian.crowd.acceptance.tests.decorator.DecoratorModuleTest
 
decryptCredential(String) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
DEFAULT_ADMIN_NAME_KEY - Static variable in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
DEFAULT_ADMIN_STEP - Static variable in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
DEFAULT_APPLICATION_PASSWORD - Static variable in class com.atlassian.crowd.console.action.setup.Integration
 
DEFAULT_BASEURL - Static variable in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
DEFAULT_CACHE_SYNCHRONISE_INTERVAL - Static variable in interface com.atlassian.crowd.directory.monitor.poller.DirectoryPoller
Default cache synchronisation interval in seconds.
DEFAULT_CHARACTER_ENCODING - Static variable in class com.atlassian.crowd.CrowdConstants
Character encoding.
DEFAULT_CONTENT_TYPE - Static variable in class com.atlassian.crowd.CrowdConstants
Default content type for web/html documents.
DEFAULT_IDENTIFIER_METHOD_NAME - Static variable in class com.atlassian.crowd.util.persistence.hibernate.GenericEnumUserType
 
DEFAULT_INITIAL_POOL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_MAIL_PORT - Static variable in class com.atlassian.crowd.util.mail.SMTPServer
 
DEFAULT_MAX_SYNC_WAIT_TIME_MS - Static variable in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
Default maximum number of connections in the pool.
DEFAULT_MAX_WAIT_TIME - Static variable in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
DEFAULT_MAXIMUM_POOL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_MIN_FAILURES - Static variable in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
DEFAULT_MIN_INTERVAL_MILLIS - Static variable in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
DEFAULT_PAGE_SIZE - Static variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
DEFAULT_POOL_AUTHENTICATION - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_POOL_PROTOCOL - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_POOL_TIMEOUT_MS - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_PREFERRED_POOL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
DEFAULT_SEARCH_RESULT_SIZE - Static variable in class com.atlassian.crowd.plugin.rest.filter.RequestDefaults
 
DEFAULT_SELENIUM_BROWSER - Static variable in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
DEFAULT_SELENIUM_LOCATION - Static variable in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
DEFAULT_SELENIUM_PORT - Static variable in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
DEFAULT_SYNC_INTERVAL - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
DEFAULT_TOKEN_EXPIRY_SECONDS - Static variable in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
 
DEFAULT_TOKEN_EXPIRY_SECONDS - Static variable in interface com.atlassian.crowd.service.token.InviteUserTokenService
 
DEFAULT_TOTAL - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
DEFAULT_VALUE_OF_METHOD_NAME - Static variable in class com.atlassian.crowd.util.persistence.hibernate.GenericEnumUserType
 
DefaultAdministrator - Class in com.atlassian.crowd.console.action.setup
 
DefaultAdministrator() - Constructor for class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
DefaultBackupFileStore - Class in com.atlassian.crowd.manager.backup
Default implementation of BackupFileStore.
DefaultBackupFileStore(HomeLocator) - Constructor for class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
DefaultBackupManager - Class in com.atlassian.crowd.manager.backup
Default implementation of BackupManager
DefaultBackupManager(XmlMigrationManager, FileConfigurationExporter, BackupFileStore) - Constructor for class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
DefaultBootstrapManager - Class in com.atlassian.crowd.openid.server.bootstrap
BootstrapManager is responsible for initializing the dependencies of the Crowd environment.
DefaultBootstrapManager(String) - Constructor for class com.atlassian.crowd.openid.server.bootstrap.DefaultBootstrapManager
 
DefaultConnectionPoolProperties - Class in com.atlassian.crowd.embedded.impl
Form-backing bean used to set default values in the connection pool UI and convert the values for storage as application attributes.
DefaultConnectionPoolProperties() - Constructor for class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
DefaultExpirableUserTokenService - Class in com.atlassian.crowd.service.token
Default implementation of ExpirableUserTokenService backed by a storage DAO.
DefaultExpirableUserTokenService(ExpirableUserTokenDao) - Constructor for class com.atlassian.crowd.service.token.DefaultExpirableUserTokenService
 
DefaultHibernateConfigurator - Class in com.atlassian.crowd.console.setup
 
DefaultHibernateConfigurator() - Constructor for class com.atlassian.crowd.console.setup.DefaultHibernateConfigurator
 
DefaultHostApplicationControl - Class in com.atlassian.crowd
 
DefaultHostApplicationControl() - Constructor for class com.atlassian.crowd.DefaultHostApplicationControl
 
DefaultHttpClientProvider - Class in com.atlassian.crowd.integration.rest.service
Default implementation of HttpClientProvider that creates http clients with client-side caching support.
DefaultHttpClientProvider() - Constructor for class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
DefaultInviteUserTokenService - Class in com.atlassian.crowd.service.token
Default implementation of InviteUserTokenService backed by a storage DAO.
DefaultInviteUserTokenService(ExpirableUserTokenDao, SecureTokenGenerator) - Constructor for class com.atlassian.crowd.service.token.DefaultInviteUserTokenService
 
DefaultProfileDeleteException - Exception in com.atlassian.crowd.openid.server.manager.profile
 
DefaultProfileDeleteException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.profile.DefaultProfileDeleteException
 
DefaultSearchStrategyFactory - Class in com.atlassian.crowd.manager.application
A SearchStrategyFactory which will delegate to the DirectoryManager for all of its search strategies.
DefaultSearchStrategyFactory(DirectoryManager) - Constructor for class com.atlassian.crowd.manager.application.DefaultSearchStrategyFactory
 
DefaultStartPage - Class in com.atlassian.crowd.console.action
 
DefaultStartPage() - Constructor for class com.atlassian.crowd.console.action.DefaultStartPage
 
DefaultUserManager - Class in com.atlassian.sal.crowd.user
Crowd implementation of the UserManager
DefaultUserManager(UserService, CrowdService, HttpContext) - Constructor for class com.atlassian.sal.crowd.user.DefaultUserManager
 
DEFLATE_ENCODING - Static variable in class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
This is the encoding that MUST be supported by all SAML bindings, see SAML bindings spec section 3.4.4.1
delegate() - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
delegate() - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
DelegatedAuthenticationDirectory - Class in com.atlassian.crowd.directory
This implementation of a RemoteDirectory provides delegated authentication to an underlying remote LDAP implementation.
DelegatedAuthenticationDirectory(RemoteDirectory, InternalRemoteDirectory, EventPublisher, DirectoryDao) - Constructor for class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
DelegatedAuthenticationDirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
Marker interface for the Delegated Authentication Directory instance loader.
DelegatedAuthenticationDirectoryInstanceLoaderImpl - Class in com.atlassian.crowd.directory.loader
 
DelegatedAuthenticationDirectoryInstanceLoaderImpl(LDAPDirectoryInstanceLoader, InternalDirectoryInstanceLoader, EventPublisher, DirectoryDao) - Constructor for class com.atlassian.crowd.directory.loader.DelegatedAuthenticationDirectoryInstanceLoaderImpl
 
DelegatedDirectoryTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
DelegatedDirectoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryTest
 
DelegatedDirectoryWithNestedGroupsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Extra tests on top of DelegatedDirectoryTest to cover LDAP directories with nested groups.
DelegatedDirectoryWithNestedGroupsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryWithNestedGroupsTest
 
DelegatingDirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
Marker interface for the Delegating Directory instance loader.
DelegatingDirectoryInstanceLoaderImpl - Class in com.atlassian.crowd.directory.loader
Iterative directory instance loader.
DelegatingDirectoryInstanceLoaderImpl(List<DirectoryInstanceLoader>) - Constructor for class com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoaderImpl
Creates a new instance of DelegatingDirectoryInstanceLoader.
DelegatingDirectoryInstanceLoaderImpl(InternalDirectoryInstanceLoader, InternalHybridDirectoryInstanceLoader, DelegatedAuthenticationDirectoryInstanceLoader) - Constructor for class com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoaderImpl
Pico-friendly constructor.
DelegatingDirectoryInstanceLoaderImpl(InternalDirectoryInstanceLoader, InternalHybridDirectoryInstanceLoader) - Constructor for class com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoaderImpl
Pico-friendly constructor.
DelegatingGroupWithAttributes - Class in com.atlassian.crowd.embedded.impl
Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
DelegatingGroupWithAttributes(Group, Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
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.embedded.impl
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
DelegatingUserWithAttributes(User, Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
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
 
delete() - Method in class com.atlassian.crowd.pageobjects.ViewDirectory
 
deleteAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
deleteAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
 
deleteAllAliasesForUser(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
deleteAllAliasesForUser(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
Removes the alias for the given username in all the applications that are alias-enabled.
deleteApplication(String) - Method in class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
deleteApplication(String) - Method in class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
deleteApplication(String) - Method in interface com.atlassian.crowd.trusted.TrustedApplicationStore
Delete the TrustedApplication with the given ID.
deleteCachedGroup(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
deleteCachedGroup(String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
deleteCachedGroup(String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
deleteCachedGroups(Set<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
deleteCachedGroups(Set<String>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
deleteCachedGroups(Set<String>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
deleteCachedGroupsNotIn(GroupType, List<? extends Group>, Date) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
deleteCachedGroupsNotIn(GroupType, List<? extends Group>, Date) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
deleteCachedGroupsNotIn(GroupType, List<? extends Group>, Date) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
deleteCachedUser(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
deleteCachedUser(String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
deleteCachedUser(String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
deleteCachedUsersByGuid(Set<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
deleteCachedUsersByGuid(Set<String>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
deleteCachedUsersByGuid(Set<String>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
deleteCachedUsersNotIn(List<? extends User>, Date) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
deleteCachedUsersNotIn(List<? extends User>, Date) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
deleteCachedUsersNotIn(List<? extends User>, Date) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
deleted(Application, String) - Static method in class com.atlassian.crowd.model.event.AliasEvent
 
DeletedControl - Class in com.atlassian.crowd.directory.ldap.control.ldap
Active Directory control that allows for the searching of deleted objects aka 'tombstones'.
DeletedControl() - Constructor for class com.atlassian.crowd.directory.ldap.control.ldap.DeletedControl
 
deleteDirectChildGroup(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Deletes a child group membership.
deleteDirectChildGroup(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
deleteDirectUser(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Removes the user membership.
deleteDirectUser(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
DeletedResultsControl - Class in com.atlassian.crowd.directory.ldap.control
Wrapper for the LDAPDeletedResultsControl so that it "fits in" with the SpringLDAP templating model.
DeletedResultsControl() - Constructor for class com.atlassian.crowd.directory.ldap.control.DeletedResultsControl
 
deleteFile(File) - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
deleteGroupAttribute(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
deleteKeys() - Method in interface com.atlassian.crowd.plugin.saml.SAMLMessageManager
Deletes any generated DSA keys in the "/plugin-data/crowd-saml-plugin" folder.
deleteKeys() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
DeleteOperation - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation
Hibernate Operation to delete entities in batch
DeleteOperation() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.DeleteOperation
 
deleteProfile(User, long) - Method in interface com.atlassian.crowd.openid.server.manager.profile.ProfileManager
Deletes a the given profile from a user.
deleteProfile(User, long) - Method in class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
deleteTokensForUser(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
 
deleteUserPassword(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Sets a user password to NONE.
DEMO_PW - Static variable in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
DEMO_USER - Static variable in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
DemoAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
DemoAcceptanceTestCase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
DemoAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
 
DemoAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.DemoAcceptanceTestHarness
 
DemoGroup - Class in com.atlassian.crowd.security.demo.model
 
DemoGroup(String, long, boolean, String, GroupType) - Constructor for class com.atlassian.crowd.security.demo.model.DemoGroup
 
DemoOGNLDoubleEvaluationTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
DemoOGNLDoubleEvaluationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.DemoOGNLDoubleEvaluationTest
 
DemoOGNLInjectionTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
DemoOGNLInjectionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.DemoOGNLInjectionTest
 
DemoUser - Class in com.atlassian.crowd.security.demo.model
 
DemoUser(String, String, String, boolean, String, String, long, String) - Constructor for class com.atlassian.crowd.security.demo.model.DemoUser
 
DENY_RELYINGPARTY_LOCALHOST_MODE - Static variable in class com.atlassian.crowd.openid.server.model.property.Property
Server Property: Allow relying party localhost authentications.
denyRequest(User, OpenIDAuthRequest) - Method in interface com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManager
Process a request if the "deny" action is taken by the user when a site has requested authentication.
denyRequest(User, OpenIDAuthRequest) - Method in class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
 
DependencyVerifier - Class in com.atlassian.crowd.util
 
DependencyVerifier(String) - Constructor for class com.atlassian.crowd.util.DependencyVerifier
 
DEPLOYMENT_TITLE - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Deployment title.
DEPLOYMENTTITLE_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login deployment title macro key.
DES_ENCODER - Static variable in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
 
DES_ENCRYPTION_KEY - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Server encryption key.
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.AliasMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.AttributesMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.DirectoryMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.PermittedGroupMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
 
describeTo(Description) - Method in class com.atlassian.crowd.test.matchers.UserRenamedEventMatcher
 
description - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
description - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
description - Variable in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
description - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
Description of the entity.
description - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
DESCRIPTION - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
description - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
DESCRIPTION_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
descriptionAttribute - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
DESCRIPTIVE_NAME - Static variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
DESCRIPTIVE_NAME - Static variable in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
deserialiseAssociation(Map<String, String>) - Method in class com.atlassian.crowd.openid.server.provider.association.AssociationStringMapFormat
 
DESPasswordEncoder - Class in com.atlassian.crowd.password.encoder
This encoder implements the DES algorithm
DESPasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.DESPasswordEncoder
 
destroy() - Method in class com.atlassian.crowd.console.filter.CrowdCachingFilter
 
destroy() - Method in class com.atlassian.crowd.console.interceptor.SetupCheckInterceptor
 
destroy() - Method in class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
Shuts down the filter.
destroy() - Method in class com.atlassian.crowd.integration.http.VerifyTokenFilter
Shuts down the filter.
destroy() - Method in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
 
destroy() - Method in class com.atlassian.crowd.openid.server.interceptor.AdminActionInterceptor
 
destroy() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
destroy() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
destroy() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
destroy() - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
destroy() - Method in class com.atlassian.crowd.plugin.rest.filter.SeraphDisablerFilter
 
destroy() - Method in class com.atlassian.crowd.plugin.web.filter.HttpContextFilter
 
destroy() - Method in class com.atlassian.crowd.plugin.web.filter.RequestCacheThreadLocalFilter
 
destroy() - Method in class com.atlassian.crowd.security.BlockOpenSocialRequestFilter
 
destroy() - Method in class com.atlassian.crowd.util.PluginResourceBundleProvider
 
destroy() - Method in class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
 
destroy() - Method in class com.atlassian.crowd.xwork.interceptors.SecurityHeadersInterceptor
 
destroy() - Method in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
destroy() - Method in class com.atlassian.crowd.xwork.interceptors.XWorkTransactionInterceptor
 
detailsTab - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
determineIfNestedGroupImport() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
determineImporter(Configuration) - Method in class com.atlassian.crowd.importer.importers.ConfluenceImporter
 
determineImporter(Configuration) - Method in class com.atlassian.crowd.importer.importers.JiraImporter
 
DEVELOPER_LICENSE_KEY - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
DIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
DIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
DIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
Directories - Class in com.atlassian.crowd.embedded.api
Utility class for Directory
DIRECTORIES_CONF_FILE_NAME - Static variable in interface com.atlassian.crowd.manager.backup.BackupFileConstants
 
DIRECTORIES_WITH_CONFIGURABLE_USER_ENCRYPTION - Static variable in class com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelperImpl
 
directory(long) - Method in class com.atlassian.crowd.console.action.BaseAction
 
directory - Variable in class com.atlassian.crowd.console.action.group.AddGroup
 
directory - Variable in class com.atlassian.crowd.console.action.group.RemoveGroup
 
directory - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
directory - Variable in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
directory - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
Directory - Interface in com.atlassian.crowd.embedded.api
Represents a Directory configuration in Crowd.
directory - Variable in class com.atlassian.crowd.model.InternalDirectoryEntity
 
directory() - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
directory() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
directory() - Static method in class com.atlassian.crowd.test.matchers.DirectoryMatcher
A matcher that matches any directory.
DIRECTORY1_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
DIRECTORY1_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
DIRECTORY2_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
DIRECTORY2_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
DIRECTORY_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
DIRECTORY_FROM_MAPPING - Static variable in class com.atlassian.crowd.model.application.DirectoryMapping
 
DIRECTORY_ID - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
DIRECTORY_ID - Static variable in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
Directory ID associated with token.
DIRECTORY_INTERNAL_STEP - Static variable in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
DIRECTORY_MAPPINGS_PATH_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
DIRECTORY_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
DIRECTORY_TABLE_HEADERS - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
DIRECTORY_TABLE_HEADERS - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
DIRECTORY_TABLE_ID - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
DIRECTORY_TABLE_ID - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
DIRECTORY_TYPE - Static variable in class com.atlassian.crowd.search.SearchContext
 
DIRECTORY_XML_NODE - Static variable in class com.atlassian.crowd.migration.DirectoryMapper
 
DIRECTORY_XML_NODE - Static variable in class com.atlassian.crowd.migration.legacy.DirectoryMapper
 
DIRECTORY_XML_ROOT - Static variable in class com.atlassian.crowd.migration.DirectoryMapper
 
DIRECTORY_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.DirectoryMapper
 
DirectoryAttributeRetriever - Class in com.atlassian.crowd.directory.ldap.util
 
DirectoryAttributeRetriever() - Constructor for class com.atlassian.crowd.directory.ldap.util.DirectoryAttributeRetriever
 
DirectoryBrowserPage - Class in com.atlassian.crowd.pageobjects
 
DirectoryBrowserPage() - Constructor for class com.atlassian.crowd.pageobjects.DirectoryBrowserPage
 
DirectoryCache - Interface in com.atlassian.crowd.directory.ldap.cache
A cache of users, groups and memberships for an external Directory.
DirectoryCacheFactory - Interface in com.atlassian.crowd.directory.ldap.cache
Factory for creating DirectoryCache instances.
DirectoryCacheFactoryImpl - Class in com.atlassian.crowd.directory
DirectoryCacheFactory that returns DbCachingRemoteDirectoryCache instance.
DirectoryCacheFactoryImpl(DirectoryDao, SynchronisationStatusManager, EventPublisher) - Constructor for class com.atlassian.crowd.directory.DirectoryCacheFactoryImpl
 
DirectoryCacheImplUsingChangeOperations - Class in com.atlassian.crowd.directory
 
DirectoryCacheImplUsingChangeOperations(DirectoryCacheChangeOperations) - Constructor for class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
DirectoryConfiguration - Class in com.atlassian.crowd.importer.config
Configuration specific to the movement of users/groups/memberships from one RemoteDirectory to another.
DirectoryConfiguration(Long, Long, boolean) - Constructor for class com.atlassian.crowd.importer.config.DirectoryConfiguration
 
DirectoryConfigurationReadFromFileTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
DirectoryConfigurationReadFromFileTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
DirectoryConfirmation - Class in com.atlassian.crowd.console.action.dataimport
Action class to handle the confirmation of the Directory mappings
DirectoryConfirmation() - Constructor for class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
DirectoryCreatedEvent - Class in com.atlassian.crowd.event.directory
 
DirectoryCreatedEvent(Object, Directory) - Constructor for class com.atlassian.crowd.event.directory.DirectoryCreatedEvent
 
DirectoryCurrentlySynchronisingException - Exception in com.atlassian.crowd.exception
Thrown when an operation failed because the directory is currently synchronising.
DirectoryCurrentlySynchronisingException(long) - Constructor for exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
 
DirectoryCurrentlySynchronisingException(long, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
 
directoryDao - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
DirectoryDao - Interface in com.atlassian.crowd.embedded.spi
Stores and retrieves directories.
DirectoryDAOFile - Class in com.atlassian.crowd.dao.directory
Read-only Directory DAO that reads the data from a file.
DirectoryDAOFile(DatabaseFileLocator, DirectoryPropertiesMapper) - Constructor for class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
DirectoryDAOHibernate - Class in com.atlassian.crowd.dao.directory
 
DirectoryDAOHibernate() - Constructor for class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
DirectoryDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.directory
 
DirectoryDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
DirectoryDeletedEvent - Class in com.atlassian.crowd.event.directory
 
DirectoryDeletedEvent(Object, Directory) - Constructor for class com.atlassian.crowd.event.directory.DirectoryDeletedEvent
 
directoryDescription - Variable in class com.atlassian.crowd.console.action.directory.ViewConnector
 
directoryDescription - Variable in class com.atlassian.crowd.console.action.directory.ViewCustom
 
directoryDescription - Variable in class com.atlassian.crowd.console.action.directory.ViewInternal
 
directoryDescription - Variable in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
directoryDescription() - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
DirectoryEntities - Class in com.atlassian.crowd.model
Utility class for DirectoryEntity.
DirectoryEntities() - Constructor for class com.atlassian.crowd.model.DirectoryEntities
 
DirectoryEntity - Interface in com.atlassian.crowd.integration.model
Use for SOAP only.
DirectoryEntity - Interface in com.atlassian.crowd.model
Represents a directory entity.
DirectoryEntityUtils - Class in com.atlassian.crowd.util
 
DirectoryEntityUtils() - Constructor for class com.atlassian.crowd.util.DirectoryEntityUtils
 
DirectoryEvent - Class in com.atlassian.crowd.event
An Event that represents any operation on a Directory going via the DirectoryManager.
DirectoryEvent(Object, Directory) - Constructor for class com.atlassian.crowd.event.DirectoryEvent
 
DirectoryGroup - Interface in com.atlassian.crowd.manager.permission
A representation of a per-directory group
directoryGroup() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
DirectoryGroupImpl - Class in com.atlassian.crowd.manager.permission
Non-persisted implementation to return to the service layer
DirectoryGroupImpl(Long, String, String) - Constructor for class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
DirectoryGroupMatcher<E extends DirectoryGroup> - Class in com.atlassian.crowd.test.matchers
 
DirectoryGroupMatcher(Matcher<String>, Matcher<Long>, Matcher<String>) - Constructor for class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
 
directoryId - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
directoryID - Variable in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
directoryID - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
directoryID - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
directoryID - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
directoryId - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
directoryId - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
directoryId - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
directoryId - Variable in class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
 
directoryId - Variable in class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
 
directoryId(long) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
 
directoryId - Variable in class com.atlassian.crowd.importer.mappers.csv.CsvMapper
 
directoryId - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The crowd server internal directory tracking ID.
DirectoryImpl - Class in com.atlassian.crowd.model.directory
Implementation of Directory (designed for use with Hibernate).
DirectoryImpl() - Constructor for class com.atlassian.crowd.model.directory.DirectoryImpl
 
DirectoryImpl(InternalEntityTemplate) - Constructor for class com.atlassian.crowd.model.directory.DirectoryImpl
Used for importing via XML migration.
DirectoryImpl(String, DirectoryType, String) - Constructor for class com.atlassian.crowd.model.directory.DirectoryImpl
 
DirectoryImpl(Directory) - Constructor for class com.atlassian.crowd.model.directory.DirectoryImpl
 
DirectoryImplementationsHelper - Class in com.atlassian.crowd.upgrade.util
 
DirectoryImplementationsHelper() - Constructor for class com.atlassian.crowd.upgrade.util.DirectoryImplementationsHelper
 
DirectoryImporter - Class in com.atlassian.crowd.console.action.dataimport
This action handles the setup of an import from one directory to another.
DirectoryImporter() - Constructor for class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
DirectoryImporter - Class in com.atlassian.crowd.importer.importers
An Importer that manages moving users, groups and roles from one directory to another.
DirectoryImporter(DirectoryManager) - Constructor for class com.atlassian.crowd.importer.importers.DirectoryImporter
 
DirectoryImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Acceptance tests for the directory based importer.
DirectoryImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
directoryInstanceLoader - Variable in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
directoryInstanceLoader - Variable in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
DirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
Loads an implementation of a RemoteDirectory for use at runtime by the Crowd security server.
DirectoryInstantiationException - Exception in com.atlassian.crowd.exception
Exception when a RemoteDirectory implementation can not be loaded by a Directory.
DirectoryInstantiationException() - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(String) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInternal - Class in com.atlassian.crowd.console.action.setup
Create a default internal directory during setup.
DirectoryInternal() - Constructor for class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
directoryManager - Variable in class com.atlassian.crowd.console.action.BaseAction
 
directoryManager - Variable in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
directoryManager - Variable in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
 
DirectoryManager - Interface in com.atlassian.crowd.manager.directory
A service interface providing: Directory CRUD Operations Token Operations RemoteDirectory User Operations RemoteDirectory Group Operations RemoteDirectory Membership Operations RemoteDirectory Bulk Operations
DirectoryManagerGeneric - Class in com.atlassian.crowd.manager.directory
 
DirectoryManagerGeneric(DirectoryDao, ApplicationDAO, EventPublisher, PermissionManager, DirectoryInstanceLoader, DirectorySynchroniser, DirectoryPollerManager, ClusterLockService, SynchronisationStatusManager, BeforeGroupRemoval) - Constructor for class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
DirectoryManagerGenericNestedGroupsTest - Class in com.atlassian.crowd.acceptance.tests.persistence.manager.directory
Tests the directory manager against a HSQL-backed InternalDirectory for the nested groups logic.
DirectoryManagerGenericNestedGroupsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
DirectoryMapper - Class in com.atlassian.crowd.migration
This mapper will handle the mapping of a DirectoryImpl
DirectoryMapper(SessionFactory, BatchProcessor, DirectoryManager) - Constructor for class com.atlassian.crowd.migration.DirectoryMapper
 
DirectoryMapper - Class in com.atlassian.crowd.migration.legacy.database
 
DirectoryMapper(SessionFactory, BatchProcessor, JdbcOperations) - Constructor for class com.atlassian.crowd.migration.legacy.database.DirectoryMapper
 
DirectoryMapper - Class in com.atlassian.crowd.migration.legacy
This mapper is expected to import legacy Directories AND populate the oldToNewDirectoryIds map.
DirectoryMapper(SessionFactory, BatchProcessor) - Constructor for class com.atlassian.crowd.migration.legacy.DirectoryMapper
 
DirectoryMapping - Class in com.atlassian.crowd.model.application
Represents a mapping between an application and a directory.
DirectoryMapping() - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
 
DirectoryMapping(Long, Application, Directory, boolean) - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
Constructs a new DirectoryMapping.
DirectoryMapping(Application, Directory, boolean) - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
Constructs a new DirectoryMapping.
DirectoryMapping(Application, Directory, boolean, Set<OperationType>) - Constructor for class com.atlassian.crowd.model.application.DirectoryMapping
Constructs a new DirectoryMapping.
DirectoryMappingEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a DirectoryMapping entity.
DirectoryMappingEntity(Long, Boolean, Set<String>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
DirectoryMappingEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of DirectoryMappingEntitys.
DirectoryMappingEntityList(List<DirectoryMappingEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
DirectoryMatcher - Class in com.atlassian.crowd.test.matchers
 
DirectoryMatcher(Matcher<String>) - Constructor for class com.atlassian.crowd.test.matchers.DirectoryMatcher
 
DirectoryMembershipsIterable - Class in com.atlassian.crowd.directory
An Iterable view of the memberships of a collection of named groups, backed with individual calls to a RemoteDirectory.
DirectoryMembershipsIterable(RemoteDirectory, Iterable<String>) - Constructor for class com.atlassian.crowd.directory.DirectoryMembershipsIterable
 
DirectoryMembershipsIterable(RemoteDirectory) - Constructor for class com.atlassian.crowd.directory.DirectoryMembershipsIterable
 
DirectoryMonitor - Interface in com.atlassian.crowd.directory.monitor
Allows monitoring remote directory mutations.
DirectoryMonitorAlreadyRegisteredException - Exception in com.atlassian.crowd.manager.directory.monitor
Thrown when a directory is already being monitored.
DirectoryMonitorAlreadyRegisteredException() - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorAlreadyRegisteredException
 
DirectoryMonitorAlreadyRegisteredException(String) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorAlreadyRegisteredException
 
DirectoryMonitorAlreadyRegisteredException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorAlreadyRegisteredException
 
DirectoryMonitorAlreadyRegisteredException(Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorAlreadyRegisteredException
 
DirectoryMonitorCreationException - Exception in com.atlassian.crowd.directory.monitor
Signifies an error during the creation of a DirectoryMonitor instance.
DirectoryMonitorCreationException() - Constructor for exception com.atlassian.crowd.directory.monitor.DirectoryMonitorCreationException
 
DirectoryMonitorCreationException(String) - Constructor for exception com.atlassian.crowd.directory.monitor.DirectoryMonitorCreationException
 
DirectoryMonitorCreationException(String, Throwable) - Constructor for exception com.atlassian.crowd.directory.monitor.DirectoryMonitorCreationException
 
DirectoryMonitorCreationException(Throwable) - Constructor for exception com.atlassian.crowd.directory.monitor.DirectoryMonitorCreationException
 
DirectoryMonitorManager - Interface in com.atlassian.crowd.manager.directory.monitor
Manages directory monitoring by allowing adding and removal of DirectoryMonitors.
DirectoryMonitorManagerImpl - Class in com.atlassian.crowd.manager.directory.monitor
 
DirectoryMonitorManagerImpl(DirectoryPollerManager, DirectorySynchroniser, EventPublisher) - Constructor for class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
DirectoryMonitorRegistrationException - Exception in com.atlassian.crowd.manager.directory.monitor
Error registering directory monitor.
DirectoryMonitorRegistrationException() - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorRegistrationException
 
DirectoryMonitorRegistrationException(String) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorRegistrationException
 
DirectoryMonitorRegistrationException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorRegistrationException
 
DirectoryMonitorRegistrationException(Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorRegistrationException
 
DirectoryMonitorStarter - Class in com.atlassian.crowd.manager.directory.monitor
 
DirectoryMonitorStarter(EventPublisher, DirectoryInstanceLoader, DirectoryManager) - Constructor for class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorStarter
 
DirectoryMonitorUnregistrationException - Exception in com.atlassian.crowd.manager.directory.monitor
 
DirectoryMonitorUnregistrationException() - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorUnregistrationException
 
DirectoryMonitorUnregistrationException(String) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorUnregistrationException
 
DirectoryMonitorUnregistrationException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorUnregistrationException
 
DirectoryMonitorUnregistrationException(Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorUnregistrationException
 
directoryName - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
directoryName - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
DirectoryNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when a directory could not be found
DirectoryNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(Long) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(Long, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryNotFoundException
 
DirectoryNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
DirectoryNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.DirectoryNotFoundExceptionMapper
 
DirectoryPermissionException - Exception in com.atlassian.crowd.manager.directory
Thrown when a RemoteDirectory does not have the permission set to perform an operation such as add/modify/delete verses a group/principal/role.
DirectoryPermissionException() - Constructor for exception com.atlassian.crowd.manager.directory.DirectoryPermissionException
Default constructor.
DirectoryPermissionException(String) - Constructor for exception com.atlassian.crowd.manager.directory.DirectoryPermissionException
Default constructor.
DirectoryPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.DirectoryPermissionException
Default constructor.
DirectoryPermissionException(Throwable) - Constructor for exception com.atlassian.crowd.manager.directory.DirectoryPermissionException
Default constructor.
DirectoryPermissionGroupTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
DirectoryPermissionGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionGroupTest
 
DirectoryPermissionRoleTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
DirectoryPermissionRoleTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionRoleTest
 
DirectoryPermissionUserTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
DirectoryPermissionUserTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionUserTest
 
DirectoryPluginLoaderFactory - Class in com.atlassian.crowd.plugin.factory
 
DirectoryPluginLoaderFactory(PluginDirectoryLocator, List<PluginFactory>, PluginEventManager) - Constructor for class com.atlassian.crowd.plugin.factory.DirectoryPluginLoaderFactory
 
DirectoryPoller - Interface in com.atlassian.crowd.directory.monitor.poller
Allows polling for remote directory mutations.
DirectoryPollerJobRunner - Class in com.atlassian.crowd.manager.directory.monitor.poller
 
DirectoryPollerJobRunner(DirectoryManager, DirectorySynchroniser, DirectoryInstanceLoader, SchedulerService) - Constructor for class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
DirectoryPollerManager - Interface in com.atlassian.crowd.manager.directory.monitor.poller
Manager for adding and removing DirectoryPollers.
DirectoryProperties - Class in com.atlassian.crowd.directory
Contains properties for Directory.
DirectoryPropertiesMapper - Class in com.atlassian.crowd.dao.directory
A mapper that builds immutable directories by parsing the data from a properties (it does not do any caching) and exports directories to properties.
DirectoryPropertiesMapper() - Constructor for class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
DirectoryQuery - Class in com.atlassian.crowd.search.query.entity
 
DirectoryQuery(SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.DirectoryQuery
 
DirectorySynchronisationInformation - Class in com.atlassian.crowd.embedded.api
Simple object to store synchronisation information for synchronisable directories
DirectorySynchronisationInformation(DirectorySynchronisationRoundInformation, DirectorySynchronisationRoundInformation) - Constructor for class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
 
DirectorySynchronisationInformationEntity - Class in com.atlassian.crowd.rest.plugin.entity
 
DirectorySynchronisationInformationEntity(DirectorySynchronisationRoundInformationEntity, DirectorySynchronisationRoundInformationEntity) - Constructor for class com.atlassian.crowd.rest.plugin.entity.DirectorySynchronisationInformationEntity
 
DirectorySynchronisationInformationStore - Interface in com.atlassian.crowd.manager.directory
Storage for directory synchronisation information.
DirectorySynchronisationInformationStoreImpl - Class in com.atlassian.crowd.manager.directory
 
DirectorySynchronisationInformationStoreImpl() - Constructor for class com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
 
DirectorySynchronisationInformationStoreImpl(ConcurrentMap<Long, DirectorySynchronisationInformation>) - Constructor for class com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
Construct a DirectorySynchronisationInformationStoreImpl which is backed by a concurrent map.
DirectorySynchronisationRoundInformation - Class in com.atlassian.crowd.embedded.api
Information of a directory synchronisation round.
DirectorySynchronisationRoundInformation(long, long, String, List<Serializable>) - Constructor for class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
 
DirectorySynchronisationRoundInformationEntity - Class in com.atlassian.crowd.rest.plugin.entity
 
DirectorySynchronisationRoundInformationEntity(String, String, String) - Constructor for class com.atlassian.crowd.rest.plugin.entity.DirectorySynchronisationRoundInformationEntity
 
DirectorySynchroniser - Interface in com.atlassian.crowd.manager.directory
An object that synchronises a SynchronisableDirectory with a cache.
DirectorySynchroniserHelper - Interface in com.atlassian.crowd.manager.directory
Helper class for performing a synchronisation on the SynchronisableDirectory's cache.
DirectorySynchroniserHelperImpl - Class in com.atlassian.crowd.manager.directory
A DirectorySynchroniserHelper that requests a SynchronisableDirectory synchronises its cache, and stores synchronisation information in the Directory's attributes.
DirectorySynchroniserHelperImpl(DirectoryDao, EventPublisher) - Constructor for class com.atlassian.crowd.manager.directory.DirectorySynchroniserHelperImpl
 
DirectorySynchroniserImpl - Class in com.atlassian.crowd.manager.directory
An implementation of a DirectorySynchroniser.
DirectorySynchroniserImpl(ClusterLockService, DirectorySynchroniserHelper, SynchronisationStatusManager, EventPublisher) - Constructor for class com.atlassian.crowd.manager.directory.DirectorySynchroniserImpl
 
DirectoryTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
 
DirectoryTermKeys() - Constructor for class com.atlassian.crowd.search.query.entity.restriction.constants.DirectoryTermKeys
 
directoryType - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
DirectoryType - Enum in com.atlassian.crowd.embedded.api
 
DirectoryUpdatedEvent - Class in com.atlassian.crowd.event.directory
 
DirectoryUpdatedEvent(Object, Directory) - Constructor for class com.atlassian.crowd.event.directory.DirectoryUpdatedEvent
 
DirectoryUserCapabilities - Class in com.atlassian.crowd.embedded.impl
Default implementation for UserCapabilities.
directoryWithId(Long) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
directoryWithIdPredicate(long) - Static method in class com.atlassian.crowd.embedded.api.Directories
Matches for directories with the specified directoryId.
directoryWithIdThat(Matcher<Long>) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
directoryWithName(String) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
directoryWithNameThat(Matcher<String>) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
disable() - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
disable() - Method in interface com.atlassian.crowd.manager.backup.BackupScheduler
Disable automated backups.
disabled() - Method in class com.atlassian.crowd.plugin.descriptors.ComponentModuleDescriptor
 
disabled() - Method in class com.atlassian.crowd.plugin.descriptors.CrowdApplicationModuleDescriptor
 
disabled() - Method in class com.atlassian.crowd.plugin.descriptors.ListenerModuleDescriptor
 
disabled() - Method in class com.atlassian.crowd.plugin.descriptors.PasswordEncoderModuleDescriptor
 
disabled() - Method in class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
 
disabled() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
disabledUser(String) - Static method in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlUtil
 
disableFeatureForAllUsers(String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
disableFeatureForCurrentUser(String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
disableFeatureForUser(UserKey, String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
discoveryOfUserIdentifierFindsSignons() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
DISPLAY_NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
displayName(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
 
DISPLAYNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for if the principal has a display name attribute.
distinctRequired - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
DNStandardiser - Class in com.atlassian.crowd.directory.ldap.util
This class is used to normalise DNs so that equivalent DNs will be transformed into equal strings.
DNStandardiser() - Constructor for class com.atlassian.crowd.directory.ldap.util.DNStandardiser
 
doAddAddress() - Method in class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
 
doAddAddress() - Method in class com.atlassian.crowd.console.action.application.UpdateAddresses
 
doAddAddress() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
doAddAttribute() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
doAddAttribute() - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
doAddDirectory() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
doAddGroup() - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
doAddGroup() - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
doAddGroups() - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
doAddGroups() - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
doAddUsers() - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
doAllow() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
Allow OpenID authentication to a client site (RP).
doAllowAlways() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
Always allow OpenID authentication to a client site (RP).
DOB - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
doCheckAdditionalParamsRequired() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
doConfigTest() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
doDatabaseMigration() - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMigrationManager
 
doDefault() - Method in class com.atlassian.crowd.console.action.admin.Administer
 
doDefault() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
doDefault() - Method in class com.atlassian.crowd.console.action.admin.ViewTrustedProxies
 
doDefault() - Method in class com.atlassian.crowd.console.action.application.RemoveApplication
 
doDefault() - Method in class com.atlassian.crowd.console.action.application.UpdateApplication
 
doDefault() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
doDefault() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationGroups
 
doDefault() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Loads all the basic information needed to populate the form.
doDefault() - Method in class com.atlassian.crowd.console.action.BaseAction
 
doDefault() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
doDefault() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
doDefault() - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
doDefault() - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
doDefault() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
doDefault() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
doDefault() - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache
Synchronises the directory cache, and then returns immediately.
doDefault() - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCacheFromBrowse
Synchronises the directory cache, and then returns immediately.
doDefault() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowd
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
doDefault() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
doDefault() - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
doDefault() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
doDefault() - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
doDefault() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
doDefault() - Method in class com.atlassian.crowd.console.action.License
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
doDefault() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
doDefault() - Method in class com.atlassian.crowd.console.action.principal.AddPrincipal
 
doDefault() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
doDefault() - Method in class com.atlassian.crowd.console.action.principal.ResetPassword
 
doDefault() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
doDefault() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.Database
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.Import
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.Integration
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.License
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
doDefault() - Method in class com.atlassian.crowd.console.action.setup.Options
 
doDefault() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
doDefault() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
doDefault() - Method in class com.atlassian.crowd.console.action.user.ViewApplications
 
doDefault() - Method in class com.atlassian.crowd.console.action.user.ViewGroups
 
doDefault() - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
doDefault() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
doDefault() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
doDefault() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
doDefault() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
doDefault() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.group.RemoveGroup
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.user.RemoveUser
 
doDefault() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
doDelete() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
doDeleteKeys() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
doDeny() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
Deny OpenID authentication to a client site (RP).
doDirectDirectoryMembershipQuery(MembershipQuery<T>, long) - Method in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
Searches for direct group relationships in a single directory.
doDown() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
doesEntityExist(String, Class<? extends EntityType>) - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
doesEntityExistNoPermissionCheck(String, Class<? extends EntityType>) - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
doesNotHaveKey(String) - Method in class com.atlassian.crowd.test.matchers.AttributesMatcher
Builds a new specialised matcher that matches entities that do not have a particular attribute key.
doExecute() - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
doExecute() - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
doExecute() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
doExecute() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
doExport() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.console.filter.CrowdCachingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.console.filter.CrowdDelegatingFilterProxy
Only doFilter if the BootstrapManager asserts that the setup process is complete.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
Executes the filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.integration.http.VerifyTokenFilter
Executes the filter.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.SeraphDisablerFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.web.filter.HttpContextFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.web.filter.RequestCacheThreadLocalFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.security.BlockOpenSocialRequestFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.crowd.console.filter.CrowdOpenSessionInViewFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.crowd.console.filter.LicenceFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.crowd.console.filter.LoginCsrfFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.atlassian.crowd.openid.client.filter.VerifyOpenIDAuthenticationFilter
Verifies the user is authenticated, otherwise redirects them to the login screen with the ORIGINAL_URL appropriately set to the secure page they were trying to access.
doGenerateKeys() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.apacheds.ApacheDSInfoServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.apacheds.ApacheDSReplaceContentServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.client.servlet.OpenIDClientServlet
Forward to doPost().
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.server.servlet.OpenIDProviderServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.server.servlet.OpenIDServerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.plugin.decorator.test.TestDecoratedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.plugin.decorator.test.TestDecoratorServlet
 
DOGS - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
doImport() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
doImport() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
doImport() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
doImport() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
doLogin() - Method in class com.atlassian.crowd.openid.client.action.Login
Request authentication to the OpenID server using the provided OpenID identifier.
doLoginResponse() - Method in class com.atlassian.crowd.openid.client.action.Login
When an authentication response is received by the OpenID client servlet, this method is called.
DOMAIN - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Deployment domain.
doMakeDefault() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
doNestedDirectoryMembershipQuery(MembershipQuery<T>, long) - Method in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
Searches for direct and indirect (nested) group relationships in a single directory.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.apacheds.ApacheDSReplaceContentServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.client.servlet.OpenIDClientServlet
The servlet is used to both send requests and recieve responses.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.server.servlet.OpenIDProviderServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.server.servlet.OpenIDServerServlet
 
doRecalculateUserLimit() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
doRemoveAddress() - Method in class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
Called once address has been set.
doRemoveAddress() - Method in class com.atlassian.crowd.console.action.application.UpdateAddresses
 
doRemoveAddress() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
doRemoveApplicationSession() - Method in class com.atlassian.crowd.console.action.session.RemoveSession
 
doRemoveAttribute() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
doRemoveAttribute() - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
doRemoveDirectory() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
doRemoveGroup() - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
doRemoveGroup() - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
doRemoveGroups() - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
doRemoveGroups() - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
doRemovePrincipalSession() - Method in class com.atlassian.crowd.console.action.session.RemoveSession
 
doRemoveUsers() - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
doScheduledBackup() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
doSearchByApplication(long, Boolean, String, int, int) - Method in interface com.atlassian.crowd.console.action.Searcher
Performs a search for DirectoryEntities in the specified directory, returning a list of those that match.
doSearchByApplication(long, Boolean, String, int, int) - Method in class com.atlassian.crowd.console.action.UserSearcherImpl
 
doSearchByDirectory(long, Boolean, String, int, int) - Method in interface com.atlassian.crowd.console.action.Searcher
Performs a search for DirectoryEntities in the specified directory, returning a list of those that match.
doSearchByDirectory(long, Boolean, String, int, int) - Method in class com.atlassian.crowd.console.action.UserSearcherImpl
 
doSelect() - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
doSelect() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
doSetDetails(HttpServletRequest, AbstractAuthenticationToken) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
 
doSetDetails(HttpServletRequest, AbstractAuthenticationToken) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
 
doTestConfiguration() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
doTestConfiguration() - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
doTestConnection() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
doTestExpireApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
doTestExpirePrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
doTestGroupSearch() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
doTestPrincipalSearch() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
doTestUpdateConfiguration() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
doTestUpdateConfiguration() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
doTestUpdateConnection() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
doTestUpdateGroupSearch() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
doTestUpdatePrincipalSearch() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
doUp() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
doUpdate() - Method in class com.atlassian.crowd.console.action.application.RemoveApplication
 
doUpdate() - Method in class com.atlassian.crowd.console.action.application.UpdateApplication
 
doUpdate() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
doUpdate() - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
doUpdate() - Method in class com.atlassian.crowd.console.action.application.UpdatePermissions
 
doUpdate() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
doUpdate() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.CreateCustom
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
doUpdate() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
doUpdate() - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
doUpdate() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
doUpdate() - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
doUpdate() - Method in class com.atlassian.crowd.console.action.License
 
doUpdate() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
doUpdate() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
doUpdate() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
doUpdate() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
doUpdate() - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
doUpdate() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
doUpdate() - Method in class com.atlassian.crowd.console.action.principal.AddPrincipal
 
doUpdate() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
doUpdate() - Method in class com.atlassian.crowd.console.action.principal.ResetPassword
 
doUpdate() - Method in class com.atlassian.crowd.console.action.principal.UpdateAliases
 
doUpdate() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.Database
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.Import
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.Integration
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.License
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
doUpdate() - Method in class com.atlassian.crowd.console.action.setup.Options
 
doUpdate() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
doUpdate() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.Login
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
doUpdate() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
doUpdate() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
doUpdate() - Method in class com.atlassian.crowd.security.demo.action.group.RemoveGroup
 
doUpdate() - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
doUpdate() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
doUpdate() - Method in class com.atlassian.crowd.security.demo.action.user.RemoveUser
 
doUpdateAttributes() - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
doUpdateGeneral() - Method in class com.atlassian.crowd.console.action.group.UpdateGroup
 
doUpdateGeneral() - Method in class com.atlassian.crowd.console.action.principal.UpdatePrincipal
 
doUpdateGeneral() - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
doUpdateLogging() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
doUpdateOptional() - Method in class com.atlassian.crowd.console.action.application.UpdateApplication
 
doUpdateProfiling() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
doUpgrade() - Method in interface com.atlassian.crowd.manager.upgrade.UpgradeManager
Method to fire off the upgrade process
doUpgrade() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
doUpgrade() - Method in interface com.atlassian.crowd.upgrade.tasks.UpgradeTask
Perform the upgrade.
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask002
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask112
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask113
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask210
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask214
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask215
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask216
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask321
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask322
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask342
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask360
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask361
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask397
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask420
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask423
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask428
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask429
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask430
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask502
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask523
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask524
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask542
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622ExternalId
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask623GenerateExternalId
 
doUpgrade() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask645IntroduceUserPermissions
 
doValidation(String[]) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
doValidation() - Method in class com.atlassian.crowd.console.action.application.UpdateApplication
 
doValidation() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
doValidation() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
doValidation() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
doValidation() - Method in class com.atlassian.crowd.console.action.directory.CreateCustom
 
doValidation() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
doValidation() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
doValidation() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
doValidation() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
doValidation() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
doValidation() - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
doValidation() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
doValidation() - Method in class com.atlassian.crowd.console.action.principal.AddPrincipal
 
doValidation() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
doValidation() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
doValidation() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
doValidation() - Method in class com.atlassian.crowd.console.action.setup.Import
 
doValidation() - Method in class com.atlassian.crowd.console.action.setup.License
 
doValidation() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
doValidation() - Method in class com.atlassian.crowd.console.action.setup.Options
 
doValidation() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
doValidation() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
doValidation() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
doValidation() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
doValidation() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
driver - Variable in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
dropTables() - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
DualNameKey - Class in com.atlassian.crowd.directory.cache.model
A cache key formed by two Strings.
DualNameKey(String, String) - Constructor for class com.atlassian.crowd.directory.cache.model.DualNameKey
 
DynamicProviderManager - Interface in com.atlassian.crowd.integration.soap.springsecurity
An extension to the standard ProviderManager implementation of the AuthenticationManager wich allows adding and removing provider managers at runtime.
DynamicProviderManager - Interface in com.atlassian.crowd.integration.springsecurity
An extension to the standard ProviderManager implementation of the AuthenticationManager wich allows adding and removing provider managers at runtime.
DynamicProviderManagerImpl - Class in com.atlassian.crowd.integration.soap.springsecurity
An extension to the standard ProviderManager implementation of the AuthenticationManager wich allows adding and removing provider managers at runtime.
DynamicProviderManagerImpl() - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.DynamicProviderManagerImpl
 
DynamicProviderManagerImpl - Class in com.atlassian.crowd.integration.springsecurity
An extension to the standard ProviderManager implementation of the AuthenticationManager wich allows adding and removing provider managers at runtime.
DynamicProviderManagerImpl() - Constructor for class com.atlassian.crowd.integration.springsecurity.DynamicProviderManagerImpl
 

E

EditAllowAlways - Class in com.atlassian.crowd.openid.server.action.secure.interaction
 
EditAllowAlways() - Constructor for class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
EditProfile - Class in com.atlassian.crowd.console.action.user
 
EditProfile() - Constructor for class com.atlassian.crowd.console.action.user.EditProfile
 
EditProfiles - Class in com.atlassian.crowd.openid.server.action.secure.profile
 
EditProfiles() - Constructor for class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
EditProfileTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
EditProfileTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
effectiveIdentifier(OpenIDAuthRequest, User) - Static method in class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
Select an identifier for this request, using the currently logged-in user if identifier selection is requested.
EhCacheProvider - Class in com.atlassian.crowd.util.persistence.hibernate
A simple wrapper around EhCacheRegionFactory, part of the hibernate-ehcache module, which extracts the CacheManager from properties provided to the constructor rather than initialising one on the fly.
EhCacheProvider(Properties) - Constructor for class com.atlassian.crowd.util.persistence.hibernate.EhCacheProvider
 
ElementIteratorUtil - Class in com.atlassian.crowd.migration
 
ElementIteratorUtil() - Constructor for class com.atlassian.crowd.migration.ElementIteratorUtil
 
email - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
email - Variable in class com.atlassian.crowd.console.action.user.EditProfile
 
EMAIL - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the email attribute.
EMAIL - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
EMAIL - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
email - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
email - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
EMAIL_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login email macro key.
emailAddress(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
 
EmbeddedCrowdPropertySet - Class in com.atlassian.crowd.embedded.propertyset
An implementation of PropertySet that is backed by Embedded Crowd.
EmbeddedCrowdPropertySet(UserWithAttributes, CrowdService) - Constructor for class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
emptyLdapName() - Static method in class com.atlassian.crowd.directory.ldap.name.GenericConverter
 
EmptyStringUserType - Class in com.atlassian.crowd.util.persistence.hibernate
This class is now an alias for EmptyStringUserType from the atlassian-hibernate-extras library.
EmptyStringUserType() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.EmptyStringUserType
 
enable() - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
enable() - Method in interface com.atlassian.crowd.manager.backup.BackupScheduler
Enable automated backups.
enabled() - Method in class com.atlassian.crowd.plugin.descriptors.ComponentModuleDescriptor
 
enabled() - Method in class com.atlassian.crowd.plugin.descriptors.CrowdApplicationModuleDescriptor
 
enabled() - Method in class com.atlassian.crowd.plugin.descriptors.ListenerModuleDescriptor
 
enabled() - Method in class com.atlassian.crowd.plugin.descriptors.PasswordEncoderModuleDescriptor
 
enabled() - Method in class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
 
enabled() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
ENABLED_PROPERTY - Static variable in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
enabledUser(String) - Static method in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlUtil
 
enableFeatureForAllUsers(String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
enableFeatureForCurrentUser(String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
enableFeatureForUser(UserKey, String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
encode(StringBuffer) - Method in class com.atlassian.crowd.search.ldap.BitwiseFilter
 
encode() - Method in class com.atlassian.crowd.search.ldap.EverythingResult
 
encode(StringBuffer) - Method in class com.atlassian.crowd.search.ldap.EverythingResult
 
encode() - Method in class com.atlassian.crowd.search.ldap.LDAPQuery
 
encode() - Method in class com.atlassian.crowd.search.ldap.NothingResult
 
encode(StringBuffer) - Method in class com.atlassian.crowd.search.ldap.NothingResult
 
encode(Key) - Static method in class com.atlassian.crowd.trusted.KeyUtils
Encode the given key into a Base64 encoded string representation.
encodeCredential(PasswordCredential) - Method in class com.atlassian.crowd.directory.ldap.credential.ActiveDirectoryCredentialEncoder
 
encodeCredential(PasswordCredential) - Method in class com.atlassian.crowd.directory.ldap.credential.EncryptingCredentialEncoder
 
encodeCredential(PasswordCredential) - Method in class com.atlassian.crowd.directory.ldap.credential.EnforceUnencryptedCredentialEncoder
 
encodeCredential(PasswordCredential) - Method in interface com.atlassian.crowd.directory.ldap.credential.LDAPCredentialEncoder
Given an plain-text password, encodes/encrypts it according to the settings required by the particular directory connector which this encoder is intended to be used with.
encodeCredential(PasswordCredential) - Method in interface com.atlassian.crowd.directory.ldap.credential.LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder
 
encodeCredential(PasswordCredential) - Method in interface com.atlassian.crowd.directory.ldap.credential.LDAPCredentialEncoder.LDAPCredentialToStringEncoder
 
encodeDate(Date) - Static method in class com.atlassian.crowd.directory.ldap.util.ActiveDirectoryExpirationUtils
Encode a date as "number of 100-nanosecond intervals since January 1, 1601 (UTC)".
encodeGUIDForSearch(String) - Static method in class com.atlassian.crowd.directory.ldap.util.GuidHelper
Returns Byte String representation of GUID suitable for search.
encodePassword(String, Object) - Method in class com.atlassian.crowd.password.encoder.AtlassianSecurityPasswordEncoder
Encodes the provided rawPass using a Atlassian Password Encoder from Atlassian Security project.
encodePassword(String, Object) - Method in class com.atlassian.crowd.password.encoder.AtlassianSHA1PasswordEncoder
This method will handle the hashing of the passed in password param
encodePassword(String, Object) - Method in class com.atlassian.crowd.password.encoder.BCryptPasswordEncoder
 
encodePassword(String, Object) - Method in class com.atlassian.crowd.password.encoder.DESPasswordEncoder
 
encodePassword(String, Object) - Method in class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
encodePassword(String, Object) - Method in class com.atlassian.crowd.password.encoder.LdapSshaPasswordEncoder
This method delegates to LdapShaPasswordEncoder.encodePassword(java.lang.String, java.lang.Object), but if the passed in salt is null Crowd will use the propertyManager to find the salt used for Token's and pass that along to the underlying implementation
encodePassword(String, Object) - Method in interface com.atlassian.crowd.password.encoder.PasswordEncoder
Encodes the specified raw password with an implementation specific algorithm.
encodeValue(String) - Method in class com.atlassian.crowd.search.ldap.filter.EqualsExternalIdFilter
Encodes value as byte String.
encrypted(String) - Static method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
encrypted(String) - Static method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
encryptedCredential(PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
EncryptingCredentialEncoder - Class in com.atlassian.crowd.directory.ldap.credential
Translates a clear-text password into an encrypted one if it isn't already encrypted, using the encryption method specified by the directory settings.
EncryptingCredentialEncoder(PasswordEncoderFactory, String) - Constructor for class com.atlassian.crowd.directory.ldap.credential.EncryptingCredentialEncoder
 
ENCRYPTION_TYPE_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
end(Writer, String) - Method in class com.atlassian.crowd.console.tags.SoyTemplate
 
END_OF_WARNING_MESSAGE - Static variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
EnforceUnencryptedCredentialEncoder - Class in com.atlassian.crowd.directory.ldap.credential
An encoder which passes a non-encrypted PasswordCredential's credential through untouched, but throws an exception for every already-encrypted (i.e.
EnforceUnencryptedCredentialEncoder(PasswordHelper) - Constructor for class com.atlassian.crowd.directory.ldap.credential.EnforceUnencryptedCredentialEncoder
 
engine - Variable in class com.atlassian.crowd.acceptance.page.SecurePage
 
ensureKeysPresent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
ensureNoKeysPresent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
ensureNoKeysPresent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
Entity - Enum in com.atlassian.crowd.search
 
EntityComparator - Class in com.atlassian.crowd.model
Will compare one directory entity to another by Name (case-insensitive)
EntityDescriptor - Class in com.atlassian.crowd.search
 
EntityExpansionUtil - Class in com.atlassian.crowd.plugin.rest.util
Utility class for entity expansion.
EntityIdentifier - Class in com.atlassian.crowd.directory.cache.model
Uniquely identify an entity in Crowd based on the EntityType and name.
EntityIdentifier(EntityType, String) - Constructor for class com.atlassian.crowd.directory.cache.model.EntityIdentifier
 
EntityIdentifier(Long, String) - Constructor for class com.atlassian.crowd.migration.legacy.database.DatabaseMapper.EntityIdentifier
 
EntityNotFoundException - Exception in com.atlassian.crowd.directory.cache.exception
Used to indicate an Entity in cache is KNOWN to NOT exist (as opposed to the state where the cache is not sure whether the entity exists or not).
EntityNotFoundException() - Constructor for exception com.atlassian.crowd.directory.cache.exception.EntityNotFoundException
 
EntityNotFoundException(String) - Constructor for exception com.atlassian.crowd.directory.cache.exception.EntityNotFoundException
 
EntityNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.directory.cache.exception.EntityNotFoundException
 
EntityNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.directory.cache.exception.EntityNotFoundException
 
EntityObject - Class in com.atlassian.crowd.openid.server.model
Base entity class which represents any object that requires persistence.
EntityObject() - Constructor for class com.atlassian.crowd.openid.server.model.EntityObject
 
EntityObjectDAO<T> - Interface in com.atlassian.crowd.openid.server.model
 
EntityObjectDAOHibernate<T extends EntityObject> - Class in com.atlassian.crowd.openid.server.model
 
EntityObjectDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate
 
EntityQuery<T> - Class in com.atlassian.crowd.search.query.entity
 
EntityQuery(Class<T>, EntityDescriptor, SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.EntityQuery
 
EntityQuery(EntityQuery, Class<T>) - Constructor for class com.atlassian.crowd.search.query.entity.EntityQuery
 
EntityQuery(EntityQuery<T>, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.EntityQuery
 
EntityTranslator - Class in com.atlassian.crowd.integration.rest.util
Translates between REST entities and com.atlassian.crowd.model classes.
EntityTranslator - Class in com.atlassian.crowd.plugin.rest.util
Translates between REST entities and com.atlassian.crowd.model classes.
EntityType - Enum in com.atlassian.crowd.directory.cache.model
There are three types of entities: users and groups.
EntityWithAttributes - Class in com.atlassian.crowd.model
Base class for any entity that can have attributes.
EntityWithAttributes(Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.EntityWithAttributes
 
entityWithAttributes() - Static method in class com.atlassian.crowd.test.matchers.AttributesMatcher
A matcher that matches any entity.
entityWithAttributes(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.AttributesMatcher
A matcher that matches any entity with attributes; synonymous with AttributesMatcher.entityWithAttributes() but its argument is used to set the matcher type.
entityWithAttributes() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
entityWithAttributes(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
A matcher that matches any entity with attributes; synonymous with CrowdMatchers.entityWithAttributes() but its argument is used to set the matcher type.
entries - Variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
entry - Variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
EOF - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
EOF - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
EOF - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
equal(Group, Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
Checks whether the two Group objects are equal according to the contract of the Group interface.
equal(User, User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
Checks whether the two User objects are equal according to the contract of the User interface.
equal(Group, Group) - Static method in class com.atlassian.crowd.model.group.GroupComparator
Checks whether the two Group objects are equal according to the contract of the Group interface.
equals(Object) - Method in class com.atlassian.crowd.core.tiny.PairType
 
EQUALS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
EQUALS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
EQUALS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
equals(Object) - Method in class com.atlassian.crowd.directory.cache.model.DualNameKey
 
equals(Object) - Method in class com.atlassian.crowd.directory.cache.model.EntityIdentifier
 
equals(Object) - Method in interface com.atlassian.crowd.embedded.api.Group
Implementations must ensure equality based on case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
equals(Object) - Method in interface com.atlassian.crowd.embedded.api.User
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
equals(Object) - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.embedded.impl.ImmutableGroup
 
equals(Object) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
equals(Object) - Method in class com.atlassian.crowd.event.application.ApplicationUpdatedEvent
 
equals(Object) - Method in class com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent
 
equals(Object) - Method in class com.atlassian.crowd.event.DirectoryEvent
 
equals(Object) - Method in class com.atlassian.crowd.event.login.RequestResetPasswordEvent
 
equals(Object) - Method in class com.atlassian.crowd.event.login.RequestUsernamesEvent
 
equals(Object) - Method in class com.atlassian.crowd.event.user.UserAuthenticatedEvent
 
equals(Object) - Method in class com.atlassian.crowd.event.user.UserAuthenticationFailedInvalidAuthenticationEvent
 
equals(Object) - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
equals(Object) - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
 
equals(Object) - Method in class com.atlassian.crowd.integration.AuthenticationState
 
equals(Object) - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
equals(Object) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
equals(Object) - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
equals(Object) - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
equals(Object) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
equals(Object) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationDetails
 
equals(Object) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationDetails
 
equals(Object) - Method in class com.atlassian.crowd.manager.license.LicenseResourceEntity
 
equals(Object) - Method in class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
equals(Object) - Method in class com.atlassian.crowd.manager.permission.PermittedGroupImpl
 
equals(Object) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper.EntityIdentifier
 
equals(Object) - Method in class com.atlassian.crowd.model.alias.Alias
 
equals(Object) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
equals(Object) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
 
equals(Object) - Method in class com.atlassian.crowd.model.application.GroupMapping
 
equals(Object) - Method in class com.atlassian.crowd.model.application.RemoteAddress
 
equals(Object) - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
 
equals(Object) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
 
equals(Object) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
 
equals(Object) - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
 
equals(Object) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
equals(Object) - Method in interface com.atlassian.crowd.model.DirectoryEntity
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.model.event.AliasEvent
 
equals(Object) - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
equals(Object) - Method in class com.atlassian.crowd.model.group.InternalGroup
 
equals(Object) - Method in class com.atlassian.crowd.model.group.InternalGroupAttribute
 
equals(Object) - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.model.InternalEntity
 
equals(Object) - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
equals(Object) - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
equals(Object) - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
equals(Object) - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
equals(Object) - Method in class com.atlassian.crowd.model.property.Property
 
equals(Object) - Method in class com.atlassian.crowd.model.property.PropertyId
 
equals(Object) - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
equals(Object) - Method in class com.atlassian.crowd.model.token.Token
 
equals(Object) - Method in class com.atlassian.crowd.model.token.TokenLifetime
 
equals(Object) - Method in class com.atlassian.crowd.model.user.DelegatingUserWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
equals(Object) - Method in class com.atlassian.crowd.model.user.InternalUser
 
equals(Object) - Method in class com.atlassian.crowd.model.user.InternalUserAttribute
 
equals(Object) - Method in class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
equals(Object) - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
equals(Object) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
equals(Object) - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestriction
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.site.Site
 
equals(Object) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
equals(Object) - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
 
equals(Object) - Method in class com.atlassian.crowd.search.EntityDescriptor
 
equals(Object) - Method in class com.atlassian.crowd.search.ldap.BitwiseFilter
 
equals(Object) - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.NullRestrictionImpl
 
equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
 
equals(Object) - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
equals(Object) - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
equals(Object) - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
equals(Object) - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
equals(Object) - Method in class com.atlassian.crowd.util.BoundedCount
 
equals(Object) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
 
EqualsExternalIdFilter - Class in com.atlassian.crowd.search.ldap.filter
A filter for ObjectGUID attribute.
EqualsExternalIdFilter(String, String) - Constructor for class com.atlassian.crowd.search.ldap.filter.EqualsExternalIdFilter
 
equalsInLowerCase(String, String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the two given identifier strings to lowercase and check for equality.
equalsObject(Group, Object) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
 
equalsObject(User, Object) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
 
equalsObject(Group, Object) - Static method in class com.atlassian.crowd.model.group.GroupComparator
 
equalToIgnoringWhiteSpace(String) - Static method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Override IsEqualIgnoringWhiteSpace and also ignore no-break space.
ErrorAction - Class in com.atlassian.crowd.console.action.error
Error action that populates a webwork action with Johnson Events
ErrorAction() - Constructor for class com.atlassian.crowd.console.action.error.ErrorAction
 
errorBox - Variable in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
ErrorEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents an error.
ErrorEntity(ErrorEntity.ErrorReason, String) - Constructor for class com.atlassian.crowd.integration.rest.entity.ErrorEntity
Constructs an error entity.
ErrorEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents an error.
ErrorEntity(ErrorEntity.ErrorReason, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ErrorEntity
Constructs an error entity.
ErrorEntity.ErrorReason - Enum in com.atlassian.crowd.integration.rest.entity
 
ErrorEntity.ErrorReason - Enum in com.atlassian.crowd.plugin.rest.entity
 
ErrorPageTest - Class in com.atlassian.crowd.acceptance.tests.administration
 
ErrorPageTest() - Constructor for class com.atlassian.crowd.acceptance.tests.administration.ErrorPageTest
 
errors - Variable in class com.atlassian.crowd.migration.verify.DatabaseVerifier
 
ESC_SEQ - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
ESC_SEQ - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
ESC_SEQ - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
ESCAPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
ESCAPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
ESCAPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
Event - Class in com.atlassian.crowd.event
Base event for Crowd legacy events.
Event(Object) - Constructor for class com.atlassian.crowd.event.Event
 
EventEntityList - Class in com.atlassian.crowd.integration.rest.entity
 
EventEntityList - Class in com.atlassian.crowd.plugin.rest.entity
 
EventJobExecutionException - Exception in com.atlassian.crowd.event
Unable to process the event.
EventJobExecutionException() - Constructor for exception com.atlassian.crowd.event.EventJobExecutionException
Default constructor.
EventJobExecutionException(String) - Constructor for exception com.atlassian.crowd.event.EventJobExecutionException
Default constructor.
EventJobExecutionException(String, Throwable) - Constructor for exception com.atlassian.crowd.event.EventJobExecutionException
Default constructor.
EventJobExecutionException(Throwable) - Constructor for exception com.atlassian.crowd.event.EventJobExecutionException
Default constructor.
eventPublisher - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
Events - Class in com.atlassian.crowd.event
 
Events(Iterable<OperationEvent>, String) - Constructor for class com.atlassian.crowd.event.Events
 
EVENTS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
EventsController - Class in com.atlassian.crowd.plugin.rest.service.controller
 
EventsController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.EventsController
 
EventsResource - Class in com.atlassian.crowd.plugin.rest.service.resource
Crowd SSO Token Resource.
EventsResource(EventsController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.EventsResource
 
EventsResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
EventsResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.EventsResourceTest
 
EventsResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.EventsResourceTest
 
EventStore - Interface in com.atlassian.crowd.event
Represents an event store, which can be used to store events.
EventStoreGeneric - Class in com.atlassian.crowd.event
Thread-safe EventStore implementation that uses main memory as a backing store.
EventStoreGeneric(long) - Constructor for class com.atlassian.crowd.event.EventStoreGeneric
Creates a new EventStoreGeneric instance.
EventTokenChangedCacheRefresher - Class in com.atlassian.crowd.directory.ldap.cache
 
EventTokenChangedCacheRefresher(RemoteCrowdDirectory, CacheRefresher) - Constructor for class com.atlassian.crowd.directory.ldap.cache.EventTokenChangedCacheRefresher
 
EventTokenExpiredException - Exception in com.atlassian.crowd.event
Thrown when an event token is either not recognised or has expired.
EventTokenExpiredException() - Constructor for exception com.atlassian.crowd.event.EventTokenExpiredException
 
EventTokenExpiredException(String) - Constructor for exception com.atlassian.crowd.event.EventTokenExpiredException
 
EventTokenExpiredExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
EventTokenExpiredExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.EventTokenExpiredExceptionMapper
 
EverythingResult - Class in com.atlassian.crowd.search.ldap
Holder representing complete set.
EverythingResult() - Constructor for class com.atlassian.crowd.search.ldap.EverythingResult
 
exactly(long) - Static method in class com.atlassian.crowd.util.BoundedCount
Create a bounded count that exactly represents a number.
exactlyMatching(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
Returns a property restriction that is only satisfied if the value of the property exactly matches the given value.
ExceptionMapperUtil - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
exceptions - Variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
execute() - Method in interface com.atlassian.crowd.acceptance.utils.Action
Do something.
execute() - Method in class com.atlassian.crowd.acceptance.utils.ActionRunner
 
execute() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
execute() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
execute() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
execute() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
execute() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
execute() - Method in class com.atlassian.crowd.console.action.application.BrowseApplications
 
execute() - Method in class com.atlassian.crowd.console.action.Console
 
execute() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
execute() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
execute() - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
execute() - Method in class com.atlassian.crowd.console.action.DefaultStartPage
 
execute() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnector
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustom
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternal
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowd
 
execute() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
execute() - Method in class com.atlassian.crowd.console.action.error.ErrorAction
 
execute() - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
execute() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
execute() - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
execute() - Method in class com.atlassian.crowd.console.action.Login
 
execute() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
execute() - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
execute() - Method in class com.atlassian.crowd.console.action.session.BrowseApplicationSessions
 
execute() - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
execute() - Method in class com.atlassian.crowd.console.action.setup.Complete
 
execute() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
execute(Runnable, K) - Method in class com.atlassian.crowd.manager.webhook.KeyedExecutor
Adds a Runnable to the executor queue.
execute() - Method in class com.atlassian.crowd.openid.client.action.Login
Show the login screen.
execute() - Method in class com.atlassian.crowd.openid.client.action.Logoff
 
execute() - Method in class com.atlassian.crowd.openid.client.action.secure.ViewProfile
 
execute() - Method in class com.atlassian.crowd.openid.server.action.Console
 
execute() - Method in class com.atlassian.crowd.openid.server.action.Login
 
execute() - Method in class com.atlassian.crowd.openid.server.action.Logoff
 
execute() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.CrowdServer
 
execute() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
Display the Allow/Disallow authentication screen.
execute() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.ViewAuthRecord
 
execute() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
execute() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ViewIdentity
 
execute() - Method in class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
execute() - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
execute() - Method in class com.atlassian.crowd.security.demo.action.Console
 
execute() - Method in class com.atlassian.crowd.security.demo.action.group.BrowseGroups
 
execute() - Method in class com.atlassian.crowd.security.demo.action.Login
 
execute() - Method in class com.atlassian.crowd.security.demo.action.Logoff
 
execute() - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
execute(HibernateOperation<S>, Collection<E>) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
The set is first divided into smaller sets of batchSize.
execute(HibernateOperation<S>, Collection<E>) - Method in interface com.atlassian.crowd.util.persistence.hibernate.batch.BatchProcessor
 
executeBulkUpdate(String, Object) - Method in class com.atlassian.crowd.upgrade.util.UpgradeUtilityDAOHibernate
Executes an update operation affecting multiple entities.
executeUpdate(String) - Method in class com.atlassian.crowd.upgrade.util.UpgradeUtilityDAOHibernate
 
ExecutingHttpRequest - Class in com.atlassian.crowd.plugin.web
This has a thread local that contains the currently executing HttpServletRequest
ExecutingHttpRequest() - Constructor for class com.atlassian.crowd.plugin.web.ExecutingHttpRequest
 
existingDataIsPreservedBySchemaUpgradeAndNewDataCanBeInserted() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
DAOs must be run within a transaction.
exists(InternalGrantedPermission) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Return true if the InternalGrantedPermission has been explicitly granted.
exists(InternalGrantedPermission) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
exists(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
expand(ExpandContext<GroupEntity>, EntityExpanderResolver, EntityCrawler) - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityExpander
expand(ExpandContext<UserEntity>, EntityExpanderResolver, EntityCrawler) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityExpander
EXPAND_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.EntityExpansionUtil
Name of the expand query parameter.
expandGroup(ApplicationService, Application, GroupEntity, boolean) - Static method in class com.atlassian.crowd.plugin.rest.util.GroupEntityUtil
Expands a GroupEntity from its minimal form to the expanded version.
expandInternal(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityListExpander
 
expandUser(ApplicationService, Application, UserEntity, boolean) - Static method in class com.atlassian.crowd.plugin.rest.util.UserEntityUtil
Expands a UserEntity from its minimal form to the expanded version.
expandUser(DirectoryManager, long, UserEntity, boolean) - Static method in class com.atlassian.crowd.plugin.rest.util.UserEntityUtil
 
expectedException - Variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
expectedGroupsForTestGrantPermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
expectedGroupsForTestListGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
expectedGroupsForTestListGroupsWithParams() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
expectedGroupsForTestListPermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
expectedGroupsForTestRevokePermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
ExpirableUserToken - Interface in com.atlassian.crowd.model.token
This represents a token with a limited lifetime, associated with a user (by email address and/or username).
ExpirableUserTokenDao - Interface in com.atlassian.crowd.dao.token
ExpirableUserTokenDaoHibernate - Class in com.atlassian.crowd.dao.token
Hibernate backed implementation of ExpirableUserTokenDao
ExpirableUserTokenDaoHibernate() - Constructor for class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
ExpirableUserTokenDaoHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.token
 
ExpirableUserTokenDaoHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
ExpirableUserTokenService - Interface in com.atlassian.crowd.service.token
Service for handling expirable user tokens
expireAllPasswords() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
expireAllPasswords() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
expireAllPasswords() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
expireAllPasswords() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
expireAllPasswords() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Sets the UserConstants.REQUIRES_PASSWORD_CHANGE attribute to true for all users in the directory using bulk operations
expireAllPasswords() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
expireAllPasswords() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
expireAllPasswords(Application) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
expireAllPasswords(Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Expires all passwords for all directories which are part of this application, regardless of group mapping.
expireAllPasswords(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
expireAllPasswords(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Sets the UserConstants.REQUIRES_PASSWORD_CHANGE attribute to true for all users in the directory
expireAllPasswords(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
expireAllPasswords() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
expireAllPasswords(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Expires all passwords for all directories which are part of this application, regardless of group mapping.
expireAllPasswords(boolean) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Expires all passwords
expireAllPasswords() - Method in interface com.atlassian.crowd.service.client.CrowdClient
Expires all passwords for all users in all directories for this application, regardless of group membership.
EXPIRED_MAINTENANCE_KEY - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
ExpiredCredentialException - Exception in com.atlassian.crowd.exception
Thrown when the credentials have expired.
ExpiredCredentialException() - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException(String) - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ExpiredCredentialException
 
ExpiredCredentialException - Exception in com.atlassian.crowd.integration.exception
Thrown when the user's credentials have expired.
ExpiredCredentialException() - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialException(String) - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ExpiredCredentialExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ExpiredCredentialExceptionMapper
 
ExpireSessionTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
ExpireSessionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
expiryDate - Variable in class com.atlassian.crowd.console.action.Console
 
EXPONENT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
EXPONENT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
EXPONENT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
exportDirectories(String) - Method in class com.atlassian.crowd.file.FileConfigurationExporter
 
ExportException - Exception in com.atlassian.crowd.migration
 
ExportException(Exception) - Constructor for exception com.atlassian.crowd.migration.ExportException
 
exportInternalEntity(InternalEntity, Element) - Method in class com.atlassian.crowd.migration.legacy.XmlMapper
Exports an internal entity to an XML element.
exportProperties(Iterable<Directory>) - Method in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
exportSingleValuedAttributes(Attributes, Element) - Method in class com.atlassian.crowd.migration.legacy.XmlMapper
Exports Map<String, String> to an XML element.
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.AliasMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.ApplicationMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.CrowdConfigMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.DirectoryMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.GroupMapper
 
exportXml(Map<String, Object>) - Method in interface com.atlassian.crowd.migration.Mapper
Exports to V2 XML.
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.MembershipMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.PropertyMapper
 
exportXml(Map<String, Object>) - Method in class com.atlassian.crowd.migration.UserMapper
 
exportXml(String, Map<String, Object>) - Method in interface com.atlassian.crowd.migration.XmlMigrationManager
Exports the Crowd server's state to an XML file.
exportXml(String, Map<String, Object>) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
exportXml(Element, Map<String, Object>) - Method in class com.atlassian.crowd.migration.XmlMigrator
 
expression() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
expression_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.expression_return
 
EXTERNAL_ID - Static variable in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
EXTERNAL_ID - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
externalId - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
ExternalIdContextMapper - Class in com.atlassian.crowd.directory.ldap.mapper
Maps the externalId attribute.
ExternalIdContextMapper(LDAPPropertiesMapper) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.ExternalIdContextMapper
 
extractAction(ActionInvocation) - Method in class com.atlassian.crowd.xwork.XWorkVersionSupport
Works around binary incompatibility of ActionInvocation#getAction between XWork 1.0 and 1.2.
extractMethod(ActionInvocation) - Method in class com.atlassian.crowd.xwork.XWorkVersionSupport
Works around missing ActionConfig#getMethod in Xwork 1.2.
extractOrCopy() - Method in class com.atlassian.crowd.apacheds.AppServerFriendlySchemaLdifExtractor
 
extractOrCopy(boolean) - Method in class com.atlassian.crowd.apacheds.AppServerFriendlySchemaLdifExtractor
 
extractTimestamp(File) - Method in interface com.atlassian.crowd.manager.backup.BackupFileStore
Extract the timestamp from the name of the given backup file.
extractTimestamp(File) - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 

F

factory - Variable in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
FailedAuthenticationException - Exception in com.atlassian.crowd.exception
 
FailedAuthenticationException() - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FailedAuthenticationException(String) - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FailedAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
FailedAuthenticationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.FailedAuthenticationException
 
failedReason() - Method in class com.atlassian.crowd.event.user.UserCredentialValidationFailed
 
FailoverDirectoryDAO - Class in com.atlassian.crowd.dao.directory
Delegates to a primary DAO, but only if it is active, or to a secondary DAO otherwise.
FailoverDirectoryDAO(DirectoryDao, DirectoryDao, DaoDiscriminator) - Constructor for class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
FedoraDS - Class in com.atlassian.crowd.directory
Read-only directory connector for FedoraDS running the Posix schema.
FedoraDS(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.FedoraDS
 
fetchGroupInformation() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
fetchHighestCommittedUSN() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
fetchInCache(String) - Method in interface com.atlassian.crowd.service.AuthenticatorUserCache
Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.
fetchStringFromRequestSession(HttpServletRequest, String) - Static method in class com.atlassian.crowd.plugin.rest.service.util.RestAuthSessionHelperUtil
 
fetchUserInCache(String) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
Fetches a user with the given username in the cache, in case the user exists, but cannot be found from the cache yet.
FILE_NAME - Static variable in class com.atlassian.crowd.acceptance.utils.CsvLoadStatWriter
 
FileConfigurationExporter - Class in com.atlassian.crowd.file
 
FileConfigurationExporter(DirectoryManager, DirectoryPropertiesMapper) - Constructor for class com.atlassian.crowd.file.FileConfigurationExporter
 
filePathTextBox - Variable in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
FileServerServlet - Class in com.atlassian.crowd.plugin.servlet
Used to serve File from crowd, for a given number of strategies.
FileServerServlet() - Constructor for class com.atlassian.crowd.plugin.servlet.FileServerServlet
 
filesInBackupDirectory() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
FileSize - Class in com.atlassian.crowd.core.tiny
A class that contains utility methods for formatting the size of files into human readable form.
FileSize() - Constructor for class com.atlassian.crowd.core.tiny.FileSize
 
FileToTimestampTransformer - Class in com.atlassian.crowd.manager.backup
Transforms a File into a Date, or null if the file is not a valid automated backup file.
FileToTimestampTransformer() - Constructor for class com.atlassian.crowd.manager.backup.FileToTimestampTransformer
 
filterExpiredUsers - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
filterOutDuplicates(List<T>) - Static method in class com.atlassian.crowd.model.DirectoryEntities
Remove the duplicate entities from the passed list.
find(String, String) - Method in interface com.atlassian.crowd.dao.property.PropertyDAO
Finds property by key and name.
find(String, String) - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
find(long, Collection<String>, Class<E>) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
Returns a collection of entities that match the names provided.
find(long, Collection<String>, Class<E>) - Method in interface com.atlassian.crowd.util.persistence.hibernate.batch.BatchFinder
Find a set of entities by batching SQL disjunction queries.
findAddedOrUpdatedGroupsSince(long) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findAddedOrUpdatedObjectsSince(long, Name, String, ContextMapperWithRequiredAttributes<T>) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findAddedOrUpdatedUsersSince(long) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findAliasByUsername(Application, String) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Retrieves the application-specific alias for a username.
findAliasByUsername(Application, String) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
findAliasByUsername(Application, String) - Method in interface com.atlassian.crowd.manager.application.AliasManager
Will return the 'alias' associated to the user.
findAliasByUsername(Application, String) - Method in class com.atlassian.crowd.manager.application.AliasManagerImpl
 
findAll() - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
findAll() - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
findAll() - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
findAll() - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
findAll(Collection<Directory>) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
findAll(String) - Method in interface com.atlassian.crowd.dao.property.PropertyDAO
Finds properties by key.
findAll() - Method in interface com.atlassian.crowd.dao.property.PropertyDAO
Retrieves all properties.
findAll(String) - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
findAll() - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
findAll() - Method in class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
findAll() - Method in interface com.atlassian.crowd.dao.webhook.WebhookDAO
 
findAll() - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
findAll() - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Returns the list of all directories in the data store, or empty list if there are no directories.
findAll() - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Retrieves all the applications in the Crowd system.
findAll() - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
findAll(String) - Method in interface com.atlassian.crowd.manager.property.PluginPropertyManager
 
findAll(String) - Method in class com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
 
findAll() - Method in interface com.atlassian.crowd.manager.webhook.WebhookRegistry
 
findAll() - Method in class com.atlassian.crowd.manager.webhook.WebhookRegistryImpl
 
findAll() - Method in interface com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAO
 
findAll() - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAOHibernate
 
findAllDelegatingAuthenticationDirectories() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
findAllDirectories() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will return a List<Directory> ordered by the order specified by the application.
findAllDirectories() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
findAllDirectories() - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns a List of all directories in the system.
findAllDirectories() - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findAllDirectories() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeAwareDirectoryManager
 
findAllExportableDirectories() - Method in class com.atlassian.crowd.migration.legacy.PartialXmlMapper
Finds all directories that have user/group/membership data that need to be exported (ie.
findAllForProfile(Profile) - Method in interface com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAO
 
findAllForProfile(Profile) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAOHibernate
 
findAllGroupNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllGroupNames(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupNames(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findAllGroupRelationships() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupRelationships() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllGroupRelationships(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupRelationships(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findAllGroups() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrieves all groups in the application's assigned directories.
findAllGroups() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllInternalDirectories() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
findAllInternalGrantedPermissions() - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
This is used in the backup procedure
findAllLocal(Collection<Directory>) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
findAllPermissionsForGroup(String, long) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Find all permission entries for this group.
findAllPermissionsForGroup(String, long) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
findAllPrincipalNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the principals who are visible in the application's assigned directory.
findAllPrincipalNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllPrincipalNames(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the principals who are visable in the application's assigned directory.
findAllPrincipalNames(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findAllPrincipals() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrieves all principals in the application's assigned directories.
findAllPrincipals() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllRoleNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
findAllRoleNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllRoleNames(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the roles who are visible in the application's assigned directory.
findAllRoleNames(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findAllRoles() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
findAllRoles() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllRPAddressRestrictions() - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Finds all of the whitelist or blacklist server approvals.
findAllRPAddressRestrictions() - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
findAllUserGuids() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findAlwaysAllow(User) - Method in interface com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAO
 
findAlwaysAllow(User) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAOHibernate
 
findAuthorisedApplications(long, List<String>) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Finds all applications that are authorised for authentication given the directory id and group memberships of a user.
findAuthorisedApplications(long, List<String>) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
findAuthorisedApplications(User, String) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
findAuthorisedApplications(User, String) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Returns a list of applications a user is authorised to authenticate with.
findAuthorisedApplications(User, String) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
findAvatarUrl(User, int) - Method in class com.atlassian.crowd.console.action.BaseAction
 
findBaseUrlForApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
findbyAddress(String) - Method in interface com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAO
 
findbyAddress(String) - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAOHibernate
 
findByApplicationAndEndpointUrl(Application, String) - Method in class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
findByApplicationAndEndpointUrl(Application, String) - Method in interface com.atlassian.crowd.dao.webhook.WebhookDAO
 
findByApplicationAndEndpointUrl(Application, String) - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
findByExternalId(long, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
findByExternalId(long, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Finds and returns the user with the given unique/external id and directory ID.
findById(long) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Finds application by application id.
findById(long) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
findById(long) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
findById(long) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
findById(long) - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
findByID(long) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
findById(Long) - Method in class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
findById(Long) - Method in interface com.atlassian.crowd.dao.webhook.WebhookDAO
 
findById(Long) - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
findById(long) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Returns the directory with the specified ID, throwing DirectoryNotFoundException if it cannot be found.
findById(long) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Find an application by its ID.
findById(long) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
findById(long) - Method in interface com.atlassian.crowd.manager.webhook.WebhookRegistry
 
findById(long) - Method in class com.atlassian.crowd.manager.webhook.WebhookRegistryImpl
 
findByIdentifierHash(String) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Finds token by identifier hash.
findByIdentifierHash(String) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
findByIdentifierHash(String) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
findByIdentifierHash(String) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
findByIdentifierHash(String) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
findByName(String) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Finds application by application name, in a case-insensitive way.
findByName(String) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
findByName(String) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
findByName(String) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
findByName(String) - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
findByName(long, String) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
findByName(long, String) - Method in interface com.atlassian.crowd.dao.group.InternalGroupDao
Finds internal group by directory id and group name.
findByName(long, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
findByName(String) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Returns the directory with the specified name, throwing DirectoryNotFoundException if it cannot be found.
findByName(long, String) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Finds group by name.
findByName(long, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Finds and returns the user with the given name and directory ID.
findByName(String) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Find an application by its name.
findByName(String) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
findByName(long) - Method in interface com.atlassian.crowd.openid.server.model.property.PropertyDAO
 
findByName(long) - Method in class com.atlassian.crowd.openid.server.model.property.PropertyDAOHibernate
 
findByNames(long, Collection<String>) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
findByNames(long, Collection<String>) - Method in interface com.atlassian.crowd.dao.group.InternalGroupDao
Bulk find of groups using SQL disjunction.
findByNames(long, Collection<String>) - Method in interface com.atlassian.crowd.dao.user.InternalUserDao
Bulk find of users using SQL disjunction.
findByNames(long, Collection<String>) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
findByNameWithAttributes(long, String) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
findByNameWithAttributes(long, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
findByNameWithAttributes(long, String) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Finds group by name.
findByNameWithAttributes(long, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Finds and returns the user with attributes with the given name and directory ID.
findByRandomHash(String) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Finds token by random hash.
findByRandomHash(String) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
findByRandomHash(String) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
findByRandomHash(String) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
findByRandomHash(String) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
findBySite(User, Site) - Method in interface com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAO
 
findBySite(User, Site) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAOHibernate
 
findByToken() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
findByToken(String) - Method in interface com.atlassian.crowd.dao.token.ExpirableUserTokenDao
Find the token with the given random hash
findByToken(String) - Method in class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
findByToken(String) - Method in class com.atlassian.crowd.service.token.DefaultInviteUserTokenService
 
findByToken(String) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
Find the token using the given random hash
findByTokenForNonExistingToken() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
findByURL(String) - Method in interface com.atlassian.crowd.openid.server.model.site.SiteDAO
 
findByURL(String) - Method in class com.atlassian.crowd.openid.server.model.site.SiteDAOHibernate
 
findByUsername(String) - Method in interface com.atlassian.crowd.openid.server.model.user.UserDAO
 
findByUsername(String) - Method in class com.atlassian.crowd.openid.server.model.user.UserDAOHibernate
 
findCrowdConsoleApplication() - Method in interface com.atlassian.crowd.manager.application.InternalApplicationHelper
Retrieve the Application representing the Crowd console application.
findCrowdConsoleApplication() - Method in class com.atlassian.crowd.manager.application.InternalApplicationHelperImpl
 
findDirectMembersOfGroup(LdapName) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findDirectMembersOfGroup(LdapName) - Method in class com.atlassian.crowd.directory.RFC4519Directory
This method is not part of RemoteDirectory's contract.
findDirectoryById(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will return a Directory based on the given directoryId
findDirectoryById(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
findDirectoryById(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns a Directory based on the passed in directoryId.
findDirectoryById(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findDirectoryById(long) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchroniserHelper
Returns a Directory based on the passed in directoryId.
findDirectoryById(long) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserHelperImpl
 
findDirectoryById(long) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeAwareDirectoryManager
 
findDirectoryByName(String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Finds a directory given the supplied name.
findDirectoryByName(String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findDirectoryByName(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeAwareDirectoryManager
 
findEntityByDN(String, Class<T>) - Method in interface com.atlassian.crowd.directory.LDAPDirectory
Finds a directory entity (principal, group or role) by their distinguished name.
findEntityByDN(String, Class<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findEntityByDN(String, String, String, ContextMapper, Class<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
finder - Variable in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
findGroupAttributes(long) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
findGroupAttributes(long) - Method in interface com.atlassian.crowd.dao.group.InternalGroupDao
Finds group attributes of the given group identified by group id.
findGroupByName(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
findGroupByName(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
findGroupByName(String) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
 
findGroupByName(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
findGroupByName(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Finds the group that matches the supplied name.
findGroupByName(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findGroupByName(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findGroupByName(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the first group with the matching groupname from all the active directories assigned to the application.
findGroupByName(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findGroupByName(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
findGroupByName(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the group matching the supplied groupName in the directory specified by the passed in directoryId..
findGroupByName(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findGroupByName(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
findGroupByName(String, String, boolean, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Returns the group specified by the name.
findGroupByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Find a group by name for the application's assigned directory.
findGroupByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findGroupByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Find a group by name for the application's assigned directory.
findGroupByName(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findGroupByNameAndType(String, GroupType) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findGroupMembershipForGroupChanges(Group, Collection<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
findGroupMembershipNames(MembershipQuery<String>) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findGroupMembershipNames(MembershipQuery<String>) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes>) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findGroupMemberships(MembershipQuery<? extends LDAPGroupWithAttributes>) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
findGroupMemberships(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all the groups the principal is a direct member of.
findGroupMemberships(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findGroupMemberships(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the principals who are members of a group that is in the application's assigned directory.
findGroupMemberships(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findGroupMembershipsOfUserViaMemberOf(String, int, int, RFC4519Directory.LookupByDn<T>) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
findGroupNamesByPrefix(String, int, int) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
findGroups(Configuration) - Method in class com.atlassian.crowd.importer.importers.CsvImporter
 
findGroups(Configuration) - Method in class com.atlassian.crowd.importer.importers.DirectoryImporter
 
findGroups(int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
List all groups that the Crowd console application can see.
findGroups(int, int) - Method in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
findGroupsByPrefix(String, int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
List all groups that the Crowd console application can see, filtered by prefix.
findGroupsByPrefix(String, int, int) - Method in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
findGroupsToUpdate(Collection<? extends Group>, Date) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
findGroupsWithPermission(int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Find all groups with an explicit permission Note: there are no authentication checks in this method
findGroupsWithPermission(int, int) - Method in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
findGroupsWithPermissionByPrefix(String, int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Find all groups with an explicit permission Note: there are no authentication checks in this method
findGroupsWithPermissionByPrefix(String, int, int) - Method in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
findGroupToGroupMemberships(Configuration) - Method in class com.atlassian.crowd.importer.importers.CsvImporter
 
findGroupToGroupMemberships(Configuration) - Method in class com.atlassian.crowd.importer.importers.DirectoryImporter
 
findGroupTombstonesSince(long) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
findGroupWithAttributesByName(String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
findGroupWithAttributesByName(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Finds the group that matches the supplied name.
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findGroupWithAttributesByName(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findGroupWithAttributesByName(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the first group with the matching groupname from all the active directories assigned to the application.
findGroupWithAttributesByName(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findGroupWithAttributesByName(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
findGroupWithAttributesByName(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the group with all attributes matching the supplied groupName in the directory specified by the passed in directoryId..
findGroupWithAttributesByName(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
findGroupWithAttributesByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Find a group by name for the application's assigned directory.
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findGroupWithAttributesByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Find a group by name for the application's assigned directory.
findGroupWithAttributesByName(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findHighestPermissionPerGroup(int, int) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Find all groups with an explicit permission, and return their highest permission
findHighestPermissionPerGroup(int, int) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
findHighestPermissionPerGroupByPrefix(String, int, int) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Find all groups with an explicit permission, and return their highest permission
findHighestPermissionPerGroupByPrefix(String, int, int) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
findLocalGroup(String) - Method in class com.atlassian.crowd.directory.hybrid.LocalGroupHandler
Finds a local group.
findOrCreateSite(String) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Gets the Site object corresponding to the URL or creates a Site object corresponding to the URL.
findOrCreateSite(String) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
findPrincipalByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a principal by name who is in the application's assigned directory.
findPrincipalByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findPrincipalByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a principal by name who is in the application's assigned directory.
findPrincipalByName(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findPrincipalByToken(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a principal by token.
findPrincipalByToken(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findPrincipalByToken(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a principal by token.
findPrincipalByToken(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findPrincipalWithAttributesByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a principal by name who is in the application's assigned directory.
findPrincipalWithAttributesByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findPrincipalWithAttributesByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a principal by name who is in the application's assigned directory.
findPrincipalWithAttributesByName(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findRecords(User, int, int) - Method in interface com.atlassian.crowd.openid.server.model.record.AuthRecordDAO
Finds a subset of the AuthRecords for a given user.
findRecords(User, int, int) - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecordDAOHibernate
 
findRemoteUserByName(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findRemoteUserByName(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the first user with the matching username from all active directories authoratiative remote directory.
findRemoteUserByName(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findRemoteUserByName(Long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the user matching the supplied username in the authoratitive remote directory specified by the passed in directoryId
findRemoteUserByName(Long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findRoleByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
findRoleByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findRoleByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Deprecated. 
findRoleByName(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findRoleMemberships(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
findRoleMemberships(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findRoleMemberships(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the principals who are members of a role that is in the application's assigned directory.
findRoleMemberships(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
findSiteApproval(User, String) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Finds the SiteApproval of a user for a given URL.
findSiteApproval(User, String) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
findTombstonesSince(long, Name, String) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findTotalRecords(User) - Method in interface com.atlassian.crowd.openid.server.model.record.AuthRecordDAO
Finds the total number of authentication records that exist for a given user.
findTotalRecords(User) - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecordDAOHibernate
 
findUserAttributes(long) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
findUserByExternalId(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
findUserByExternalId(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
findUserByExternalId(String) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
 
findUserByExternalId(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
findUserByExternalId(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Finds the user that matches the supplied externalId.
findUserByExternalId(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findUserByExternalId(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the user matching the supplied external ID in the directory specified by the passed in directoryId.
findUserByExternalId(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findUserByExternalId(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
findUserByKey(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findUserByKey(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the user with a matching key from all the active directories assigned to the application.
findUserByKey(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findUserByKey(String, String, Link, boolean) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
 
findUserByName(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
findUserByName(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
findUserByName(String) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
 
findUserByName(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
findUserByName(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Finds the user that matches the supplied name.
findUserByName(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findUserByName(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findUserByName(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the first user with the matching username from all the active directories assigned to the application.
findUserByName(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findUserByName(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
findUserByName(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the user matching the supplied username in the directory specified by the passed in directoryId..
findUserByName(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findUserByName(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
findUserByName(String, String, Link, boolean) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Returns a UserEntity specified by the name.
findUserByToken(String, String) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
findUserByToken(String, String) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Will find a user via the passed in token key.
findUserByToken(String, String) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
findUserFromSSOToken(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
findUserFromSSOToken(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Returns the user from the specified user token.
findUserMembershipForGroupChanges(Group, Collection<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
findUserMembersOfGroupViaMemberDN(String, GroupType, int, int) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findUserMembersOfGroupViaMemberDN(String, GroupType, int, int) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
findUserMembersOfGroupViaMemberOf(String, GroupType, int, int) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findUserMembersOfGroupViaMemberOf(String, GroupType, int, int) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
findUsernameByAlias(Application, String) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Retrieves the real username for a user in a directory given their application-specific alias.
findUsernameByAlias(Application, String) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
findUsernameByAlias(Application, String) - Method in interface com.atlassian.crowd.manager.application.AliasManager
Will return the 'real' username of the authenticating user.
findUsernameByAlias(Application, String) - Method in class com.atlassian.crowd.manager.application.AliasManagerImpl
 
findUsers(Configuration) - Method in class com.atlassian.crowd.importer.importers.CsvImporter
 
findUsers(Configuration) - Method in class com.atlassian.crowd.importer.importers.DirectoryImporter
 
findUserToGroupMemberships(Configuration) - Method in class com.atlassian.crowd.importer.importers.CsvImporter
 
findUserToGroupMemberships(Configuration) - Method in class com.atlassian.crowd.importer.importers.DirectoryImporter
 
findUserTokenByKey(String, String) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
findUserTokenByKey(String, String) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Returns the token matching a given key
findUserTokenByKey(String, String) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
findUserTombstonesSince(long) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
findUserWithAttributesByExternalId(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the user (with attributes) matching the supplied external ID in the directory specified by the passed in directoryId.
findUserWithAttributesByExternalId(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findUserWithAttributesByKey(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findUserWithAttributesByKey(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the user with a matching key from all the active directories assigned to the application.
findUserWithAttributesByKey(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
findUserWithAttributesByName(String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
findUserWithAttributesByName(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Finds the user that matches the supplied name.
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
findUserWithAttributesByName(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findUserWithAttributesByName(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns the first user with the matching username from all the active directories assigned to the application.
findUserWithAttributesByName(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findUserWithAttributesByName(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
findUserWithAttributesByName(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the user with all attributes matching the supplied username in the directory specified by the passed in directoryId..
findUserWithAttributesByName(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
findUserWithAttributesByName(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
findWebhookById(Application, long) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
findWebhookById(Application, long) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Retrieves a Webhook by its identifier.
findWebhookById(Application, long) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
findWebhookById(String, long) - Method in class com.atlassian.crowd.plugin.rest.service.controller.WebhooksController
 
finishSetup() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
Ensures that the bootstrapManager is written to a complete state by overriding all other remaining operations.
FIRST_NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
firstName - Variable in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
firstname - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
firstname - Variable in class com.atlassian.crowd.console.action.user.EditProfile
 
FIRSTNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the first name attribute.
firstname - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
firstname - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
FIRSTNAME_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login firstname macro key.
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
fixHiLo(ResetableHiLoGeneratorHelper) - Method in class com.atlassian.crowd.acceptance.tests.persistence.PersistenceTestHelper
 
fixHiLo() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask645IntroduceUserPermissionsIntegrationTest
 
flush() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Clears the underlying cache.
flush() - Method in interface com.atlassian.crowd.service.cache.CacheExpiryManager
Expires/flushes/clears all the caches.
flush() - Method in class com.atlassian.crowd.service.cache.CacheExpiryManagerImpl
 
flush() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
flushAndClearHibernate() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
flushAndClearHibernateSession() - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
flushCaches() - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
FOLLOW_AND_in_andExpression147 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_AND_in_restriction90 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_andExpression_in_orExpression109 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_andExpression_in_orExpression96 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_comparison_op_in_propertyExpression129 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_comparison_op_in_propertyExpression179 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_EQUALS_in_comparison_op230 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_expression_in_parExpression319 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_expression_in_restriction65 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_GT_in_comparison_op244 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_LPAREN_in_parExpression316 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_LT_in_comparison_op237 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_OR_in_orExpression105 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_OR_in_restriction72 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_orExpression_in_expression79 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_parExpression_in_primary217 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_primary_in_andExpression138 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_primary_in_andExpression151 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_propertyExpression_in_primary227 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_propertyExpression_in_restriction109 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_QUOTE_STRING_in_termKey175 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_QUOTE_STRING_in_termValue206 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_restriction_in_getRestriction49 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_restriction_in_restriction77 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_restriction_in_restriction95 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_RPAREN_in_parExpression321 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_SQUOTE_STRING_in_termKey182 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_SQUOTE_STRING_in_termValue213 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_STRING_in_termKey168 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_string_in_termKey246 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_STRING_in_termValue199 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_string_in_termValue260 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_termKey_in_propertyExpression133 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_termKey_in_propertyExpression150 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_termKey_in_propertyExpression177 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_termKey_in_propertyExpression192 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_termValue_in_propertyExpression137 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_termValue_in_propertyExpression182 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_UNARY_NULL_OPERATOR_in_propertyExpression146 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
FOLLOW_UNARY_NULL_OPERATOR_in_unaryOperator297 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_UNARY_OP_SEPARATOR_in_propertyExpression194 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
FOLLOW_unaryOperator_in_propertyExpression197 - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
footer - Variable in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
forbidCondition1AndTransformer1() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
forceRenameUser(User, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
forceRenameUser(User, String) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Forces a rename on the given user in this directory.
forgeGoogleRequest() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
forgeInvalidGoogleRequest() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
FORGOTTEN_PASSWORD_EMAIL_TEMPLATE - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Forgotten password email template
FORGOTTEN_USERNAME_EMAIL_TEMPLATE - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Forgotten usernames email template
ForgottenLoginDetails - Class in com.atlassian.crowd.console.action
Handles the functionality for the user forgetting their login details.
ForgottenLoginDetails() - Constructor for class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
ForgottenLoginDetails - Class in com.atlassian.crowd.openid.server.action
Handles the functionality for the user forgetting their login details.
ForgottenLoginDetails() - Constructor for class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
ForgottenLoginDetails.LoginField - Enum in com.atlassian.crowd.console.action
 
ForgottenLoginDetails.LoginField - Enum in com.atlassian.crowd.openid.server.action
 
ForgottenLoginMailer - Class in com.atlassian.crowd.manager.login.util
Helper class to perform mailing tasks for forgotten login.
ForgottenLoginMailer(PropertyManager, MailManager, I18nHelper) - Constructor for class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Constructs a new instance of ForgottenLoginMailer.
ForgottenLoginManager - Interface in com.atlassian.crowd.manager.login
Manages functionality related to retrieving forgotten usernames or resetting forgotten passwords.
ForgottenLoginManager - Interface in com.atlassian.crowd.openid.server.manager.login
Manages functionality related to retrieving forgotten usernames or resetting forgotten passwords.
ForgottenLoginManagerImpl - Class in com.atlassian.crowd.manager.login
 
ForgottenLoginManagerImpl(ApplicationService, DirectoryManager, PermissionManager, ExpirableUserTokenDao, SecureTokenGenerator, ClientProperties, EventPublisher) - Constructor for class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
ForgottenLoginManagerImpl(ApplicationService, DirectoryManager, PermissionManager, ExpirableUserTokenDao, SecureTokenGenerator, ClientProperties, EventPublisher, Clock) - Constructor for class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
ForgottenLoginManagerImpl - Class in com.atlassian.crowd.openid.server.manager.login
 
ForgottenLoginManagerImpl(CrowdClient) - Constructor for class com.atlassian.crowd.openid.server.manager.login.ForgottenLoginManagerImpl
 
format(Long) - Static method in class com.atlassian.crowd.core.tiny.FileSize
Convenience method.
formatDate(Date) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.ViewAuthRecord
 
formatDurationPretty(long) - Method in class com.atlassian.crowd.core.tiny.DateUtils
This is used by the Velocity templates as a bean
formatFileLocation(String) - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
 
formatUrlTemplate(String, Map<String, String>) - Method in class com.atlassian.crowd.openid.server.util.UrlTemplateFormatter
Expands variable references in urlTemplate with variableValues.
FreezeConfigurationCrowdAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
This test suite assumes that Crowd configuration is persisted in a database, and it produces a snapshot of the configuration as property files that are later used by another test suite.
FreezeConfigurationCrowdAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.FreezeConfigurationCrowdAcceptanceTestHarness
 
from - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
FROM_SOAP_VALIDATION_FACTOR_FUNCTION - Static variable in class com.atlassian.crowd.util.SoapObjectTranslator
 
fromAllowedOperations(Set<OperationType>) - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
 
fromCountedItemsAndLimit(long, long) - Static method in class com.atlassian.crowd.util.BoundedCount
Get a bounded count from counting up to an upper bound.
fromDirectory(Directory) - Static method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
 
fromId(int) - Static method in enum com.atlassian.crowd.model.permission.UserPermission
Gets a permission by its id.
fromId(long) - Static method in enum com.atlassian.crowd.openid.server.manager.property.TrustRelationshipMode
Converts between id and enum value
fromId(long) - Static method in enum com.atlassian.crowd.openid.server.model.record.AuthAction
Converts between enum id and enum value
fromName(String) - Method in enum com.atlassian.crowd.embedded.api.OperationType
 
fromPropertiesMap(Map<String, String>) - Static method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
fromRanking(long) - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
 
fromResourceLocator(ResourceLocator) - Static method in class com.atlassian.crowd.openid.server.manager.site.ApprovalWhitelist
Construct an instance using a ResourceLocator to source the whitelist URL.
fromSoapApplicationAuthenticationContext(ApplicationAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of ApplicationAuthenticationContext.
fromSoapAuthenticatedToken(AuthenticatedToken) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of AuthenticatedToken.
fromSoapPasswordCredential(PasswordCredential) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of PasswordCredential.
fromSoapUserAuthenticationContext(UserAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of UserAuthenticationContext.
fromSoapValidationFactor(ValidationFactor) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of ValidationFactor.
fromSoapValidationFactors(ValidationFactor[]) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of ValidationFactor.
fromString(String) - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanTypeDescriptor
 
fromTimeString(String) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts the given date and time String to a Date object.
fromTimeString(String) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts the given date and time String to a Date object.
fromToken(String) - Static method in class com.atlassian.crowd.plugin.rest.entity.EventEntityList
 
fromUserEntity(UserEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a UserEntity to a UserWithAttributes.
FULLNAME - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 

G

GENDER - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
GeneralAdministrationTest - Class in com.atlassian.crowd.acceptance.tests.administration
 
GeneralAdministrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.administration.GeneralAdministrationTest
 
GeneralOptions - Class in com.atlassian.crowd.openid.server.action.secure.admin
 
GeneralOptions() - Constructor for class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
generate(String, int) - Method in class com.atlassian.crowd.openid.server.provider.association.CacheBackedAssociationStore
 
generateAuthResponse(SAMLAuthRequest, String) - Method in interface com.atlassian.crowd.plugin.saml.SAMLMessageManager
Generates a successful authentication response for an authentication request given the username of the authenticated user.
generateAuthResponse(SAMLAuthRequest, String) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
generateAutomatedBackupFileName() - Method in interface com.atlassian.crowd.manager.backup.BackupManager
Generate a filename for an automated backup, that can then be used with BackupManager.backup(String, boolean).
generateAutomatedBackupFileName() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
generateDesEncryptionKey() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Generates and stores a DES key for DES encoded passwords.
generateDesEncryptionKey() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
generateFileName(String) - Method in class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
generateKey(long, String, List<ValidationFactor>) - Method in interface com.atlassian.crowd.manager.token.factory.TokenKeyGenerator
Creates a String that will be used by a Token as its key.
generateKey(long, String, List<ValidationFactor>) - Method in class com.atlassian.crowd.manager.token.factory.TokenKeyGeneratorImpl
 
generateKeys() - Method in interface com.atlassian.crowd.plugin.saml.SAMLMessageManager
Generates and stores the private and public keys in the Crowd home directory under the "/plugin-data/crowd-saml-plugin" folder.
generateKeys() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
generateManualBackupFileName() - Method in interface com.atlassian.crowd.manager.backup.BackupManager
Generate a filename for a manual backup, that can then be used with BackupManager.backup(String, boolean)
generateManualBackupFileName() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
generateRandomPassword() - Method in interface com.atlassian.crowd.util.PasswordHelper
 
generateRandomPassword() - Method in class com.atlassian.crowd.util.PasswordHelperImpl
 
generateToken(HttpServletRequest) - Method in class com.atlassian.crowd.xwork.SimpleXsrfTokenGenerator
 
generateToken(HttpServletRequest) - Method in interface com.atlassian.crowd.xwork.XsrfTokenGenerator
Generate a new form token for the current request.
generateUniqueIdentifier() - Static method in class com.atlassian.crowd.directory.InternalDirectory
Generates a unique identifier.
generateUserToken(long, AuthenticationContext, TokenLifetime) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
This method will return a Token based on the passed in parameters.
GENERIC_XML_ACTIVE - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ACTIVE - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_ATTRIBUTE - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ATTRIBUTE - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_ATTRIBUTE_ID - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ATTRIBUTE_NAME - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_ATTRIBUTE_VALUE - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ATTRIBUTE_VALUE - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_ATTRIBUTE_VALUES - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ATTRIBUTES - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_ATTRIBUTES_NODE - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_CONCEPTION - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_CREATED_DATE - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_ID - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_ID - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_LASTMODIFIED - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_NAME - Static variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GENERIC_XML_NAME - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GENERIC_XML_UPDATED_DATE - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
GenericConverter - Class in com.atlassian.crowd.directory.ldap.name
See Converter interface for details.
GenericConverter() - Constructor for class com.atlassian.crowd.directory.ldap.name.GenericConverter
 
GenericEnumUserType - Class in com.atlassian.crowd.util.persistence.hibernate
This class is now an alias for GenericEnumUserType from the atlassian-hibernate-extras library.
GenericEnumUserType() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.GenericEnumUserType
 
GenericLDAP - Class in com.atlassian.crowd.directory
Generic LDAP connector.
GenericLDAP(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.GenericLDAP
 
GenericLegacyImporter - Class in com.atlassian.crowd.migration.legacy
A generic mapper that contains helper methods and attributes to map domain objects to database objects and vice-versa.
GenericLegacyImporter(SessionFactory, BatchProcessor) - Constructor for class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
GenericLegacyTableQueries - Class in com.atlassian.crowd.migration.legacy.database.sql
This syntax should be standard SQL.
GenericLegacyTableQueries() - Constructor for class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
GenericMapper - Class in com.atlassian.crowd.migration
 
GenericMapper(SessionFactory, BatchProcessor) - Constructor for class com.atlassian.crowd.migration.GenericMapper
 
genericValidateToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
Will validate a token key with the given ValidationFactor's against one (if it exists) in the datastore.
get - Variable in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
get(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
get(int) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntityList
 
get(int) - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
get(int) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntityList
 
get(long) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStore
Returns directory synchronisation information for a directory with the given id.
get(long) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
 
get(String) - Method in interface com.atlassian.crowd.openid.server.provider.association.AssociationCache
 
get(String) - Method in class com.atlassian.crowd.openid.server.provider.association.InMemoryAssociationCache
 
get(String) - Method in class com.atlassian.crowd.openid.server.provider.association.RedisAssociationCache
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
get() - Static method in class com.atlassian.crowd.plugin.web.ExecutingHttpRequest
 
get(int, int) - Static method in class com.atlassian.crowd.util.Percentage
 
GET_NAME - Static variable in class com.atlassian.crowd.util.InternalEntityUtils
Calls InternalEntity.getName() on its argument, which must not be null.
getAbsolute() - Method in class com.atlassian.crowd.integration.rest.entity.UserMembershipEventEntity
 
getAcsURL() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
 
getAcsURL() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthResponse
 
getActionContext() - Method in class com.atlassian.crowd.manager.threadlocal.ThreadLocalState
 
getActionMessageAlertColor() - Method in class com.atlassian.crowd.console.action.BaseAction
Gets the action message color dressing to use with the decorator.
getActionMessageAlertColor() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Gets the action messageo color dressing to use with the decorator.
getActionName() - Method in enum com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache.AllowedTargetAction
 
getActionWait() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getActive() - Method in class com.atlassian.crowd.console.action.application.BrowseApplications
 
getActive() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
getActive() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
getActive() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
getActive() - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
getActive() - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
getActive() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
getActive() - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
getActive() - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
getActive() - Method in class com.atlassian.crowd.security.demo.action.group.BrowseGroups
 
getActive() - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
getActiveDirectories(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
Given an application, retrieve all active directories associated with it.
getActiveDirectories(Application) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeAwareApplicationService
 
getActiveFlag() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
getActiveOption() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
 
getActiveOption() - Method in class com.atlassian.crowd.console.action.pickers.ViewPicker
 
getActiveOption(ActionSupport) - Static method in class com.atlassian.crowd.util.CommonUIDefinitions
 
getActiveRequest(HttpServletRequest) - Static method in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
 
getActiveResponse(HttpServletRequest) - Static method in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
 
getActiveRound() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
Information of the currently running synchronisation or null if directory is not being synchronised.
getActiveSelectList() - Method in class com.atlassian.crowd.console.action.application.BrowseApplications
 
getActual(String) - Method in class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettings
 
getAddedSuccessfully() - Method in class com.atlassian.crowd.manager.directory.BulkAddResult
Calculates the number of entities which were successfully added, which is calculated as the number of entities which were attempted to be added minus both the failed entities (which couldn't be added) and the existing entities (which already existed and hence couldn't be added).
getAddress() - Method in class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
 
getAddress() - Method in class com.atlassian.crowd.console.action.application.UpdateAddresses
 
getAddress() - Method in class com.atlassian.crowd.model.application.RemoteAddress
Returns the address.
getAddress() - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestriction
 
getAddresses() - Method in class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
 
getAddresses() - Method in class com.atlassian.crowd.console.action.admin.ViewTrustedProxies
 
getAddresses() - Method in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
Returns the addresses of all the trusted proxy servers, or an empty set if there are none.
getAddresses() - Method in class com.atlassian.crowd.manager.proxy.TrustedProxyManagerImpl
Returns the addresses of the trusted proxy servers, or an empty dry if there are none.
getAddresses() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
getAdminAuthority() - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Return the name of the admin authority.
getAdminAuthority() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
getAdminAuthority() - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Return the name of the admin authority.
getAdminAuthority() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
getAdminGroup() - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
getAdminGroup() - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
getAdminGroupChecker() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
getAdminGroupChecker() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getAggregatingAndSortingComparatorFor(Class<T>) - Static method in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
Returns a comparator for aggregating and sorting the results.
getAlias() - Method in class com.atlassian.crowd.model.alias.Alias
 
getAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
getAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
 
getAliasDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getAliasDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getAliasDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getAliases() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getAliases() - Method in class com.atlassian.crowd.console.action.user.ViewApplications
 
getAliasesForUser(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
getAliasForUser(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
getAliasForUser(String) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
getAliasFromXml(Element) - Method in class com.atlassian.crowd.migration.AliasMapper
 
getAliasName() - Method in exception com.atlassian.crowd.manager.application.AliasAlreadyInUseException
 
getAllAliasesForUserAsJson(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
 
getAllAlwaysAllowSites(User) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Returns all the sites marked 'always allow' for a user.
getAllAlwaysAllowSites(User) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
getAllApplications(URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Finds all applications.
getAllExternalIds(long) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
getAllExternalIds(long) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Return all users externalId in the given directory.
getAllGroupnames() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
getAllGroupNames() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a List of Strings containing all group names, or null if the list is not cached.
getAllGroupNames() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAllGroupNames() - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
getAllGroupNames() - Method in interface com.atlassian.crowd.service.GroupManager
Deprecated.
Since 1.4.
getAllGroupsForUser(List<String>, Map<String, Set<String>>) - Static method in class com.atlassian.crowd.util.NestingHelper
Returns an unsorted list of groups that the user is a member of, either directly or indirectly.
getAllMembers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a list of users that belong to groupName belongs to, or null if there aren't any.
getAllMembers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAllMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a list of groups that userName belongs to, or null if they don't belong to any.
getAllMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAllNonMemberGroups() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
getAllowAllForDirectory() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getAllowAllToAuthenticateOption() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getAllowedOperations() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getAllowedOperations() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the operations allowed to be performed on this directory.
getAllowedOperations() - Method in enum com.atlassian.crowd.embedded.api.PermissionOption
 
getAllowedOperations() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getAllowedOperations() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns a set of operations that the application is allowed to perform on the directory.
getAllowedOperations() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getAllowedOperations() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
getAllowedOperationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getAllowedOperationsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getAllowedOperationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getAllowedOperationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
 
getAllProductLicenses() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getAllProjectKeys() - Method in class com.atlassian.sal.crowd.project.CrowdProjectManager
 
getAllSupportEntitlementNumbers() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getAllTranslationsForPrefix(String) - Method in interface com.atlassian.crowd.util.I18nHelper
Return a map of all the translated keys whose keys start with the given prefix, indexed by their key.
getAllTranslationsForPrefix(String) - Method in class com.atlassian.crowd.util.I18nHelperImpl
 
getAllTranslationsForPrefix(String) - Method in class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
getAllTranslationsForPrefix(String, Locale) - Method in class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
getAllUserAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getAllUserAttributesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getAllUserAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getAllUserExternalIds() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getAllUserExternalIds() - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Retrieves all users externalIds found in this directory.
getAllUserGuids() - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
getAllUserGuids() - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
getAllUserGuids() - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
Returns a set of all user guids present in the cache excluding null values.
getAllUserNames() - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
getAllUserNames() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAllUserNames() - Method in class com.atlassian.crowd.service.cache.CachingUserManager
This optimises the background getAllUserNames() call.
getAllUserNames() - Method in interface com.atlassian.crowd.service.UserManager
Deprecated.
Since 1.4.
getAncestorsForGroups() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a map of group name to ancestor group names, or null if the map is not cached.
getAncestorsForGroups() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAppenderName() - Method in class com.atlassian.crowd.console.logging.CrowdLoggingConfigurationListener
 
getApplication() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getApplication() - Method in class com.atlassian.crowd.console.action.ApplicationBaseAction
 
getApplication() - Method in class com.atlassian.crowd.console.embedded.api.CrowdApplicationFactory
 
getApplication() - Method in interface com.atlassian.crowd.embedded.api.ApplicationFactory
 
getApplication() - Method in class com.atlassian.crowd.embedded.core.CrowdEmbeddedApplicationFactory
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationAuthenticatedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryAddedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryOrderUpdatedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryRemovedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationRemoteAddressAddedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationRemoteAddressRemovedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.application.ApplicationUpdatedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.user.UserAuthenticatedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.user.UserAuthenticationFailedAccessDeniedEvent
 
getApplication() - Method in class com.atlassian.crowd.event.user.UserAuthenticationSucceededEvent
 
getApplication() - Method in class com.atlassian.crowd.importer.config.Configuration
 
getApplication() - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
Gets the application name the authentication request is for.
getApplication(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapper
 
getApplication(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapper
 
getApplication(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapperImpl
 
getApplication(HttpServletRequest) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapperImpl
Returns the application name for the target request.
getApplication() - Method in class com.atlassian.crowd.model.alias.Alias
 
getApplication() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns the mapped application.
getApplication() - Method in class com.atlassian.crowd.model.application.GroupMapping
Returns the application of this mapping.
getApplication() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
Gets the application name the authentication request is for.
getApplication() - Method in class com.atlassian.crowd.model.event.AliasEvent
 
getApplication() - Method in interface com.atlassian.crowd.model.webhook.Webhook
 
getApplication() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
getApplication() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
getApplication() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.CrowdServer
 
getApplication(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
getApplicationAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getApplicationAttributesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getApplicationAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getApplicationAuthenticationContext() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getApplicationAuthenticationContext() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the application authentication details.
getApplicationAuthenticationURL() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getApplicationAuthenticationURL() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the URL of the application's authentication page.
getApplicationAuthenticationURLTemplate() - Method in interface com.atlassian.crowd.openid.server.filter.OpenIDServerClientProperties
Returns the URL template for the application's authentication page.
getApplicationAuthenticationURLTemplate() - Method in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
getApplicationBaseURL() - Method in interface com.atlassian.crowd.openid.server.filter.OpenIDServerClientProperties
 
getApplicationBaseURL() - Method in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
getApplicationBuildNumber() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
getApplicationById(long, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Finds an application by ID.
getApplicationById(long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Returns the specified application.
getApplicationByName() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getApplicationByName(String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Finds an application by name.
getApplicationCertificate(String) - Method in class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
getApplicationClientValidationFactors(String) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
getApplicationDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getApplicationDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getApplicationDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getApplicationDescription() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getApplicationFromXml(Element) - Method in class com.atlassian.crowd.migration.ApplicationMapper
 
getApplicationFromXml(Element, Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.ApplicationMapper
 
getApplicationHome() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
getApplicationId() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the application ID.
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationAuthenticatedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryAddedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryOrderUpdatedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryRemovedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationRemoteAddressAddedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationRemoteAddressRemovedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.application.ApplicationUpdatedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.user.UserAuthenticatedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.user.UserAuthenticationFailedAccessDeniedEvent
 
getApplicationId() - Method in class com.atlassian.crowd.event.user.UserAuthenticationSucceededEvent
 
getApplicationInError() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientAcceptanceTestCase
 
getApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.CrowdIDServerAcceptanceTestCase
 
getApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
getApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the application name.
getApplicationName() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getApplicationName() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getApplicationName() - Method in class com.atlassian.crowd.console.action.Login
 
getApplicationName() - Method in class com.atlassian.crowd.console.action.setup.Complete
This is required because this action backs login.jsp if the setup has completed successfully
getApplicationName() - Method in exception com.atlassian.crowd.exception.ApplicationNotFoundException
 
getApplicationName() - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationDetails
 
getApplicationName() - Method in exception com.atlassian.crowd.manager.application.AliasAlreadyInUseException
 
getApplicationName() - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
getApplicationName() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getApplicationName() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getApplicationName() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the application name.
getApplicationPassword() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getApplicationPassword() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getApplicationPassword() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getApplicationPassword() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the application password used for authenticating the application.
getApplicationPasswordCredentialsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getApplicationPasswordCredentialsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getApplicationPasswordCredentialsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getApplications() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getApplications() - Method in class com.atlassian.crowd.console.action.user.ViewApplications
 
getApplications(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Returns all the applications or a specific application by name
getApplicationServer() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getApplicationServer() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getApplicationServer() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getApplicationService() - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
getApplicationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getApplicationsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getApplicationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getApplicationToken() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Retrieve the current application token.
getApplicationType() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the application type.
getApplicationType() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
getApplicationType() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getApplicationType() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getApplicationTypes() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getApplicationURL() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
getApplicationURL() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getApplicationUsername() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getApplicationUsername() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getApplicationUsername() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getArchitecture() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getArchitecture() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getArchitecture() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getAsActualType(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getAsapIssuer() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getAsapIssuer() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the ASAP issuer for the client (only relevant if ClientProperties.getAuthenticationMethod() returns ASAP).
getAsapKeyIdentifier() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getAsapKeyIdentifier() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the ASAP key identifier for the client (only relevant if ClientProperties.getAuthenticationMethod() returns ASAP).
getAssociatedGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getAssociatedGroupsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getAssociatedGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getAssociatedGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
 
getAtlassianApplications() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getAtlassianLicense(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseStore
 
getAtlassianSupportedApplications() - Method in interface com.atlassian.crowd.importer.manager.ImporterManager
A list of Atlassian supported applications
getAtlassianSupportedApplications() - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
getAtlassianSupportedImporterApplications() - Method in interface com.atlassian.crowd.importer.factory.ImporterFactory
Will return a list of supported Atlassian applications that have an importer
getAtlassianSupportedImporterApplications() - Method in class com.atlassian.crowd.importer.factory.ImporterFactoryImpl
 
getAttemptedToAdd() - Method in class com.atlassian.crowd.manager.directory.BulkAddResult
 
getAttemptedToRemove() - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult
 
getAttribute() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
getAttribute() - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
getAttribute(String) - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getAttribute(String) - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getAttribute(String) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getAttribute(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
getAttribute(String) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
getAttribute(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDPrincipal
Returns the value of an attribute.
getAttribute(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getAttribute(String, SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
Retrieves the SOAPAttribute belonging to the user
getAttributeAsBoolean(String, boolean) - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
getAttributeAsBoolean(String, boolean) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getAttributeAsLong(String, long) - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
getAttributeAsLong(String, long) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getAttributeName() - Method in class com.atlassian.crowd.event.group.GroupAttributeDeletedEvent
 
getAttributeName() - Method in class com.atlassian.crowd.event.user.UserAttributeDeletedEvent
 
getAttributeNames() - Method in class com.atlassian.crowd.event.group.GroupAttributeStoredEvent
 
getAttributeNames() - Method in class com.atlassian.crowd.event.user.UserAttributeStoredEvent
 
getAttributes() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
getAttributes() - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
getAttributes() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getAttributes() - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
getAttributes() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getAttributes() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getAttributes() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the attributes of the directory.
getAttributes() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getAttributes() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getAttributes() - Method in interface com.atlassian.crowd.model.application.Application
Returns the attributes of the application.
getAttributes() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getAttributes() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getAttributes() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getAttributes() - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
getAttributes() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
getAttributes() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getAttributes() - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
getAttributes() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
 
getAttributes() - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
getAttributes() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getAttributes() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
getAttributes() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getAttributes() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getAttributes() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getAttributesArray() - Method in class com.atlassian.crowd.directory.ldap.util.IncrementalAttributeMapper
 
getAttributesMap() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDPrincipal
Map of attributes (may be null if no attributes present).
getAttributesMapper() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ActiveDirectoryUserContextMapper
 
getAttributesMapper() - Method in class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
Split out so it can be overridden.
getAttributesMapper() - Method in class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
Split out so it can be overriden.
getAttributeValue(String, Map<String, Set<String>>, String) - Method in class com.atlassian.crowd.migration.GenericMapper
 
getAttributeValues(String) - Method in class com.atlassian.crowd.event.group.GroupAttributeStoredEvent
 
getAttributeValues(String) - Method in class com.atlassian.crowd.event.user.UserAttributeStoredEvent
 
getAuthAction() - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
getAuthActionId() - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
getAuthenticatedApplication(HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
Returns the application name from the HttpSession, or null if no application name was found.
getAuthenticatedApplicationToken(HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
Returns the application token from the HttpSession, or null if there is none
getAuthenticatedPrincipal() - Method in class com.atlassian.crowd.integration.AuthenticationState
 
getAuthenticatedUser(HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedUserUtil
Returns the username from the HttpSession, or null if no username was found.
getAuthenticatedUsername(HttpServletRequest) - Method in interface com.atlassian.crowd.manager.authentication.AuthenticatedUserProvider
Returns the username of the currently logged in user or null if no user can be found.
getAuthenticatedUsername(HttpServletRequest) - Method in class com.atlassian.crowd.manager.authentication.AuthenticatedUserProviderSpringSecurity
 
getAuthenticatedUsername(HttpServletRequest) - Method in class com.atlassian.crowd.service.AbstractUserService
 
getAuthenticatedUsername(HttpServletRequest) - Method in interface com.atlassian.crowd.service.UserService
Returns the username of the currently logged in user or null if no user can be found.
getAuthenticationMethod() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getAuthenticationMethod() - Method in interface com.atlassian.crowd.service.client.ClientProperties
 
getAuthenticator() - Static method in class com.atlassian.crowd.integration.rest.service.factory.RestCrowdHttpAuthenticationFactory
Returns a singleton instance of CrowdHttpAuthenticator.
getAuthorisedGroups() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns a set of mappings to groups that are authorised to authenticate with the application.
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getAuthoritativeDirectory() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
 
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getAuthoritativeDirectory() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getAuthorities() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Returns the authorities granted to the user.
getAuthorities() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Returns the authorities granted to the user.
getAuthorityNames(String) - Method in interface com.atlassian.crowd.user.UserAuthoritiesProvider
Provides a list of authority names for the given user.
getAuthorityNames(String) - Method in class com.atlassian.crowd.user.UserAuthoritiesProviderImpl
 
getAuthorityPrefix() - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Return the authority prefix applied to group names the principal is a member of when generating the GrantedAuthority[] and no authorityMap is set.
getAuthorityPrefix() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
getAuthorityPrefix() - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Return the authority prefix applied to group names the principal is a member of when generating the GrantedAuthority[] and no authorityMap is set.
getAuthorityPrefix() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
getAuthRecords(User, int, int) - Method in interface com.atlassian.crowd.openid.server.manager.user.UserManager
Retrieves a subset of the authentication history for a given user, in reverse chronological order.
getAuthRecords(User, int, int) - Method in class com.atlassian.crowd.openid.server.manager.user.UserManagerGeneric
 
getAutomatedBackupSummary() - Method in interface com.atlassian.crowd.manager.backup.BackupManager
Return a summary of how many automated backups are present, and how old are the oldest and most recent backups.
getAutomatedBackupSummary() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
getAvatarForUser(String, String, int) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
 
getAvatarForUser(String, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
 
getAvatarUrl() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
getBackupDirectory() - Method in interface com.atlassian.crowd.manager.backup.BackupFileStore
Returns the directory where backup files are stored
getBackupDirectory() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
getBackupFileFullPath(String) - Method in interface com.atlassian.crowd.manager.backup.BackupManager
Generate the full path of the given backup filename.
getBackupFileFullPath(String) - Method in class com.atlassian.crowd.manager.backup.DefaultBackupManager
 
getBackupFiles() - Method in interface com.atlassian.crowd.manager.backup.BackupFileStore
Return a list of automated backup files, sorted by ascending date.
getBackupFiles() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
getBackupSummary() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getBase() - Method in class com.atlassian.crowd.directory.ldap.name.SearchDN
Returns a Name representing the DN beneath which all objects should reside.
getBaseDN() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getBaseDN() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getBaseDN() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getBaseEncoder() - Method in class com.atlassian.crowd.directory.ldap.credential.ActiveDirectoryCredentialEncoder
 
getBaseEnvironmentProperties() - Method in class com.atlassian.crowd.directory.AppleOpenDirectory
Returns the properties used to set up the Ldap ContextSource.
getBaseEnvironmentProperties() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getBaseEnvironmentProperties() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Returns the properties used to set up the Ldap ContextSource.
getBaseUri() - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
getBaseUriBuilder() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the base URI of the REST service.
getBaseUriBuilder() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Returns the base URI of the REST service.
getBaseUriBuilder(String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
getBaseUriBuilder(String, String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
getBaseUrl() - Method in interface com.atlassian.crowd.acceptance.rest.RestServer
 
getBaseUrl() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getBaseUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
getBaseUrl() - Method in enum com.atlassian.crowd.acceptance.tests.rest.RestServerImpl
 
getBaseUrl() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
getBaseURL() - Method in class com.atlassian.crowd.console.action.setup.Options
 
getBaseURL() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
getBaseURL() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
getBaseURL() - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
getBaseURL() - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
getBaseUrl() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getBaseUrl() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getBaseUrl(UrlMode) - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getBaseUrl() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getBaseURL() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getBaseURL() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the base URL of the client application.
getBaseUrl() - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getBaseUrl(UrlMode) - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getBaseUrlFrom(HttpServletRequest) - Static method in class com.atlassian.crowd.web.BaseUrlLocator
 
getBasicAuthCredentials(HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.filter.BasicAuthenticationHelper
Returns the Basic Auth credentials.
getBean(ValueStack, HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
getBoolean(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getBoolean(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getBoolean(String, boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Gets a boolean property.
getBoolean(String, boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getBoolean(Boolean) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Returns the boolean if not null, otherwise returns false.
getBooleanKey(String) - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getBooleanKey(String, boolean) - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getBooleanLogic() - Method in class com.atlassian.crowd.integration.rest.entity.BooleanRestrictionEntity
 
getBooleanLogic() - Method in class com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
 
getBooleanLogic() - Method in interface com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
Returns the boolean logic used against the collection of SearchRestriction returned by BooleanRestriction.getRestrictions() to determine if an item should be included in a search result.
getBooleanLogic() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
getBootstrapManager() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getBootstrapManager() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getBootstrapManager() - Method in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
getBootstrapManager() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
getBootstrapManager() - Method in class com.atlassian.crowd.migration.CrowdConfigMapper
 
getBootstrapManager() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getBrowserStartString() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getBuildDate() - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getBuildNumber() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
This method returns the current build number for Crowd from the datastore.
getBuildNumber() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getBuildNumber() - Method in class com.atlassian.crowd.plugin.CrowdApplication
 
getBuildNumber() - Method in interface com.atlassian.crowd.upgrade.tasks.UpgradeTask
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask002
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask112
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask113
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask210
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask214
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask215
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask216
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask321
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask322
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask342
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask360
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask361
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask397
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask420
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask423
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask428
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask429
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask430
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask502
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask523
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask524
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask542
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622ExternalId
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask623GenerateExternalId
 
getBuildNumber() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask645IntroduceUserPermissions
 
getBuildNumber() - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getBundledPluginsDirectory() - Method in class com.atlassian.crowd.plugin.PluginDirectoryLocator
 
getBundleLocations() - Method in interface com.atlassian.crowd.util.I18nHelperConfiguration
 
getBundleLocations() - Method in class com.atlassian.crowd.util.I18nHelperConfigurationImpl
 
getByDn(String) - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
getByGuid(String) - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
getCache(String) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCache(Class<?>, String) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCache(String, CacheLoader<K, V>) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCache(String, CacheLoader<K, V>, CacheSettings) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCache(String, Class<K>, Class<V>) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCache() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getCacheAwareAuthenticationManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Creates a new CacheAwareAuthenticationManager
getCacheAwareAuthenticationManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Retrieve a singleton instance of the Authentication Manager (cache aware) If the user successfully authenticates, they will exist in the cache.
getCacheAwareHttpAuthenticator() - Static method in class com.atlassian.crowd.integration.http.HttpAuthenticatorFactory
Retrieve the singleton instance of the HttpAuthenticator (cache aware).
getCacheConfig() - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getCachedReference(Class<?>, String, Supplier<V>) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCachedReference(String, Supplier<V>) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCachedReference(String, Supplier<V>, CacheSettings) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCacheExpiryManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getCacheFactory() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getCaches() - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getCacheSynchroniseInterval() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Returns the interval in seconds when the local Cache should be synchronized with LDAP.
getCacheSynchroniseInterval() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getCacheTime() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated.
This method is now implemented by the crowd-ehcache.xml configuration file.
getCacheTime() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
getCacheTime(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Deprecated.
This method is now implemented by the crowd-ehcache.xml configuration file.
getCacheTime(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
Deprecated.
since 1.0.2 All caching configuration has moved to the crowd-ehcache.xml
getCallback() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
getCallback() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
getCanonicalBaseUrl() - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getCapabilitiesForNewUsers() - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Gets details of the possible operations that can be performed on new users.
getCapabilitiesForNewUsers() - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
getCapabilitiesForNewUsers(Application) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
getCapabilitiesForNewUsers(Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Gets the expected capabilities for new users.
getCapabilitiesForNewUsers(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
getCapabilitiesForNewUsers(Application) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
getCDNStrategy() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getChildEntity() - Method in exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
 
getChildGroupNames() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getChildGroupNames() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
 
getChildGroupNames() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
 
getChildGroupNames() - Method in interface com.atlassian.crowd.model.group.Membership
 
getChildGroups() - Method in class com.atlassian.crowd.integration.rest.entity.GroupMembershipEventEntity
 
getChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getChildGroupsOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups who are direct members of a group.
getChildId() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getChildName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
Returns name of the child.
getChildName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
getChildName() - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
getChildName() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getChildType() - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
getChildUser() - Method in class com.atlassian.crowd.integration.rest.entity.UserMembershipEventEntity
 
getChildUsername() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
 
getClaimedIdentifier() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
getClassInstance(String) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.BootstrapAwareObjectFactory
 
getClassLoaderResource() - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
Load a given resource.
getClazz() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
getClient(ClientProperties) - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getClient(ClientProperties) - Method in interface com.atlassian.crowd.integration.rest.service.HttpClientProvider
Get an HttpClient instance with the provided connection manager and request configuration.
getClientProperties() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getCompletedSteps() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
getConception() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getConfig() - Method in class com.atlassian.crowd.plugin.rest.service.resource.CookieConfigResource
Returns the Cookie configuration information.
getConfigDirectory() - Method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
getConfigFileName() - Method in class com.atlassian.crowd.acceptance.utils.TestHomeLocator
 
getConfigLocation() - Method in class com.atlassian.crowd.openid.server.util.MappingResources
 
getConfigLocation() - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
getConfigLocations() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
getConfigLocations() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
getConfiguration() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getConfiguration() - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
getConfiguration() - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
getConfigurationApplication() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigurationDatabaseDriver() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigurationDatabaseURL() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigurationDetails() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getConfigurationDetails() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
Returns a map of the LDAP names as the keys and the properties associated with that LDAP connector.
getConfigurationDetails() - Method in interface com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelper
 
getConfigurationDetails() - Method in class com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelperImpl
 
getConfigurationDirectoryID() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigurationManager() - Static method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
getConfigurationPassword() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigurationSourceDirectoryID() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigurationType() - Method in class com.atlassian.crowd.importer.importers.CsvImporter
 
getConfigurationType() - Method in class com.atlassian.crowd.importer.importers.DirectoryImporter
 
getConfigurationType() - Method in interface com.atlassian.crowd.importer.importers.Importer
The type of configuration being used for this Import.
getConfigurationUsername() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getConfigureDemoApp() - Method in class com.atlassian.crowd.console.action.setup.Integration
 
getConfigureOpenIDServer() - Method in class com.atlassian.crowd.console.action.setup.Integration
 
getConfirmPassword() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
getConfirmPassword() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getConfirmPassword() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
getConfirmPassword() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
getConnection() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getConnectionTimeout() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getConnectionTimeoutInSec() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getConnectionTimeoutInSec() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getConnectionTimeoutInSec() - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
getConnectionURL() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getConnectionURL() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getConnector() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getConnectors() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getConnectorType() - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
getConsumerManager() - Method in class com.atlassian.crowd.openid.client.consumer.OpenID4JavaConsumer
The consumerManager is part of the openid4java library.
getContent() - Method in class com.atlassian.crowd.manager.avatar.AvatarReference.BlobAvatar
 
getContentType() - Method in class com.atlassian.crowd.manager.avatar.AvatarReference.BlobAvatar
 
getContentType(String) - Method in class com.atlassian.crowd.plugin.servlet.CrowdContentTypeResolver
 
getContextPath() - Static method in class com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
 
getContextSource() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Exposed so that delegated directories can get a handle on the underlying LDAP context.
getCookieConfiguration() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getCookieConfiguration() - Method in interface com.atlassian.crowd.service.client.CrowdClient
Returns the cookie configuration.
getCookieInfo() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Returns information needed to set the SSO cookie correctly.
getCookieInfo() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
getCookieInfo(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Returns information needed to set the SSO cookie correctly.
getCookieInfo(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
Returns information needed to set the SSO cookie correctly.
getCookieTokenKey() - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getCookieTokenKey() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getCookieTokenKey(String) - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getCookieTokenKey() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the key of the token cookie.
getCookieTokenKey(String) - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the key of the token cookie, or the provided value if one isn't set.
getCoreRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
getCoreRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
 
getCoreRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
 
getCount() - Method in class com.atlassian.crowd.util.BoundedCount
The number of elements counted in a collection.
getCountries() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getCountry() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getCountry() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getCreatableAppTypes() - Static method in enum com.atlassian.crowd.model.application.ApplicationType
Returns the list of application types that can be added by the user to Crowd as an application.
getCreatedDate() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getCreatedDate() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
getCreatedDate() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the date the directory was created.
getCreatedDate() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getCreatedDate() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getCreatedDate() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getCreatedDate() - Method in interface com.atlassian.crowd.model.application.Application
Returns the date the application was created.
getCreatedDate() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getCreatedDate() - Method in interface com.atlassian.crowd.model.authentication.Session
 
getCreatedDate() - Method in class com.atlassian.crowd.model.InternalEntity
 
getCreatedDate() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
getCreatedDate() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getCreatedDate() - Method in interface com.atlassian.crowd.model.TimestampedEntity
Returns the date the entity was created.
getCreatedDate() - Method in class com.atlassian.crowd.model.token.Token
 
getCreatedDate() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getCreatedDate() - Method in class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
getCreatedDate() - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
getCreatedDate() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getCreatedDate() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getCredential(long, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
getCredential() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
Gets the password credential.
getCredential(long, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Returns the credential for the given user.
getCredential() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Gets the authenticating credential information.
getCredential() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
Gets the password credential.
getCredential() - Method in interface com.atlassian.crowd.model.application.Application
Returns the application password.
getCredential() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getCredential() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getCredential() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
Gets the authenticating credential information.
getCredential() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getCredential() - Method in class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
getCredential() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getCredential() - Method in class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.ApacheDS
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.NovelleDirectory
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.OpenLDAP
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.Rfc2307
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getCredentialEncoder() - Method in class com.atlassian.crowd.directory.SunONE
 
getCredentialHistory(long, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
getCredentialHistory(long, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Returns the previous credentials for the given user, starting with the oldest.
getCredentialHistory() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getCredentialHistory() - Method in class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
getCredentialRecords() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getCredentials() - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationToken
The credentials that prove the principal is correct.
getCredentials() - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationToken
The credentials that prove the principal is correct.
getCrowdApplication() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getCrowdApplicationPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
getCrowdApplicationPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
getCrowdClient() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Access the Crowd client used for communication with the remote Crowd directory, intended for internal reuse only.
getCrowdClient() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
getCrowdClient() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
getCrowdHome() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getCrowdHome() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
getCrowdHome() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getCrowdHttpAuthenticator() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
getCrowdHttpAuthenticator() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
getCrowdInitPropertiesLocation() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
getCrowdLicense(AtlassianLicense) - Static method in class com.atlassian.crowd.manager.license.CrowdLicenseStore
 
getCrowdLicenseManager() - Method in class com.atlassian.crowd.console.filter.LicenceFilter
 
getCrowdLicenseStore() - Method in class com.atlassian.crowd.console.action.setup.License
 
getCrowdService() - Static method in class com.atlassian.crowd.embedded.core.util.StaticCrowdServiceFactory
 
getCrowdSid() - Method in class com.atlassian.crowd.console.action.License
 
getCrowdToken(HttpServletRequest, String) - Method in interface com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelper
Retrieves the Crowd authentication token from the request either via: a request attribute (not request parameter), OR a cookie on the request
getCrowdToken(HttpServletRequest, String) - Method in class com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelperImpl
 
getCrowdVersion() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getCrowdVersion() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getCurrentApplication() - Method in class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
getCurrentApplication() - Method in class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
getCurrentApplication() - Method in interface com.atlassian.crowd.trusted.TrustedApplicationStore
Gets the current application.
getCurrentBuildDate() - Static method in class com.atlassian.crowd.util.build.BuildUtils
 
getCurrentBuildYear() - Static method in class com.atlassian.crowd.util.build.BuildUtils
 
getCurrentEventToken() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Returns a token that can be used for querying events that have happened after the token was generated.
getCurrentEventToken() - Method in interface com.atlassian.crowd.event.EventStore
Returns a token that can be used for querying events that have happened after the token was generated.
getCurrentEventToken() - Method in class com.atlassian.crowd.event.EventStoreGeneric
 
getCurrentEventToken() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getCurrentEventToken(Application) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
getCurrentEventToken(Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns a token that can be used for querying events that have happened after the token was generated.
getCurrentEventToken(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
getCurrentEventToken(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.EventsController
 
getCurrentEventToken() - Method in interface com.atlassian.crowd.service.client.CrowdClient
Returns a token that can be used for querying events that have happened after the token was generated.
getCurrentLicenseResourceTotal() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getCurrentLicenseResourceTotal() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
getCurrentLicenseResourceTotal() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getCurrentlyLoggedInCrowdUserFullName() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getCurrentlyLoggedInDemoUserFullName() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
getCurrentPage() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getCurrentProfile() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getCurrentProfile() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getCurrentResources() - Method in class com.atlassian.crowd.console.action.License
 
getCurrentResources() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
getCurrentResourceUsageTotal() - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
This will calculate the number of unique Principals currently being used by Crowd.
getCurrentResourceUsageTotal() - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
getCurrentStep() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
CurrentStep used in the the xwork.xml to choose what step to go to.
getCurrentStep() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
getCurrentUserCount() - Method in class com.atlassian.crowd.event.LicenseResourceLimitEvent
 
getCustomGroupAttributeMappers() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getCustomGroupAttributeMappers() - Method in class com.atlassian.crowd.directory.RFC2307Directory
 
getCustomGroupAttributeMappers() - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
getCustomGroupAttributeMappers() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
As a minimum, this SHOULD provide an attribute mapper that maps the group members attribute (if available).
getCustomUserAttributeMappers() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getCustomUserAttributeMappers() - Method in class com.atlassian.crowd.directory.RFC2307Directory
 
getCustomUserAttributeMappers() - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
getCustomUserAttributeMappers() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getData(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getData(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getDatabaseDatasourceJndiName() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getDatabaseDatasourceJndiName() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getDatabaseDatasourceJndiName() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getDatabaseDetails(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatabaseDriver() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
getDatabaseHibernateDialect() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getDatabaseHibernateDialect() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getDatabaseHibernateDialect() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getDatabaseJdbcDriver() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getDatabaseJdbcDriver() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getDatabaseJdbcDriver() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getDatabaseJdbcUrl() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getDatabaseJdbcUrl() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getDatabaseJdbcUrl() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getDatabaseJdbcUsername() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getDatabaseJdbcUsername() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getDatabaseJdbcUsername() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getDatabaseList() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatabaseOption() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatabaseOptions() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatabases() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatabaseURL() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
getDataBuildNumber() - Method in interface com.atlassian.crowd.manager.upgrade.UpgradeManager
This gets the pre-build number.
getDataBuildNumber() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
getDatasourceDatabaseType() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatasourceHibernateDialect() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatasourceJndiName() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDatasourceValue() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getDate(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getDate(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getDateAndTime(Date) - Static method in class com.atlassian.crowd.plugin.saml.Util
Gets the current date and time in the format specified by xsd:dateTime in UTC form, as described in SAML 2.0 core 1.2.2 This will also apply to Version 1.1
getDateAsFormattedString(Date) - Method in class com.atlassian.crowd.migration.GenericMapper
Serialises a date/time to String in a standard format.
getDateFormat() - Static method in class com.atlassian.crowd.embedded.propertyset.DateFormats
Returns a DateFormat that formats dates as ISO date format in UTC.
getDateFromDatabase(String) - Method in class com.atlassian.crowd.migration.GenericMapper
 
getDateFromXml(String) - Method in class com.atlassian.crowd.migration.GenericMapper
Obtains a date object from a serialised string.
getDays() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getDaysLeft() - Method in class com.atlassian.crowd.console.action.Console
 
getDbUrl() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.DataSourceSpringContextTestDelegate
 
getDecorator(HttpServletRequest, Page) - Method in class com.atlassian.crowd.plugin.sitemesh.PluginDecoratorMapper
 
getDefault() - Static method in class com.atlassian.crowd.directory.ssl.LdapHostnameVerificationSSLSocketFactory
 
getDefaultGroups() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
getDefaultProfile() - Method in class com.atlassian.crowd.openid.server.model.user.User
 
getDefaultProtection() - Method in enum com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel
 
getDefaultTimeZone() - Method in class com.atlassian.crowd.scheduling.CrowdSchedulerServiceConfiguration
 
getDefaultValue() - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanStringUserType
 
getDelegate() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getDelegate() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getDelegate() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
getDelegatedDirectoryType() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
getDelegates() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
getDelegates() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
getDelegates() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
getDeletedAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.AbstractAttributeEventEntity
 
getDeletedAttributes() - Method in class com.atlassian.crowd.model.event.AbstractAttributeEvent
 
getDelimiter() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getDelimiter() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getDependantObjects() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
 
getDeploymentTitle() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
getDeploymentTitle() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getDescription() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getDescription() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getDescription() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getDescription() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
getDescription() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getDescription() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getDescription() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getDescription() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
getDescription() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns a description of the directory.
getDescription() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getDescription() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getDescription() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getDescription() - Method in interface com.atlassian.crowd.model.application.Application
Returns the description of the application.
getDescription() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getDescription() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getDescription() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getDescription() - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
getDescription() - Method in interface com.atlassian.crowd.model.group.Group
 
getDescription() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
getDescription() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
getDescription() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
getDescription() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getDescription() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getDescription() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getDescription() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getDescription() - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.ApacheDS
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.ApacheDS15
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.AppleOpenDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.FedoraDS
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.GenericLDAP
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.NovelleDirectory
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.OpenDS
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.OpenLDAP
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.OpenLDAPRfc2307
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getDescriptiveName() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Returns a descriptive name for the type of directory.
getDescriptiveName() - Method in class com.atlassian.crowd.directory.Rfc2307
 
getDescriptiveName() - Method in class com.atlassian.crowd.directory.SunONE
 
getDescriptiveName() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getDesEncryptionKey() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
getDesEncryptionKey() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getDirectChildGroup(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the group that is a direct child of the specified group.
getDirectChildGroups(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the groups that are direct members of the specified group.
getDirectChildGroups(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getDirectGroup(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Returns the specified group that the user is a direct member of.
getDirectGroups(String, String, boolean, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Returns the groups that the user is a direct member of.
getDirectGroups(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Returns the direct group(s) of the user.
getDirectories() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
getDirectories() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
getDirectories() - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getDirectories() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
getDirectories() - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
getDirectories() - Method in class com.atlassian.crowd.console.action.principal.AddPrincipal
 
getDirectories() - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
getDirectories() - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
getDirectoriesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getDirectoriesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getDirectoriesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.AbstractViewDirectory
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCacheFromBrowse
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
getDirectory() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getDirectory() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
getDirectory() - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
getDirectory() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getDirectory() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
getDirectory() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getDirectory() - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.AbstractDirectoryInstanceLoader
 
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.ConfigurableDbCachingRemoteDirectoryInstanceLoader
 
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.DbCachingRemoteDirectoryInstanceLoader
Loads the RemoteDirectory implementation class for a specific (already saved) Directory configuration.
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.DelegatedAuthenticationDirectoryInstanceLoaderImpl
 
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoaderImpl
 
getDirectory(Directory) - Method in interface com.atlassian.crowd.directory.loader.DirectoryInstanceLoader
Loads the RemoteDirectory implementation class for a specific (already saved) Directory configuration.
getDirectory(Directory) - Method in interface com.atlassian.crowd.directory.loader.InternalDirectoryInstanceLoader
 
getDirectory(Directory) - Method in class com.atlassian.crowd.directory.loader.InternalDirectoryInstanceLoaderImpl
 
getDirectory() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryAddedEvent
 
getDirectory() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryOrderUpdatedEvent
 
getDirectory() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryRemovedEvent
 
getDirectory() - Method in class com.atlassian.crowd.event.DirectoryEvent
 
getDirectory() - Method in class com.atlassian.crowd.event.recovery.RecoveryModeActivatedEvent
 
getDirectory(Directory) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeDirectoryLoader
 
getDirectory() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns the mapped directory.
getDirectory() - Method in class com.atlassian.crowd.model.application.GroupMapping
Returns the directory of the group.
getDirectory() - Method in class com.atlassian.crowd.model.event.AbstractOperationEvent
 
getDirectory() - Method in class com.atlassian.crowd.model.event.AliasEvent
 
getDirectory() - Method in interface com.atlassian.crowd.model.event.OperationEvent
 
getDirectory() - Method in class com.atlassian.crowd.model.group.InternalGroupAttribute
 
getDirectory() - Method in class com.atlassian.crowd.model.InternalDirectoryEntity
 
getDirectory() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getDirectory() - Method in class com.atlassian.crowd.model.user.InternalUserAttribute
 
getDirectory(Long) - Method in class com.atlassian.crowd.rest.plugin.service.SyncFeedback
 
getDirectoryAttributes(Properties, Long) - Method in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
getDirectoryAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getDirectoryAttributesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getDirectoryAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getDirectoryDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getDirectoryDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getDirectoryDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getDirectoryDescription() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
getDirectoryDescription() - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
getDirectoryDescription() - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
getDirectoryDescription() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
getDirectoryFromXml(Element) - Method in class com.atlassian.crowd.migration.DirectoryMapper
 
getDirectoryGroupMappings() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getDirectoryGroups(String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.permission.UserPermissionAdminResource
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
getDirectoryId() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
getDirectoryID() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getDirectoryId() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getDirectoryId() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getDirectoryId() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getDirectoryID() - Method in class com.atlassian.crowd.directory.DbCachingDirectoryPoller
 
getDirectoryId() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getDirectoryId() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
getDirectoryID() - Method in interface com.atlassian.crowd.directory.monitor.DirectoryMonitor
Returns the ID of the directory that is being polled.
getDirectoryId() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getDirectoryId() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Gets the internal unique directoryId of the directory store.
getDirectoryId() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getDirectoryId() - Method in interface com.atlassian.crowd.embedded.api.User
 
getDirectoryId() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getDirectoryId() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
getDirectoryId() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryAddedEvent
 
getDirectoryId() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryOrderUpdatedEvent
 
getDirectoryId() - Method in class com.atlassian.crowd.event.application.ApplicationDirectoryRemovedEvent
 
getDirectoryId() - Method in class com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent
 
getDirectoryId() - Method in class com.atlassian.crowd.event.DirectoryEvent
 
getDirectoryId() - Method in class com.atlassian.crowd.event.monitor.MonitorEvent
 
getDirectoryId() - Method in class com.atlassian.crowd.event.remote.RemoteDirectoryEvent
 
getDirectoryId() - Method in exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
 
getDirectoryId() - Method in exception com.atlassian.crowd.exception.UserAlreadyExistsException
 
getDirectoryID() - Method in class com.atlassian.crowd.importer.config.Configuration
 
getDirectoryId() - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
Deprecated.
this method has never returned the directoryId and its existence violates the directory encapsulation. It will be removed in future versions.
getDirectoryId() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getDirectoryId() - Method in interface com.atlassian.crowd.manager.permission.DirectoryGroup
ID of the directory this group belongs to
getDirectoryId() - Method in class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
getDirectoryId() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getDirectoryId() - Method in interface com.atlassian.crowd.model.DirectoryEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
getDirectoryId() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
getDirectoryId() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
getDirectoryId() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getDirectoryId() - Method in class com.atlassian.crowd.model.InternalDirectoryEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getDirectoryId() - Method in interface com.atlassian.crowd.model.token.ExpirableUserToken
The ID of the directory associated with the token.
getDirectoryId() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
getDirectoryId() - Method in class com.atlassian.crowd.model.token.Token
Directory the user originated, -1 if the token is for an application.
getDirectoryId() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getDirectoryId() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getDirectoryId() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getDirectoryId() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getDirectoryID(String) - Method in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
getDirectoryId() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.plugin.rest.entity.RestDirectoryGroup
 
getDirectoryId() - Method in class com.atlassian.crowd.plugin.rest.entity.RestPermittedGroup
 
getDirectoryId() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
getDirectoryId() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getDirectoryids() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getDirectoryImplementationClass() - Method in class com.atlassian.crowd.event.DirectoryEvent
 
getDirectoryImplementationDescriptiveName() - Method in class com.atlassian.crowd.console.action.directory.AbstractViewDirectory
 
getDirectoryImplementationDescriptiveName() - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
getDirectoryImplementationDescriptiveName() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getDirectoryImplementationDescriptiveName() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getDirectoryImplementations() - Static method in class com.atlassian.crowd.upgrade.util.DirectoryImplementationsHelper
 
getDirectoryInstanceLoader() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getDirectoryInstanceLoader() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getDirectoryInstanceLoader() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getDirectoryManager() - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
getDirectoryManager() - Method in class com.atlassian.crowd.migration.DirectoryMapper
 
getDirectoryManager() - Method in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
getDirectoryManager() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getDirectoryMapping(long) - Method in interface com.atlassian.crowd.model.application.Application
Returns a directory mapping of the directory specified by directory id.
getDirectoryMapping(long) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getDirectoryMapping() - Method in class com.atlassian.crowd.model.application.GroupMapping
Returns the directory mapping.
getDirectoryMapping(long) - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getDirectoryMappingDataSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getDirectoryMappingDataSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getDirectoryMappingDataSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getDirectoryMappings() - Method in interface com.atlassian.crowd.model.application.Application
Returns the list of directory mappings ranked by directory priority as in perspective of the application.
getDirectoryMappings() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getDirectoryMappings() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getDirectoryMappings() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getDirectoryName() - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.SyncInfo
Returns of the name of the synchronised directory.
getDirectoryName() - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
getDirectoryName() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getDirectoryName() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getDirectoryName() - Method in exception com.atlassian.crowd.exception.DirectoryNotFoundException
Returns the name of the directory that could not be found.
getDirectoryName() - Method in interface com.atlassian.crowd.manager.permission.DirectoryGroup
Convenience method - the name of the directory this group belongs to
getDirectoryName() - Method in class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
getDirectoryName() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getDirectoryName() - Method in class com.atlassian.crowd.plugin.rest.entity.RestDirectoryGroup
Optional.
getDirectoryName() - Method in class com.atlassian.crowd.plugin.rest.entity.RestPermittedGroup
Optional.
getDirectoryName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getDirectoryOperationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getDirectoryOperationsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getDirectoryOperationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getDirectoryOperationsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
 
getDirectorySynchronisationInformation(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns the synchronisation information for the directory.
getDirectorySynchronisationInformation(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
getDirectorySynchronisationInformation(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Retrieves the sync info for the directory - last sync start time & duration, current sync start time (if directory is currently synchronising)
getDirectorySynchronisationInformation(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
getDirectorySynchronisationInformation(Directory) - Method in interface com.atlassian.crowd.manager.directory.SynchronisationStatusManager
Returns directory synchronisation information.
getDirectorySynchronisationInformation(Directory) - Method in class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
getDirectoryType() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getDirectoryType() - Method in class com.atlassian.crowd.event.DirectoryEvent
 
getDirectoryTypeAction() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getDirectoryTypeFromLegacyCode(int) - Method in class com.atlassian.crowd.migration.GenericMapper
 
getDirectoryTypeOption() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getDirectParentGroup(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the group that is a direct parent of the specified group.
getDirectParentGroups(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the groups that are direct parents of the specified group.
getDirectParentGroups(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getDirectUser(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the user that is a direct member of the specified group.
getDirectUsers(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the users that are direct members of the specified group.
getDirectUsers(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getDispatcher() - Static method in class com.atlassian.crowd.console.listener.BootstrapLoaderListener
 
getDisplayableLink(WebLink) - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getDisplayableLink(WebLink) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getDisplayName() - Method in class com.atlassian.crowd.directory.ldap.LdapTypeConfig
 
getDisplayName() - Method in interface com.atlassian.crowd.embedded.api.User
 
getDisplayName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getDisplayName() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
getDisplayName() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getDisplayName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getDisplayName() - Method in enum com.atlassian.crowd.model.application.ApplicationType
Returns the display name of the application type.
getDisplayName() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getDisplayName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getDisplayName() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getDisplayName() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getDisplayName() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getDisplayName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getDisplayName() - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
getDisplayName() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
getDisplayName() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getDisplayName() - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getDn() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getDn() - Method in interface com.atlassian.crowd.model.LDAPDirectoryEntity
Gets the standardised distinguished name for the LDAP entity.
getDn() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getDob() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getDobDay() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getDobDay() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getDobMonth() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getDobMonth() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getDobYear() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getDobYear() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getDocumentationBaseUrl() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
getDomain() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
getDomain() - Method in class com.atlassian.crowd.integration.rest.entity.CookieConfigEntity
 
getDomain() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
getDomain() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Will return the Domain property from the datastore or null if the domain has not been set.
getDomain() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getDomain() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
Returns the domain that the cookie should be set for.
getDomain() - Method in class com.atlassian.crowd.plugin.rest.entity.CookieConfigEntity
 
getDomain() - Method in class com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
 
getDomain() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
This will return the domain configured in Crowd or null if no domain has been set.
getDomain() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
getDomain(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
getDomain(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
getDoNestedGroupImport() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
getDouble(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getDouble(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getDownloadStrategies() - Method in class com.atlassian.crowd.plugin.servlet.FileServerServlet
 
getDriver() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getDuration() - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.SyncInfo
Returns the duration of the synchronisation.
getDurationMs() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns in milliseconds the duration of the synchronisation
getDurationPrettySecondsResolution(long, ResourceBundle) - Static method in class com.atlassian.crowd.core.tiny.DateUtils
Converts a number of seconds into a pretty formatted data string.
getEarliestDate() - Method in class com.atlassian.crowd.manager.backup.BackupSummary
Return the date of the most recent backup.
getElementTextById(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
getElementValueByID(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Returns the content of the 'value' attribute of an element, given the element id
getEmail() - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
getEmail() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getEmail() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getEmail() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
getEmail() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
getEmail() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
getEmail() - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
getEmail() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getEmail() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getEmail() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getEmail() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getEmail() - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
getEmail() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getEmail(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
Retrieves the email address from the specified user
getEmailAddress() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCaseWithEmailServer
 
getEmailAddress() - Method in interface com.atlassian.crowd.embedded.api.User
 
getEmailAddress() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getEmailAddress() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
getEmailAddress() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getEmailAddress() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getEmailAddress() - Method in interface com.atlassian.crowd.model.token.ExpirableUserToken
An email address that can be associated with the token.
getEmailAddress() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
getEmailAddress() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getEmailAddress() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getEmailAddress() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getEmailAddress() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getEmailAddress() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getEmailAddress() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getEmbeddedGroup(InvalidGroupException) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
Extracts a directory-specific model group from the given InvalidGroupException and converts it into a directory-agnostic embedded/application group.
getEmbeddedValue() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getEncodedValue() - Method in class com.atlassian.crowd.directory.ldap.control.ldap.DeletedControl
 
getEncoder() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getEncoder(String) - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
This will return an LDAP encoder for the given key.
getEncoder(String) - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
getEncryptedPassword() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getEncryptedPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getEncryptedPasswords() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getEncryptingPasswords() - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
getEncryptionAlgorithm() - Method in class com.atlassian.crowd.directory.ldap.credential.EncryptingCredentialEncoder
 
getEncryptionType() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getEncryptionType() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the encryption algorithm used by the directory.
getEncryptionType() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getEncryptionType() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getEndpointUrl() - Method in class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
getEndpointUrl() - Method in interface com.atlassian.crowd.model.webhook.Webhook
 
getEndpointUrl() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
getEndpointUrl() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
getEndpointUrl() - Method in class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
getEntity() - Method in class com.atlassian.crowd.event.remote.RemoteEntityCreatedOrUpdatedEvent
 
getEntity() - Method in exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
getEntityAttributes() - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper.AttributeMapper
 
getEntityDescriptor() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
getEntityName() - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
getEntityName() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
getEntityName() - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
getEntityName() - Method in class com.atlassian.crowd.event.group.GroupMembershipCreatedEvent
 
getEntityName() - Method in class com.atlassian.crowd.event.group.GroupMembershipDeletedEvent
 
getEntityName() - Method in class com.atlassian.crowd.event.remote.RemoteEntityDeletedEvent
 
getEntityNamesToMatch() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getEntityNameToMatch() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
Deprecated.
getEntityToMatch() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getEntityToReturn() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getEntityType() - Method in class com.atlassian.crowd.search.EntityDescriptor
 
getEntries() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
getEnvironment() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getEnvironment() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getError(Directory) - Method in interface com.atlassian.crowd.directory.ldap.validator.Validator
Validates a specific directory configuration.
getError() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
Retrieves the OpenIDAuthException corresponding to the error occured while authenticating with the OpenID Provider.
getErrors(Directory) - Method in class com.atlassian.crowd.directory.ldap.validator.ConnectorValidator
Gets the errors detected by the list of validators for the specified directory
getErrors() - Method in class com.atlassian.crowd.migration.legacy.LegacyXmlVerifier
 
getErrors() - Method in class com.atlassian.crowd.migration.verify.DatabaseVerifier
 
getErrors() - Method in class com.atlassian.crowd.migration.verify.LegacyXmlVerifier
 
getErrors() - Method in interface com.atlassian.crowd.migration.verify.Verifier
 
getErrors() - Method in class com.atlassian.crowd.migration.verify.VersionMismatchVerifier
 
getErrors() - Method in interface com.atlassian.crowd.upgrade.tasks.UpgradeTask
Any errors that occur during the upgrade process will be added to this Collection as Strings.
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask002
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask112
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask113
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask210
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask214
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask215
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask216
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask321
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask322
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask342
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask360
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask361
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask397
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask420
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask423
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask428
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask429
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask430
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask502
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask523
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask524
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask542
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622ExternalId
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask623GenerateExternalId
 
getErrors() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask645IntroduceUserPermissions
 
getEventCookie() - Method in class com.atlassian.crowd.plugin.rest.service.resource.EventsResource
 
getEventMap() - Method in class com.atlassian.crowd.console.action.error.ErrorAction
 
getEventPublisher() - Method in class com.atlassian.crowd.console.action.setup.Complete
 
getEvents() - Method in class com.atlassian.crowd.event.Events
 
getEvents() - Method in class com.atlassian.crowd.integration.rest.entity.EventEntityList
 
getEvents(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.EventsResource
 
getEventsSince(String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.EventsController
 
getException() - Method in class com.atlassian.crowd.event.monitor.MonitorErrorEvent
 
getException() - Method in class com.atlassian.crowd.event.remote.RemoteDirectoryMonitorErrorEvent
 
getExclusions() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
getExclusionsAsString() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
getExistingEntities() - Method in class com.atlassian.crowd.manager.directory.BulkAddResult
Returns the entities which did not get overwritten during the bulk add process.
getExistingUsers() - Method in exception com.atlassian.crowd.exception.BulkAddFailedException
 
getExistingUsers() - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
getExpandParameter(HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityExpansionUtil
Returns a ExpandParameter representing the expand query parameter from an HttpServletRequest.
getExpectedChildGroupToUsersMappingForMembershipTest() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
getExpectedCookieName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
getExpectedCookieSecure() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
getExpectedGroupToUsersMappingForMembershipTest() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
getExpiryDate() - Method in class com.atlassian.crowd.console.action.Console
 
getExpiryDate() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getExpiryDate() - Method in interface com.atlassian.crowd.model.authentication.Session
 
getExpiryDate() - Method in interface com.atlassian.crowd.model.token.ExpirableUserToken
The date at which the token expires, in millis since the epoch.
getExpiryDate() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
getExpiryDate() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getExportFileName() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getExportResponseMessage() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getExtension(ParameterList, boolean) - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterExtension
 
getExternalId() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getExternalId() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
The user key at the server is the externalId at the client.
getExternalId() - Method in class com.atlassian.crowd.model.user.DelegatingUserWithAttributes
 
getExternalId() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getExternalId() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getExternalId() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getExternalId() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getExternalId() - Method in interface com.atlassian.crowd.model.user.User
 
getExternalId() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getExternalId() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getExternalIdAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Get the LDAP unique ID attribute.
getExternalIdAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getExternalIdFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getFailedConstraints() - Method in class com.atlassian.crowd.event.user.UserCredentialValidationFailed
 
getFailedEntities() - Method in class com.atlassian.crowd.manager.directory.BulkAddResult
Returns the entities which did failed to be added during the bulk add process.
getFailedEntities() - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult
Returns the entities which failed to be removed during the bulk remove process.
getFailedEntities() - Method in class com.atlassian.crowd.util.BatchResult
 
getFailedUsers() - Method in exception com.atlassian.crowd.exception.BulkAddFailedException
 
getFailedUsers() - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
getFailures() - Method in class com.atlassian.crowd.acceptance.utils.ActionRunner
 
getFailuresSinceLastSuccess() - Method in interface com.atlassian.crowd.model.webhook.Webhook
 
getFailuresSinceLastSuccess() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
getFailuresSinceLastSuccess() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
getFeaturesEnabledForAllUsers() - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
getFeaturesEnabledForCurrentUser() - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
getFeaturesEnabledForUser(UserKey) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
getFile() - Method in interface com.atlassian.crowd.dao.util.DatabaseFileLocator
 
getFile() - Method in class com.atlassian.crowd.dao.util.DatabaseFileLocatorImpl
 
getFileEncoding() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getFileEncoding() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getFileEncoding() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getFilePath() - Method in class com.atlassian.crowd.console.action.setup.Import
 
getFirstAttributeValue(String, SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
Retrieves the first attribute from the specified SOAPAttribute belonging to the user
getFirstname() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getFirstname() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getFirstname() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
getFirstName() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getFirstName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getFirstName() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
getFirstName() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
getFirstName() - Method in class com.atlassian.crowd.model.user.DelegatingUserWithAttributes
 
getFirstName() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getFirstName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getFirstName() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getFirstName() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getFirstName() - Method in interface com.atlassian.crowd.model.user.User
 
getFirstName() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getFirstName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getFirstname() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getFirstname() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getFirstName() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getFirstName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
Retrieves the first name from the specified user
getForgottenDetail() - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
getForgottenDetail() - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
getForgottenDetailOption() - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
getForgottenPasswordTemplate() - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
getForgottenUsernamesTemplate() - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
getFormattedDateTime(Date) - Method in class com.atlassian.crowd.console.action.AbstractBrowser
 
getFormattedDateTime(long) - Method in class com.atlassian.crowd.console.action.AbstractBrowser
 
getFreeMemory() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getFreeMemory() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getFreeMemory() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getFrom() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getFrom() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getFrom() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getFromDirectoryAttributes(long, Attributes) - Method in interface com.atlassian.crowd.directory.PasswordConstraintsLoader
Returns all constraints that are configured for a directory.
getFromDirectoryAttributes(long, Attributes) - Method in class com.atlassian.crowd.directory.PasswordConstraintsLoaderImpl
 
getFullName() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
getFullName() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
getFullName() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getFullname() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getFullName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
Retrieves the full name from the specified user
getGender() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getGender() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getGenders() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getGrammarFileName() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
getGrammarFileName() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
getGrammarFileName() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
getGrantedAuthorities() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Will return the List of group names that have been given access to connect to the application
getGrantedAuthorities() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
getGrantedAuthorities(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Will return the List of group names that have been given access to connect to the application
getGrantedAuthorities(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
getGroup() - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
getGroup() - Method in class com.atlassian.crowd.directory.ldap.name.SearchDN
Returns a Name representing the DN to anchor the search for groups.
getGroup(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Finds the group that matches the supplied name.
getGroup(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
getGroup() - Method in class com.atlassian.crowd.event.group.GroupCreatedEvent
 
getGroup() - Method in class com.atlassian.crowd.event.group.GroupUpdatedEvent
 
getGroup() - Method in exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
getGroup() - Method in exception com.atlassian.crowd.exception.InvalidGroupException
 
getGroup() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEventEntity
 
getGroup() - Method in class com.atlassian.crowd.integration.rest.entity.GroupMembershipEventEntity
 
getGroup(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
Get a group by name.
getGroup() - Method in class com.atlassian.crowd.model.event.GroupEvent
 
getGroup() - Method in class com.atlassian.crowd.model.group.InternalGroupAttribute
 
getGroup(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getGroup() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
getGroup() - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
getGroup(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the group, or null if it's not in the cache.
getGroup(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
getGroup(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Gets a group by name.
getGroup(String) - Method in interface com.atlassian.crowd.service.GroupManager
Given a groupName, returns a SOAPGroup that represents the group.
getGroupActiveFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
getGroupAndAttributesFromXml(Element, Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.GroupMapper
 
getGroupAttributes(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getGroupAttributesFromXml(Element, InternalGroup) - Method in class com.atlassian.crowd.migration.GroupMapper
 
getGroupAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getGroupAttributesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getGroupAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getGroupBaseDN() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getGroupContextMapper(GroupType) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Returns a ContextMapper ready to translate LDAP objects into Groups and fetches all member objects.
getGroupDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getGroupDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getGroupDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getGroupDescription() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
getGroupDescription() - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
getGroupDescription() - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
getGroupDescriptionAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getGroupDescriptionAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getGroupDescriptionAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getGroupDescriptionAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getGroupDescriptionFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
getGroupDNaddition() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getGroupDNaddition() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getGroupFilter() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getGroupFilter() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getGroupFromXml(Element) - Method in class com.atlassian.crowd.migration.GroupMapper
 
getGroupHeaderRow() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getGroupImportCount() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getGroupManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Split out so implementations can be overridden by subclasses.
getGroupManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getGroupMapping(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns a GroupMapping if it exists, otherwise returns null
getGroupMapping() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getGroupMappingConfiguration() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getGroupMappingOptions() - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
getGroupMappingsForApplication() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getGroupMappingsWithGrantedPermission(UserPermission) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Find all groups that have been explicitly (not implicitly) granted the provided permission
getGroupMappingsWithGrantedPermission(UserPermission) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
getGroupMemberAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getGroupMemberAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getGroupMemberAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getGroupMemberAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getGroupMembers() - Method in class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
getGroupMembershipManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Split out so implementations can be overridden by subclasses.
getGroupMembershipManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getGroupMemberships() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getGroupMemberships() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getGroupMembershipsFailedImport() - Method in class com.atlassian.crowd.importer.model.Result
 
getGroupMembershipsImported() - Method in class com.atlassian.crowd.importer.model.Result
 
getGroupMembershipsOfUser() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of groups in a particular directory that the user is a member of.
getGroupMembershipsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getGroupMembershipsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getGroupMembershipsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getGroupMembersOfGroup() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of groups that are members of a group in a particular directory.
getGroupName() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
getGroupName() - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
getGroupName() - Method in class com.atlassian.crowd.event.group.GroupDeletedEvent
 
getGroupName() - Method in class com.atlassian.crowd.event.group.GroupMembershipCreatedEvent
 
getGroupName() - Method in class com.atlassian.crowd.event.group.GroupMembershipDeletedEvent
 
getGroupName() - Method in exception com.atlassian.crowd.exception.GroupNotFoundException
 
getGroupName() - Method in exception com.atlassian.crowd.exception.ReadOnlyGroupException
Returns the name of the read-only group.
getGroupName() - Method in exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
 
getGroupName() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getGroupName() - Method in interface com.atlassian.crowd.manager.permission.DirectoryGroup
The name of this group
getGroupName() - Method in class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
getGroupName() - Method in exception com.atlassian.crowd.manager.permission.UserPermissionDowngradeException
 
getGroupName() - Method in class com.atlassian.crowd.model.application.GroupMapping
Returns the name of the group being mapped.
getGroupName() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
 
getGroupName() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
 
getGroupName() - Method in interface com.atlassian.crowd.model.group.Membership
 
getGroupName() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getGroupName() - Method in class com.atlassian.crowd.plugin.rest.entity.RestDirectoryGroup
 
getGroupName() - Method in class com.atlassian.crowd.plugin.rest.entity.RestPermittedGroup
 
getGroupName(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the groupname in correct case if it exists in the cache, null otherwise.
getGroupName(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getGroupNameAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getGroupNameAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getGroupNameAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getGroupNameAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getGroupNameFromAttributes(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
getGroupNonMembershipsOfUser() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of groups in a particular directory that the user is not a member of.
getGroupNonMembersOfGroup() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of groups that are not members of a group in a particular directory.
getGroupObjectClass() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getGroupObjectClass() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getGroupObjectClass() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getGroupObjectClass() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getGroupObjectFilter() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getGroupObjectFilter() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
getGroups() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getGroups() - Method in class com.atlassian.crowd.console.action.user.ViewGroups
 
getGroups() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getGroupsAlreadyExist() - Method in class com.atlassian.crowd.importer.model.Result
 
getGroupSampleRow() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getGroupsExcluding() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of groups in a directory, removing groups that are specified as exclusions.
getGroupsFailedImport() - Method in class com.atlassian.crowd.importer.model.Result
 
getGroupsForNestedUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupsForNestedUser(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a user is a nested member of.
getGroupsForUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupsForUser(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a user is a direct member of.
getGroupsImported() - Method in class com.atlassian.crowd.importer.model.Result
 
getGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getGroupsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getGroupsWithAttributesForUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupsWithAttributesForUser(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a user is a member of, and returns those groups with all their attributes.
getGroupToAuthorityMappings() - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Return the group-to-authority mappings
getGroupToAuthorityMappings() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
getGroupToAuthorityMappings() - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Return the group-to-authority mappings
getGroupToAuthorityMappings() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
getGroupType() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getGroupType() - Method in class com.atlassian.crowd.search.EntityDescriptor
 
getGroupType() - Method in class com.atlassian.crowd.search.query.entity.GroupQuery
 
getGroupWithAttributes(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Finds the group that matches the supplied name.
getGroupWithAttributes(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
getGroupWithAttributes(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupWithAttributes(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Gets a group with attributes by name.
getGUIDAsString(byte[]) - Static method in class com.atlassian.crowd.directory.ldap.util.GuidHelper
The returned representation doesn't match AD's string representation, but it doesn't matter as the GUID should be treated as an opaque identifier.
getHeader() - Method in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
getHeaderRowValue(String, boolean) - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
getHeaders() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
getHomeDirectory() - Method in class com.atlassian.sal.crowd.CrowdApplicationProperties
 
getHomePath() - Method in class com.atlassian.crowd.acceptance.utils.TestHomeLocator
 
getHomeSubDirectory(HomeLocator, String) - Static method in class com.atlassian.crowd.plugin.PluginUtils
 
getHost() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getHost() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getHost() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getHostedUserAvatarUrl(long, String, int) - Method in interface com.atlassian.crowd.manager.avatar.AvatarProvider
Gets a URL for a Crowd-hosted avatar, identified by name, and specific to an application.
getHostedUserAvatarUrl(long, String, int) - Method in class com.atlassian.crowd.manager.avatar.WebServiceAvatarProvider
 
getHourToRun() - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
getHourToRun() - Method in interface com.atlassian.crowd.manager.backup.BackupScheduler
Return the time of day at which the automated backups are run
getHsqlDbName() - Method in class com.atlassian.crowd.console.setup.DefaultHibernateConfigurator
 
getHttpAuthenticator() - Static method in class com.atlassian.crowd.integration.http.HttpAuthenticatorFactory
Retrieve the singleton instance of the HttpAuthenticator (not cache aware).
getHttpAuthenticator() - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdLogoutHandler
 
getHttpClient(ClientProperties) - Method in class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
Get a CloseableHttpClient instance configured with the given ClientProperties.
getHttpClientBuilder(HttpClientConnectionManager, RequestConfig) - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getHttpClientConnectionManager(ClientProperties, HttpRoute) - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getHttpMaxConnections() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getHttpMaxConnections() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getHttpMaxConnections() - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
getHttpMaxConnections() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getHttpMaxConnections() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the maximum number of HTTP connections.
getHttpProxyHost() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getHttpProxyHost() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getHttpProxyHost() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getHttpProxyHost() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the HTTP proxy host.
getHttpProxyPassword() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getHttpProxyPassword() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getHttpProxyPassword() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getHttpProxyPassword() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the HTTP proxy password.
getHttpProxyPort() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getHttpProxyPort() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getHttpProxyPort() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getHttpProxyPort() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the HTTP proxy port number.
getHttpProxyUsername() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getHttpProxyUsername() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getHttpProxyUsername() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getHttpProxyUsername() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the HTTP proxy username.
getHttpRequest() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getHttpSession() - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Convenience method for accessing the HttpSession object.
getHttpTimeout() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getHttpTimeout() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getHttpTimeout() - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
getHttpTimeout() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getHttpTimeout() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the HTTP connection timeout value in milliseconds.
getI18nRawText(Locale, String) - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getI18nText(Locale, String) - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getI18nValue(String, List<?>, Map<String, Object>) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
getIconLocation() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getId() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
getID() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
getId() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails.DirectoryDetails
 
getID() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getID() - Method in class com.atlassian.crowd.console.action.directory.AbstractViewDirectory
 
getId() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories.DirectoryForDisplay
 
getId() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getID() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getID() - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
getID() - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCacheFromBrowse
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getId() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
getID() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getID() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getId() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getID() - Method in class com.atlassian.crowd.directory.ldap.control.ldap.DeletedControl
 
getId() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the directory ID.
getId() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getId() - Method in exception com.atlassian.crowd.exception.ApplicationNotFoundException
 
getId() - Method in exception com.atlassian.crowd.exception.DirectoryNotFoundException
Returns the ID of the directory that could not be found.
getId() - Method in class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
getID() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getId() - Method in class com.atlassian.crowd.model.alias.Alias
 
getId() - Method in interface com.atlassian.crowd.model.application.Application
Returns the application ID.
getId() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns the ID of the directory mapping.
getId() - Method in class com.atlassian.crowd.model.application.GroupMapping
Returns the group mapping ID.
getId() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getId() - Method in class com.atlassian.crowd.model.InternalEntity
 
getId() - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
getId() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
getId() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getId() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getId() - Method in enum com.atlassian.crowd.model.permission.UserPermission
 
getId() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
getId() - Method in class com.atlassian.crowd.model.token.Token
 
getId() - Method in class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
getId() - Method in interface com.atlassian.crowd.model.webhook.Webhook
 
getId() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
getId() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
getId() - Method in enum com.atlassian.crowd.openid.server.manager.property.TrustRelationshipMode
 
getId() - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
getID() - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
getId() - Method in enum com.atlassian.crowd.openid.server.model.record.AuthAction
 
getId() - Method in class com.atlassian.crowd.pageobjects.ViewDirectory
 
getId() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getId() - Method in class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
getID() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getIdentifier() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
getIdentifier() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
 
getIdentifier() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDPrincipal
 
getIdentifier() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
getIdentifier() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getIdentifier() - Method in class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
getIdentifier() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getIdentifier() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
getIdentifierHash() - Method in class com.atlassian.crowd.model.token.Token
 
getIdReference(Long, String) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.BatchResultWithIdReferences
 
getImageLocation(boolean, ApplicationType) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getImageTitle(boolean, ApplicationType) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getImplementationClass() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getImplementationClass() - Method in class com.atlassian.crowd.console.action.directory.CreateCustom
 
getImplementationClass() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getImplementationClass() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getImplementationClass() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the fully qualified name of the class that implements the directory.
getImplementationClass() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getImplementationClass() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getImplementationDescriptiveName() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails.DirectoryDetails
 
getImplementationDescriptiveName() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories.DirectoryForDisplay
 
getImplementations() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getImplementations() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
Returns a map of the LDAP names as the keys and the implementation class as Strings.
getImplementations() - Method in interface com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelper
 
getImplementations() - Method in class com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelperImpl
 
getImporterDAO(Configuration) - Method in interface com.atlassian.crowd.importer.factory.ImporterFactory
Will return an importer based on a given Configuration
getImporterDAO(Configuration) - Method in class com.atlassian.crowd.importer.factory.ImporterFactoryImpl
 
getImportErrors() - Method in class com.atlassian.crowd.console.action.error.ErrorAction
 
getImportFilePath() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getImportNestedGroups() - Method in class com.atlassian.crowd.importer.config.Configuration
 
getImportResponseMessage() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getImportType() - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
getImportTypeAction() - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
getImportTypeOption() - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
getImportTypeStep(boolean) - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getIncludeIpAddressInValidationFactors() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
getInitial() - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
getInitialGroupMemberDN() - Method in class com.atlassian.crowd.directory.ApacheDS15
ApacheDS 1.5.x requires a non-blank uniqueMember when adding a group.
getInitialGroupMemberDN() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
AD does not need a default container member.
getInitialGroupMemberDN() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Returns the default container member DN.
getInitialMessage() - Method in class com.atlassian.crowd.console.action.pickers.ViewPicker
 
getInitialSize() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getInitialSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getInitialSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getInitialSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getInstallOption() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
getInstance() - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getInstance(CrowdHttpValidationFactorExtractor) - Static method in class com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelperImpl
Returns an instance of CrowdHttpTokenHelper.
getInstance() - Static method in class com.atlassian.crowd.integration.http.util.CrowdHttpValidationFactorExtractorImpl
 
getInstance(Class<T>) - Method in class com.atlassian.crowd.plugin.CrowdHostContainer
 
getInstance(String) - Method in interface com.atlassian.crowd.util.InstanceFactory
Get an instance of a class.
getInstance(String, ClassLoader) - Method in interface com.atlassian.crowd.util.InstanceFactory
Get an instance of a class from a specific classloader.
getInstance(Class<T>) - Method in interface com.atlassian.crowd.util.InstanceFactory
Gets an instance of a class.
getInstance() - Static method in class com.atlassian.crowd.util.SecureRandomStringUtils
 
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
 
getInt(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getInt(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getInt(String, int) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Gets an integer property.
getInt(String, int) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getInternalAtlassianSecurityDirectories() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
getInternalDirectory() - Method in class com.atlassian.crowd.directory.hybrid.InternalGroupHandler
 
getInternalEncoder(String) - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
This will return an Internal encoder for the given key.
getInternalEncoder(String) - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
getInternalEntityTemplateFromLegacyXml(Element) - Method in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
Constructs an InternalEntityTemplate from a legacy (Crowd 1.x) XML element.
getInternalEntityTemplateFromXml(Element) - Method in class com.atlassian.crowd.migration.legacy.XmlMapper
Constructs an InternalEntityTemplate from an XML element.
getInternalEntityTemplatesForUsersSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getInternalEntityTemplatesForUsersSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getInternalEntityTemplatesForUsersSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getInternalGroup() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
getInternalUser() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getIsDisabledUser() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getIsIncrementalSyncAvailable() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getIsInvalidToken() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getIssueInstant() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
 
getItems() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getJ_password() - Method in class com.atlassian.crowd.console.action.Login
 
getJ_username() - Method in class com.atlassian.crowd.console.action.Login
 
getJ_username() - Method in class com.atlassian.crowd.console.action.setup.Complete
 
getJavaLocale() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getJavaLocale() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getJavaLocale() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getJavaRuntime() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getJavaRuntime() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getJavaRuntime() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getJavaVendor() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getJavaVendor() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getJavaVendor() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getJavaVersion() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getJavaVersion() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getJavaVersion() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getJavaVMVendor() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getJavaVMVendor() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getJavaVMVendor() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getJavaVMVersion() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getJavaVMVersion() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getJavaVMVersion() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getJAXBContext(Class<?>) - Method in class com.atlassian.crowd.integration.rest.util.JAXBContextCache
 
getJdbcDatabaseType() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdbcDriverClassName() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdbcHibernateDialect() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdbcPassword() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdbcUrl() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdbcUsername() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdbcValue() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getJdkName() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
getJndiLocation() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getJndiLocation() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getJndiLocation() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getJndiMailActive() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getJndiMailActive() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getKey() - Method in class com.atlassian.crowd.console.action.License
 
getKey() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
getKey() - Method in class com.atlassian.crowd.console.action.setup.License
 
getKey() - Method in class com.atlassian.crowd.core.tiny.PairType
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.LdapTypeConfig
 
getKey() - Method in interface com.atlassian.crowd.directory.ldap.mapper.attribute.AttributeMapper
Get the key to use when storing the attribute on an entity with Attributes.
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC2307MemberUidMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangedMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangeOffsetMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectGUIDMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectSIDMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.PrimaryGroupIdMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.RFC2307GidNumberMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.user.MemberOfOverlayMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlMapper
 
getKey() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.USNChangedMapper
 
getKey() - Method in class com.atlassian.crowd.model.property.Property
 
getKey() - Method in class com.atlassian.crowd.model.property.PropertyId
 
getKey() - Method in class com.atlassian.crowd.password.encoder.AtlassianSecurityPasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.password.encoder.AtlassianSHA1PasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.password.encoder.BCryptPasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.password.encoder.DESPasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.password.encoder.LdapShaPasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.password.encoder.LdapSshaPasswordEncoder
 
getKey() - Method in interface com.atlassian.crowd.password.encoder.PasswordEncoder
The key to define this password encoder
getKey() - Method in class com.atlassian.crowd.password.encoder.PlaintextPasswordEncoder
 
getKey() - Method in class com.atlassian.crowd.plugin.CrowdApplication
 
getKey() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getKey(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Return a version of the name appropriate for use as a cache key.
getKey() - Method in enum com.atlassian.crowd.service.client.AuthenticationMethod
 
getKeyPath() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getKeyPath() - Method in interface com.atlassian.crowd.plugin.saml.SAMLMessageManager
 
getKeyPath() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
getKeys() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getKeys() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getKeys() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getKeys() - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
getKeys() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getKeys() - Method in class com.atlassian.crowd.directory.MultiValuedAttributeValuesHolder
 
getKeys() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getKeys() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getKeys() - Method in interface com.atlassian.crowd.embedded.api.Attributes
Gets all the keys of the attributes.
getKeys() - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
getKeys() - Method in class com.atlassian.crowd.embedded.impl.ImmutableAttributes
 
getKeys() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getKeys() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getKeys(int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getKeys(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getKeys(String, int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getKeys() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getKeys() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
getKeys() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getKeys() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getKeys() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getKeys() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getKeys() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getKeys() - Method in class com.atlassian.crowd.model.EntityWithAttributes
 
getKeys() - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
getKeys() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getKeys() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getKeys() - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
getKeys(List<String>) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Applies getKey over a collection.
getLanguage() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getLanguage() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getLanguages() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getLastAccessedTime() - Method in class com.atlassian.crowd.model.token.Token
Return the last accessed time.
getLastModified() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getLastname() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getLastname() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getLastname() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
getLastName() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getLastName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getLastName() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
 
getLastName() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
 
getLastName() - Method in class com.atlassian.crowd.model.user.DelegatingUserWithAttributes
 
getLastName() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getLastName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getLastName() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getLastName() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getLastName() - Method in interface com.atlassian.crowd.model.user.User
 
getLastName() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getLastName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getLastname() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getLastname() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getLastName() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getLastName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
Retrieves the last name from the specified user
getLastPage() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getLastRidFromSid(String) - Static method in class com.atlassian.crowd.directory.ldap.mapper.attribute.SIDUtils
 
getLastRound() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
Information of the last completed synchronisation or null if directory has never been synchronised.
getLatestDate() - Method in class com.atlassian.crowd.manager.backup.BackupSummary
Return the date of the oldest backup.
getLayout() - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
getLdapEncoder(String) - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
This will return an LDAP encoder for the given key.
getLdapEncoder(String) - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
getLdapEntityClass() - Method in enum com.atlassian.crowd.directory.cache.model.EntityType
 
getLdapName(LDAPDirectoryEntity) - Static method in class com.atlassian.crowd.directory.RFC4519Directory
 
getLdapPassword() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getLdapPassword() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getLdapPoolManagerStatistics() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getLdapPort() - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
 
getLdapPropertiesHelper() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getLdapPropertiesMapper() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getLdapTypeAsJson() - Method in class com.atlassian.crowd.directory.ldap.LdapTypeConfig
Get a JSON String of an array of fields with default value and visibility.
getLdapTypeConfigs() - Method in interface com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelper
 
getLdapTypeConfigs() - Method in class com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelperImpl
 
getLdapTypeConfigurations() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Get a list of Ldap Type Configuration objects.
getLdapTypeConfigurations() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getLdifFile() - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
 
getLeftMostPage() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd10XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd11XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd12XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd13XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd14XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd15XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd16XmlRestoreTest
 
getLegacyXmlFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd20XmlRestoreTest
 
getLevel() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
OGNL forces me to match getter and setter types.
getLicense() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getLicense() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getLicense() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
getLicense() - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
This will retrieve the license for the currently running Crowd instance.
getLicense() - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
getLicense() - Method in interface com.atlassian.crowd.service.license.LicenseService
 
getLicense() - Method in class com.atlassian.crowd.service.license.LicenseServiceImpl
 
getLicenseExpiryDate() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
getLicenseHash() - Method in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
getLicenseMessage() - Method in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
getLifetime() - Method in class com.atlassian.crowd.model.token.Token
 
getLimit() - Method in class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
getLimit() - Method in interface com.atlassian.crowd.model.page.Page
 
getLimit() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getLink(WebLink) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.PasswordEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
Returns the link to the remote address entity.
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipsEntity
 
getList() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipsEntity
 
getListenerPort() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
getListOfPageNumbers() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getLocale() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getLocale() - Method in interface com.atlassian.crowd.util.I18nHelperConfiguration
 
getLocale() - Method in class com.atlassian.crowd.util.I18nHelperConfigurationImpl
 
getLocalEntities() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
getLocalTestPropertiesFileName() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getLocalTestPropertiesFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientAcceptanceTestCase
 
getLocalTestPropertiesFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.CrowdIDServerAcceptanceTestCase
 
getLocalTestPropertiesFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
getLocationKey() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getLogFileName() - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
getLogFileName() - Method in class com.atlassian.crowd.console.logging.CrowdLoggingConfigurationListener
 
getLogger() - Method in class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
getLogger() - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
The logger to use when output log message.
getLogger() - Method in class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
getLoggingLevelOption() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
getLoginParameterMessage() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getLoginUri(URI) - Method in class com.atlassian.sal.crowd.auth.CrowdLoginUriProvider
 
getLoginUri(URI, EnumSet<PageCapability>) - Method in class com.atlassian.sal.crowd.auth.CrowdLoginUriProvider
 
getLoginUriForRole(URI, UserRole) - Method in class com.atlassian.sal.crowd.auth.CrowdLoginUriProvider
 
getLoginUriForRole(URI, UserRole, EnumSet<PageCapability>) - Method in class com.atlassian.sal.crowd.auth.CrowdLoginUriProvider
 
getLong(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getLong(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getLowerAlias() - Method in class com.atlassian.crowd.model.alias.Alias
 
getLowerChildName() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getLowerDisplayName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getLowerEmailAddress() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getLowerFirstName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getLowerImplementationClass() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getLowerLastName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getLowerName() - Method in class com.atlassian.crowd.model.alias.Alias
 
getLowerName() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getLowerName() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getLowerName() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
getLowerName() - Method in class com.atlassian.crowd.model.user.InternalUser
 
getLowerParentName() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getManagedCache(String) - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getManagedCaches() - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
getMap() - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getMappingFiles() - Method in class com.atlassian.crowd.util.persistence.hibernate.TransparentConfiguration
 
getMappingResources() - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
getMappingResources() - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
getMappings() - Method in class com.atlassian.crowd.openid.server.util.MappingResources
 
getMappings() - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
getMappingsAsArray() - Method in class com.atlassian.crowd.openid.server.util.MappingResources
 
getMappingsAsArray() - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
getMatchMode() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity
 
getMatchMode() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyRestrictionEntity
 
getMatchMode() - Method in interface com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
Returns the mode to match a property.
getMatchMode() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
getMaxBackupIndex() - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
getMaximumFileSize() - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
getMaximumSize() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getMaximumSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getMaximumSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getMaximumSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getMaxItemsPerPage() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getMaxPagesOnEitherSide() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getMaxResults() - Method in interface com.atlassian.crowd.embedded.api.Query
The maximum number of elements to return.
getMaxResults() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
getMaxResults() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getMemberDnMappers() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getMemberDnMappers() - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
getMembers() - Method in class com.atlassian.crowd.integration.soap.SOAPGroup
 
getMembers() - Method in class com.atlassian.crowd.integration.soap.SOAPRole
Deprecated.
 
getMembers(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
Also see CachingGroupManager.getGroup(String) for very similar logic.
getMembers(String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Obtains a list of all users in the group identified by groupName, sorted naturally.
getMembershipDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getMembershipDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getMembershipDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getMembershipFromXml(Element) - Method in class com.atlassian.crowd.migration.MembershipMapper
 
getMemberships() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getMemberships() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getMemberships() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getMemberships() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Get an iterable view of the available group memberships.
getMemberships() - Method in class com.atlassian.crowd.directory.RFC2307Directory
 
getMemberships() - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
getMemberships() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getMemberships() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getMemberships(Element, LegacyImportDataHolder, BatchResultWithIdReferences<Group>) - Method in class com.atlassian.crowd.migration.legacy.GroupMapper
 
getMemberships(Element, LegacyImportDataHolder, BatchResultWithIdReferences<Group>) - Method in class com.atlassian.crowd.migration.legacy.RoleMapper
 
getMemberships() - Method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController.PreparedResponse
 
getMemberships(Request) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
This method will only return XML, not JSON.
getMemberships(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
getMemberships() - Method in interface com.atlassian.crowd.service.client.CrowdClient
Gets the full group membership details for all groups with all direct user members and child groups.
getMemberships(String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Deprecated.
Since 1.4
getMembershipType() - Method in class com.atlassian.crowd.event.group.GroupMembershipCreatedEvent
 
getMembershipType() - Method in class com.atlassian.crowd.event.group.GroupMembershipDeletedEvent
 
getMembershipType() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getMessage() - Method in class com.atlassian.crowd.importer.model.Result
 
getMessage() - Method in class com.atlassian.crowd.integration.rest.entity.ErrorEntity
 
getMessage() - Method in exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestRealmException
 
getMessage() - Method in class com.atlassian.crowd.plugin.rest.entity.ErrorEntity
 
getMessage() - Method in exception com.atlassian.crowd.plugin.saml.SAMLException
 
getMessageBodyObjects() - Method in class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
getMessageBodyObjects() - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
The objects that need to be processed for logging.
getMessageBodyObjects() - Method in class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
getMinFailures() - Method in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
getMinimumLength() - Method in class com.atlassian.crowd.directory.PasswordLengthConstraint
 
getMinimumPasswordScore() - Method in class com.atlassian.crowd.directory.PasswordScoreConstraint
 
getMinIntervalMillis() - Method in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
getMissingEntities() - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult
Returns the entities which were missing and hence which were not attempted to be removed.
getMode() - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.SyncInfo
Returns the mode of the synchronisation.
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.ComponentModuleDescriptor
 
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.CrowdApplicationModuleDescriptor
 
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.DecoratorModuleDescriptor
 
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.ListenerModuleDescriptor
 
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.PasswordEncoderModuleDescriptor
 
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
 
getModule() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
getModuleKey() - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
getMonths() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getMultiValuedAttributesMapFromXml(Element) - Method in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
Constructs an Map<String, Set<String>> of attributes from a legacy (Crowd 1.x) XML element.
getName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
getName() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
getName() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
getName() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
getName() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getName() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails.DirectoryDetails
 
getName() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
getName() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getName() - Method in class com.atlassian.crowd.console.action.application.BrowseApplications
 
getName() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getName() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories.DirectoryForDisplay
 
getName() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
getName() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getName() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
getName() - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
getName() - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
getName() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
getName() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
getName() - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
getName() - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
getName() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
getName() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
getName() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getName() - Method in class com.atlassian.crowd.console.action.session.BrowseApplicationSessions
 
getName() - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
getName() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getName() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getName() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getName() - Method in class com.atlassian.crowd.directory.cache.model.EntityIdentifier
 
getName() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
getName(String) - Method in interface com.atlassian.crowd.directory.ldap.name.Converter
Escapes and converts a DN into a Name, for use with LDAP through JNDI.
getName(String, String, LdapName) - Method in interface com.atlassian.crowd.directory.ldap.name.Converter
Returns a Name escaped for JNDI and LDAP, for use with a directory.
getName(String) - Method in class com.atlassian.crowd.directory.ldap.name.GenericConverter
 
getName(String, String, LdapName) - Method in class com.atlassian.crowd.directory.ldap.name.GenericConverter
 
getName() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the name of the directory.
getName() - Method in interface com.atlassian.crowd.embedded.api.Group
 
getName() - Method in enum com.atlassian.crowd.embedded.api.OperationType
 
getName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
getName() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
getName() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getName() - Method in class com.atlassian.crowd.embedded.impl.ImmutableGroup
 
getName() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
getName() - Method in exception com.atlassian.crowd.exception.AccountNotFoundException
Returns the name of the account.
getName() - Method in exception com.atlassian.crowd.exception.InactiveAccountException
Returns the name of the account.
getName() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Gets the name of the authenticated client.
getName() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Gets the name of the authenticating entity.
getName() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Gets the name.
getName() - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
 
getName() - Method in class com.atlassian.crowd.integration.rest.entity.CookieConfigEntity
 
getName() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getName() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity
 
getName() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyEntity
 
getName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getName() - Method in class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntity
 
getName() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
getName() - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
getName() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getName() - Method in class com.atlassian.crowd.model.alias.Alias
 
getName() - Method in interface com.atlassian.crowd.model.application.Application
Returns the name of the application.
getName() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getName() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
Gets the name of the authenticated client..
getName() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
Gets the name of the authenticating entity.
getName() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
Returns the name of the SSO token cookie.
getName() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
Gets the name.
getName() - Method in interface com.atlassian.crowd.model.DirectoryEntity
 
getName() - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
getName() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
getName() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
getName() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getName() - Method in class com.atlassian.crowd.model.InternalEntity
 
getName() - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
getName() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
getName() - Method in class com.atlassian.crowd.model.property.Property
 
getName() - Method in class com.atlassian.crowd.model.property.PropertyId
 
getName() - Method in class com.atlassian.crowd.model.token.Token
Gets the name of the entity.
getName() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
getName() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getName() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getName() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
getName() - Method in class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
getName() - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
getName() - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
getName() - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.CookieConfigEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getName() - Method in interface com.atlassian.crowd.plugin.rest.entity.NamedEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicAuthenticationHelper.Credentials
 
getName() - Method in class com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
 
getName() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
getName() - Method in class com.atlassian.crowd.security.demo.action.group.BrowseGroups
 
getName() - Method in class com.atlassian.crowd.security.demo.action.group.RemoveGroup
 
getName() - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
getName() - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
getName() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getName() - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
getName() - Method in class com.atlassian.crowd.security.demo.action.user.RemoveUser
 
getName() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getName() - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
getName() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
getName() - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanStringUserType
 
getNamedDecorator(HttpServletRequest, String) - Method in class com.atlassian.crowd.plugin.sitemesh.PluginDecoratorMapper
 
getNameFromLegacyCode(String) - Method in class com.atlassian.crowd.migration.GenericMapper
 
getNamesOfChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfChildGroupsOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups who are direct members of a group, returning the group names.
getNamesOfGroupsForNestedUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfGroupsForNestedUser(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a user is a nested member of, returning the group names.
getNamesOfGroupsForUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfGroupsForUser(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a user is a direct member of, returning the group names.
getNamesOfNestedChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfNestedChildGroupsOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups who are nested members of a group, returning the group names.
getNamesOfNestedUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfNestedUsersOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for users who are nested members of a group, returning the user names.
getNamesOfParentGroupsForGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfParentGroupsForGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a group is a direct member of, returning the group names.
getNamesOfParentGroupsForNestedGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfParentGroupsForNestedGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a group is a nested member of, returning the group names.
getNamesOfUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfUsersOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for users who are direct members of a group, returning the user names.
getNamingContext() - Method in class com.atlassian.crowd.directory.ldap.name.SearchDN
Returns a Name representing the DN beneath which all objects should reside OR the blank root DSE if none is specified.
getNestedChildGroup(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the group that is a nested child of the specified group.
getNestedChildGroups(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the groups that are nested children of the specified group.
getNestedChildGroups(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getNestedChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNestedChildGroupsOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups who are nested members of a group.
getNestedGroup(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Returns the specified group that the user is a nested member of.
getNestedGroups(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Returns the groups that the user is a nested member of.
getNestedGroups(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Returns the nested group(s) of the user.
getNestedParentGroup(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the group that is a nested parent of the specified group.
getNestedParentGroups(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the groups that are nested parents of the specified group.
getNestedParentGroups(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getNestedUser(String, String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the user that is a nested member of the specified group.
getNestedUsers(String, String, boolean, int, int, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Retrieves the users that are nested members of the specified group.
getNestedUsers(String, String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getNestedUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNestedUsersOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for users who are nested members of a group.
getNewAlias() - Method in class com.atlassian.crowd.model.event.AliasEvent
 
getNewCredential() - Method in class com.atlassian.crowd.event.user.UserCredentialUpdatedEvent
 
getNewEvents(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
getNewEvents(String) - Method in interface com.atlassian.crowd.event.EventStore
Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
getNewEvents(String) - Method in class com.atlassian.crowd.event.EventStoreGeneric
 
getNewEvents(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNewEvents(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
getNewEvents(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
getNewEvents(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
getNewEvents(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
getNewEvents(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Returns an events object which contains a new eventToken and events that happened after the given eventToken was generated.
getNewEventToken() - Method in class com.atlassian.crowd.event.Events
 
getNewEventToken() - Method in class com.atlassian.crowd.integration.rest.entity.EventEntityList
 
getNewGroupAttributes(Group) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getNewGroupDirectorySpecificAttributes(Group, Attributes) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
If we want to be able to nest groups, we need to create distribution groups rather than security groups.
getNewGroupDirectorySpecificAttributes(Group, Attributes) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Populates attributes object with directory-specific attributes.
getNewInstallValue() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
getNewName() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getNewName() - Method in class com.atlassian.crowd.integration.rest.entity.RenameEntity
 
getNewName() - Method in class com.atlassian.crowd.plugin.rest.entity.RenameEntity
 
getNewPassword() - Method in class com.atlassian.crowd.event.user.ResetPasswordEvent
 
getNewUserAttributes(User, PasswordCredential) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Translates the User into LDAP attributes, in preparation for creating a new user.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.ApacheDS
ApacheDS in a default install requires the sn to be set before a user can be created.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.ApacheDS15
ApacheDS in a default install requires the sn to be set before a user can be created.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
Active Directory needs a couple of additional attributes set - the sAMAccountName (which is the account name you use to log on to Windows), and the account disabled flag.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.NovelleDirectory
Novell eDirectory in a default install requires the sn to be set before a user can be created.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.OpenLDAP
OpenLDAP 2.3.35 in a default install requires the sn to be set before a user can be created.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.Rfc2307
 
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Populates attributes object with directory-specific attributes.
getNewUserDirectorySpecificAttributes(User, Attributes) - Method in class com.atlassian.crowd.directory.SunONE
Sun DSEE 6.2 in a default install requires the sn to be set before a user can be created.
getNextAlias(String) - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
getNextResultsStart() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
Gets the next results start.
getNextResultsStart() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Gets the next results start.
getNextResultsStart() - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Gets the next results start.
getNiceDate(String) - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getNiceMessage() - Method in exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
Subclasses required to return a niceMessage explaining the exception error.
getNiceMessage() - Method in exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthFailedException
 
getNiceMessage() - Method in exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestException
 
getNiceMessage() - Method in exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestRealmException
 
getNiceMessage() - Method in exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponseException
 
getNickname() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getNickname() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getNotificationEmail() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getNotificationEmail() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getNotificationEmail() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
getNotificationEmail() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getNumBackups() - Method in class com.atlassian.crowd.manager.backup.BackupSummary
Return the number of backups found.
getObject(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getObject(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getObject() - Method in class com.atlassian.crowd.plugin.factory.BundledPluginLoaderFactory
 
getObject() - Method in class com.atlassian.crowd.plugin.factory.DirectoryPluginLoaderFactory
 
getObject() - Method in class com.atlassian.crowd.plugin.factory.OsgiContainerManagerFactory
 
getObject() - Method in class com.atlassian.crowd.plugin.spring.OsgiPersistentCacheFactory
 
getObject() - Method in class com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
 
getObjectClassAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getObjectClassAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getObjectFromNameClassPair(NameClassPair) - Method in class com.atlassian.crowd.directory.ldap.mapper.AttributeToContextCallbackHandler
 
getObjectFromNameClassPair(NameClassPair) - Method in class com.atlassian.crowd.directory.ldap.mapper.LookupCallbackHandler
 
getObjectGUID() - Method in class com.atlassian.crowd.model.Tombstone
 
getObjectType() - Method in class com.atlassian.crowd.plugin.factory.BundledPluginLoaderFactory
 
getObjectType() - Method in class com.atlassian.crowd.plugin.factory.DirectoryPluginLoaderFactory
 
getObjectType() - Method in class com.atlassian.crowd.plugin.factory.OsgiContainerManagerFactory
 
getObjectType() - Method in class com.atlassian.crowd.plugin.spring.OsgiPersistentCacheFactory
 
getObjectType() - Method in class com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
 
getObjectType() - Method in class com.atlassian.crowd.util.JohnsonEventContainerFactoryBean
 
getOldestFailureDate() - Method in interface com.atlassian.crowd.model.webhook.Webhook
 
getOldestFailureDate() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
getOldestFailureDate() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
getOldToNewDirectoryIds() - Method in class com.atlassian.crowd.migration.legacy.LegacyImportDataHolder
 
getOldUsername() - Method in class com.atlassian.crowd.event.user.UserRenamedEvent
 
getOpenid_identifier() - Method in class com.atlassian.crowd.openid.client.action.Login
 
getOpenIDPrincipal() - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Retrieve the authenticated OpenIDPrincipal.
getOpenidRealm() - Method in class com.atlassian.crowd.openid.client.action.Login
 
getOperatingSystem() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getOperatingSystem() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getOperatingSystem() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getOperation() - Method in class com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
 
getOperation() - Method in class com.atlassian.crowd.model.event.AbstractOperationEvent
 
getOperation() - Method in class com.atlassian.crowd.model.event.AliasEvent
 
getOperation() - Method in interface com.atlassian.crowd.model.event.OperationEvent
 
getOperationTypeFromLegacyPermissionName(String) - Method in class com.atlassian.crowd.migration.GenericMapper
 
getOptionalAttribs() - Method in class com.atlassian.crowd.openid.client.action.Login
 
getOptionalAttributes() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
Return the list of optional attibutes.
getOptionalAttributes() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getOptionalAttributes() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getOptionsStep(boolean) - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getOriginalEmail() - Method in class com.atlassian.crowd.event.user.UserEmailChangedEvent
 
getOriginalPassword() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
getOriginalPassword() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
getOriginalPassword() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
getOriginalUser() - Method in class com.atlassian.crowd.event.user.AutoUserUpdatedEvent
 
getOriginalUser() - Method in class com.atlassian.crowd.event.user.UserEditedEvent
 
getOringinalURL(HttpServletRequest) - Method in class com.atlassian.crowd.openid.client.filter.VerifyOpenIDAuthenticationFilter
Stores the URL the user was originally requesting.
getOSGiComponentInstanceOfType(Class<T>) - Static method in class com.atlassian.crowd.plugin.PluginComponentAccessor
Returns an instance of the service identified by the given interface, as exported by a plugin module.
getOsgiComponentOfType(Class<T>) - Method in class com.atlassian.crowd.plugin.CrowdOsgiContainerManager
Retrieves and returns a public component from OSGi land via its class name.
getOverwriteDirectory() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
getOverwriteTarget() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
getPage() - Method in interface com.atlassian.crowd.plugin.module.PluginProvidedDecoratorModule
 
getPageBinder() - Method in class com.atlassian.crowd.pageobjects.CrowdTestedProduct
 
getPagedResultsSize() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
Gets the paging size to use when iterating LDAP results returned from a directory query.
getPagedResultsSize() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getPagedResultsSize() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getPagedResultsSize() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPageLoadWait() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getPageText() - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
getParameterList() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getParameters() - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
getParametersAsMap() - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
getParameterValues() - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
getParams(Element) - Static method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
getParentEntity() - Method in exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
 
getParentGroupNames() - Method in class com.atlassian.crowd.model.event.GroupMembershipEvent
 
getParentGroupNames() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
 
getParentGroups() - Method in class com.atlassian.crowd.integration.rest.entity.GroupMembershipEventEntity
 
getParentGroups() - Method in class com.atlassian.crowd.integration.rest.entity.UserMembershipEventEntity
 
getParentGroupsForGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getParentGroupsForGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a group is a direct member of.
getParentGroupsForNestedGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getParentGroupsForNestedGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups that a group is a nested member of.
getParentId() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getParentName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
Returns names of the parent.
getParentName() - Method in exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
getParentName() - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
getParentName() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
getPartitionDN() - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
 
getPassword() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getPassword() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getPassword() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getPassword() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
getPassword() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getPassword() - Method in class com.atlassian.crowd.console.action.License
 
getPassword() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getPassword() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getPassword() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getPassword() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getPassword() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getPassword() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
getPassword() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getPassword() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPassword() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
getPassword() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
getPassword() - Method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
getPassword() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getPassword() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Returns the password used to authenticate the user.
getPassword() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Returns the password used to authenticate the user.
getPassword() - Method in class com.atlassian.crowd.openid.server.action.Login
 
getPassword() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.AuthenticationContextEntity
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicAuthenticationHelper.Credentials
 
getPassword() - Method in class com.atlassian.crowd.security.demo.action.Login
 
getPassword() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getPassword() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getPassword() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getPasswordComplexityMessage(long) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getPasswordComplexityMessage() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
getPasswordComplexityMessage() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getPasswordComplexityMessage() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getPasswordComplexityMessage() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getPasswordComplexityMessage() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getPasswordComplexityMessage() - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
getPasswordConfirm() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getPasswordConfirm() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getPasswordConfirm() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getPasswordConfirm() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getPasswordConfirm() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getPasswordConfirmation() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getPasswordConstraints() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getPasswordCredential() - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
getPasswordCredentialFromXml(Element) - Method in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
getPasswordEncoderFactory() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getPasswordEncoderFactory() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getPasswordEncoderFactory() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getPasswordEncoderFactory() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getPasswordEncoderFactory() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getPasswordEncoderFactory() - Method in class com.atlassian.crowd.directory.ldap.credential.EncryptingCredentialEncoder
 
getPasswordHash() - Method in class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
getPasswordHelper() - Method in class com.atlassian.crowd.directory.ldap.credential.EnforceUnencryptedCredentialEncoder
 
getPasswordHistoryCount() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getPasswordHistoryCount() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getPasswordHistoryCount() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getPasswordMaxAttempts() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getPasswordMaxAttempts() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getPasswordMaxAttempts() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getPasswordMaxChangeTime() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getPasswordMaxChangeTime() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getPasswordMaxChangeTime() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getPasswordRegex() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getPasswordRegex() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getPasswordRegex() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getPasswordScore(PasswordCredential, Collection<String>) - Method in interface com.atlassian.crowd.embedded.api.PasswordScoreService
Analyse a non-encrypted password and determine the score of it according to some method (e.g.
getPasswordScore(PasswordCredential, Collection<String>) - Method in class com.atlassian.crowd.embedded.core.NoOpPasswordScoreServiceImpl
 
getPasswordsEncrypted() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getPasswordURL() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getPermission() - Method in interface com.atlassian.crowd.manager.permission.PermittedGroup
A UserPermission granted to this DirectoryGroup
getPermission() - Method in class com.atlassian.crowd.manager.permission.PermittedGroupImpl
 
getPermission() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
getPermission() - Method in class com.atlassian.crowd.plugin.rest.entity.RestPermittedGroup
 
getPermissions(String, int, int) - Method in class com.atlassian.crowd.plugin.rest.service.resource.permission.UserPermissionAdminResource
 
getPermitted(Application, InetAddress) - Method in class com.atlassian.crowd.util.InetAddressCacheUtil
Gets from cache whether the application with address is permitted to make a request to the Crowd server.
getPersistentClass() - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
All subclasses of HibernateDAO must implement this method for HibernateDao.load(long) to work correctly
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.AttributeDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.profile.ProfileDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.property.PropertyDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecordDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.site.SiteDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.openid.server.model.user.UserDAOHibernate
 
getPersistentClass() - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
All subclasses of HibernateDao must implement this method for HibernateDao.load(long) to work correctly.
getPlatformId() - Method in class com.atlassian.sal.crowd.CrowdApplicationProperties
 
getPlugin() - Method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareActionConfig
 
getPluginAccessor() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getPluginCachesDirectory() - Method in class com.atlassian.crowd.plugin.PluginDirectoryLocator
 
getPluginEventManager() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getPluginsDirectory() - Method in class com.atlassian.crowd.plugin.PluginDirectoryLocator
 
getPolicyDescription() - Method in exception com.atlassian.crowd.exception.InvalidCredentialException
 
getPollingInterval() - Method in class com.atlassian.crowd.directory.DbCachingDirectoryPoller
 
getPollingInterval() - Method in interface com.atlassian.crowd.directory.monitor.poller.DirectoryPoller
 
getPollingIntervalInMin() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getPollingIntervalInMin() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getPollingIntervalInMin() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getPollingIntervalInMin() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getPollingIntervalInMin() - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
getPollingIntervalInMin() - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
getPoolInitSize() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPoolMaxSize() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPoolPrefSize() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPoolTimeout() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPort() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getPort() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getPort() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getPostcode() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getPostcode() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getPostponeConfiguration() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getPreferredSize() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getPreferredSize() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getPreferredSize() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getPreferredSize() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getPrefix() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getPrefix() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getPrefix() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getPreviousResultsStart() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
Gets the previous results start.
getPreviousResultsStart() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Gets the previous results start.
getPreviousResultsStart() - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Gets the previous results start.
getPrimaryObject() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
 
getPrimitiveClass() - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanStringUserType
 
getPrincipal() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
getPrincipal(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Attempts to retrieve the principal from the request.
getPrincipal(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getPrincipal() - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
getPrincipal() - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationToken
The identity of the principal being authenticated.
getPrincipal() - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationToken
The identity of the principal being authenticated.
getPrincipalAuthenticationContext(HttpServletRequest, HttpServletResponse, String, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request.
getPrincipalAuthenticationContext(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getPrincipalBaseDN() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getPrincipalName() - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Returns the "fullname" attribtue from the profile if present.
getPrincipalName() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Gets the user's fullname for display.
getPrincipals() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
getPrincipals() - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
getPrivateKey() - Method in class com.atlassian.crowd.trusted.InternalCurrentApplication
 
getPrivateKeyFilePath() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
getProductInstance() - Method in class com.atlassian.crowd.pageobjects.CrowdTestedProduct
 
getProductKeys() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getProductLicenseDetails(String) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getProfile(User, long) - Method in interface com.atlassian.crowd.openid.server.manager.profile.ProfileManager
Retrieves the requested profile from a user.
getProfile(User, long) - Method in class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
getProfile() - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
getProfileAttributesHelper() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getProfileAttributesHelper() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getProfileID() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getProfileID() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getProfileIDs() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
getProfileName() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
getProfileName() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getProfiles() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
getProfiles() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getProfiles() - Method in class com.atlassian.crowd.openid.server.model.user.User
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.application.BaseAddApplicationAction
 
getProgressSteps(int) - Method in class com.atlassian.crowd.console.action.application.BaseAddApplicationAction
 
getProgressSteps(int) - Method in class com.atlassian.crowd.console.action.dataimport.BaseCsvImporter
 
getProgressSteps(int) - Method in class com.atlassian.crowd.console.action.dataimport.BaseDirectoryImporter
 
getProgressSteps() - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getProgressSteps(int) - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getProgressStepsWithAdditional() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getProperties(String, Class<?>) - Static method in class com.atlassian.crowd.acceptance.utils.PropertyUtils
 
getProperties() - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
getProperties(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getProperties(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getProperties() - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
 
getProperties() - Method in interface com.atlassian.crowd.service.client.ResourceLocator
The Properties present within the given resource.
getProperties(String) - Method in class com.atlassian.crowd.util.PropertyUtils
Retrieves the properties from the specified properties file
getPropertiesFromFile(File) - Static method in class com.atlassian.crowd.acceptance.utils.PropertyUtils
 
getPropertiesFromStream(InputStream) - Method in class com.atlassian.crowd.util.PropertyUtils
Loads Properties from an InputStream
getPropertiesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getPropertiesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getPropertiesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getProperty() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity
 
getProperty(String, String) - Method in interface com.atlassian.crowd.manager.property.PluginPropertyManager
 
getProperty(String, String) - Method in class com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
 
getProperty(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Retrieves an arbitrary property by name.
getProperty(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getProperty() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyRestrictionEntity
 
getProperty() - Method in interface com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
Returns the property to match on.
getProperty() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
getPropertyDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getPropertyDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getPropertyDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getPropertyManager() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
getPropertyManager() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getPropertyName() - Method in interface com.atlassian.crowd.search.query.entity.restriction.Property
Returns the name of the property.
getPropertyName() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
 
getPropertyObject(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getPropertyType() - Method in interface com.atlassian.crowd.search.query.entity.restriction.Property
Returns the type of the property value.
getPropertyType() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
 
getPropertyValue(String) - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getProviderName() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
 
getProxyForService() - Method in class com.atlassian.crowd.service.soap.SafeXmlXFireExporter
 
getPublicKey() - Method in class com.atlassian.crowd.trusted.InternalCurrentApplication
 
getPublicKeyFilePath() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
getQueryString() - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
This method exists just to allow tests to replace this static behaviour with a more "testeable" one.
getRandomHash() - Method in class com.atlassian.crowd.console.action.session.RemoveSession
 
getRandomHash() - Method in class com.atlassian.crowd.model.token.Token
Gets the token key.
getRandomNumber() - Method in class com.atlassian.crowd.model.token.Token
 
getRanking() - Method in enum com.atlassian.crowd.embedded.api.PasswordScore
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.CustomDirectoryInstanceLoader
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.DbCachingRemoteDirectoryInstanceLoader
This method will NOT wire up the internal backed directory.
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.DelegatedAuthenticationDirectoryInstanceLoaderImpl
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.DelegatingDirectoryInstanceLoaderImpl
 
getRawDirectory(Long, String, Map<String, String>) - Method in interface com.atlassian.crowd.directory.loader.DirectoryInstanceLoader
Loads a guaranteed un-cached directory implementation for a specific configuration.
getRawDirectory(Long, String, Map<String, String>) - Method in interface com.atlassian.crowd.directory.loader.InternalDirectoryInstanceLoader
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.InternalDirectoryInstanceLoaderImpl
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.LDAPDirectoryInstanceLoaderImpl
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.directory.loader.RemoteCrowdDirectoryInstanceLoaderImpl
 
getRawDirectory(Long, String, Map<String, String>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeDirectoryLoader
 
getRawProductLicense(String) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getRawText(String) - Method in class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
getRawText(Locale, String) - Method in class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
getReadTimeout() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getReadTimeoutInSec() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getReadTimeoutInSec() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getReadTimeoutInSec() - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
getRealm() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getReason() - Method in class com.atlassian.crowd.integration.rest.entity.ErrorEntity
 
getReason() - Method in class com.atlassian.crowd.plugin.rest.entity.ErrorEntity
 
getRecordPager() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.ViewAuthRecord
 
getRecoveryDirectory() - Method in interface com.atlassian.crowd.manager.recovery.RecoveryModeService
 
getRecoveryDirectory() - Method in class com.atlassian.crowd.manager.recovery.SystemPropertyRecoveryModeService
 
getRecoveryUsername() - Method in interface com.atlassian.crowd.manager.recovery.RecoveryModeService
 
getRecoveryUsername() - Method in class com.atlassian.crowd.manager.recovery.SystemPropertyRecoveryModeService
 
getRegex() - Method in class com.atlassian.crowd.directory.RegexConstraint
 
getRelationship() - Method in class com.atlassian.crowd.importer.model.MembershipDTO
Will give a string representation of the relationship, username-parentName
getRelationshipKey(MembershipDTO.ChildType, String, String) - Static method in class com.atlassian.crowd.importer.model.MembershipDTO
 
getRelayStateURL() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
 
getRelayStateURL() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthResponse
 
getRemoteAddress() - Method in class com.atlassian.crowd.event.application.ApplicationRemoteAddressAddedEvent
 
getRemoteAddress() - Method in class com.atlassian.crowd.event.application.ApplicationRemoteAddressRemovedEvent
 
getRemoteAddresses() - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
getRemoteAddresses() - Method in interface com.atlassian.crowd.model.application.Application
Returns the whitelist of addresses allowed to connect to Crowd as the application.
getRemoteAddresses() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getRemoteAddresses() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getRemoteAddresses() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getRemoteAddresses(long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Returns the remote addresses of the specified application.
getRemoteAddressesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getRemoteAddressesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getRemoteAddressesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getRemoteDirectory() - Method in class com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent
 
getRemoteIPAddress() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
getRemotePrincipal() - Method in class com.atlassian.crowd.event.user.UserAuthenticationFailedAccessDeniedEvent
 
getRemotePrincipal() - Method in class com.atlassian.crowd.event.user.UserAuthenticationSucceededEvent
 
getRemotePrincipal() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Returns the remote principal that has authenticated.
getRemotePrincipal() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Returns the remote principal that has authenticated.
getRemotePrincipal() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Gets the remote principal for the request.
getRemoteUser() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getRemoteUser() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getRemoteUser(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns the user that matches the supplied name from a remote directory.
getRemoteUser(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
getRemoteUser() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
getRemoteUser() - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
getRemoteUser(HttpServletRequest) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
getRemoteUserKey() - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
getRemoteUserKey(HttpServletRequest) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
getRemoteUsername() - Method in class com.atlassian.crowd.console.action.user.BaseUserAction
 
getRemoteUsername() - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
Deprecated.
getRemoteUsername(HttpServletRequest) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
Deprecated.
getRemoveDirectoryID() - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
getRemovedSuccessfully() - Method in class com.atlassian.crowd.manager.directory.BulkRemoveResult
Amount of entities successfully removed, which is calculated as the amount of entities which were attempted to be removed minus both the entities which were missing (and hence could not be removed) and the entities which failed to be removed.
getRemoveGroup() - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
getRemoveName() - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
getRequest() - Method in class com.atlassian.crowd.manager.threadlocal.ThreadLocalState
 
getRequest() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Gets the underlying HTTP request from the Action.
getRequest() - Method in class com.atlassian.sal.crowd.web.context.CrowdHttpContext
 
getRequestAddresses(HttpServletRequest) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Retrieves the list of request addresses.
getRequestCache() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getRequestCache() - Static method in class com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
 
getRequestConfig(ClientProperties, PoolingHttpClientConnectionManager, HttpRoute) - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getRequestID() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
 
getRequestingSite() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getRequiredAttribs() - Method in class com.atlassian.crowd.openid.client.action.Login
 
getRequiredAttributes() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
Return the list of required attibutes.
getRequiredAttributes() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getRequiredAttributes() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getRequiredLdapAttributes() - Method in interface com.atlassian.crowd.directory.ldap.mapper.attribute.AttributeMapper
Returns the LDAP attributes that should be requested in a search where AttributeMapper.getValues(DirContextAdapter) will be called on the results.
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC2307MemberUidMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangedMapper
Only requests the base attribute.
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangeOffsetMapper
Only requests the base attribute.
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectGUIDMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectSIDMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.PrimaryGroupIdMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.RFC2307GidNumberMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.user.MemberOfOverlayMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.USNChangedMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
getRequiredLdapAttributes() - Method in interface com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithRequiredAttributes
Returns the LDAP attributes that should be requested in a search where ContextMapperWithRequiredAttributes.mapFromContext(Object) will be called on the results.
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.ExternalIdContextMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.JpegPhotoContextMapper
 
getRequiredLdapAttributes() - Method in class com.atlassian.crowd.directory.ldap.mapper.TombstoneContextMapper
 
getRequiredPluginsStartupCheck() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getRequiredUpgrades() - Method in interface com.atlassian.crowd.manager.upgrade.UpgradeManager
 
getRequiredUpgrades() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
getResetLink() - Method in class com.atlassian.crowd.event.login.RequestResetPasswordEvent
 
getResource(String) - Static method in class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
getResource(String) - Static method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestHelper
 
getResourceAsStream(String) - Static method in class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
getResourceBundleName() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getResourceBundleName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientAcceptanceTestCase
 
getResourceBundleName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.CrowdIDServerAcceptanceTestCase
 
getResourceBundleName() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
getResourceBundles() - Method in class com.atlassian.crowd.util.PluginResourceBundleProvider
 
getResourceBundles() - Method in interface com.atlassian.crowd.util.ResourceBundleProvider
 
getResourceBundles() - Method in class com.atlassian.crowd.util.StaticResourceBundleProvider
 
getResourceLocation() - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
 
getResourceLocation() - Method in interface com.atlassian.crowd.service.client.ResourceLocator
Will return the location of the resource on the file system.
getResourceLocationFromClassPath() - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
 
getResourceLocationFromSystemProperty() - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
Returns the location of the property resourceName on the filesystem, based off the location of a system property, it is returned as a URL.toExternalForm();
getResourceName() - Method in class com.atlassian.crowd.service.client.BaseResourceLocator
 
getResourceName() - Method in interface com.atlassian.crowd.service.client.ResourceLocator
The configured name of the resource
getResourcePath(String) - Static method in class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
getResponse() - Method in class com.atlassian.crowd.manager.threadlocal.ThreadLocalState
 
getResponse() - Static method in class com.atlassian.crowd.plugin.web.ExecutingHttpRequest
 
getResponse() - Method in class com.atlassian.sal.crowd.web.context.CrowdHttpContext
 
getRestrictedDomains() - Method in interface com.atlassian.crowd.service.SignupSettingsService
Returns list of domains.
getRestrictedDomains() - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
getRestriction() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
getRestrictions() - Method in class com.atlassian.crowd.integration.rest.entity.BooleanRestrictionEntity
 
getRestrictions() - Method in class com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
 
getRestrictions() - Method in interface com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
Returns a collection of restrictions.
getRestrictions() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
getRestServer() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
getResult() - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getResultEntityType() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
getResults() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
 
getResults() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
getResults() - Method in interface com.atlassian.crowd.model.page.Page
 
getResults() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getResults() - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
 
getResultsPerPage() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
Gets the results per page.
getResultsPerPage() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Gets the results per page.
getResultsPerPage() - Method in class com.atlassian.crowd.console.action.pickers.ViewPicker
 
getResultsPerPage() - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Gets the results per page.
getResultsPerPageOption() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
 
getResultsPerPageOption() - Method in class com.atlassian.crowd.console.action.pickers.ViewPicker
 
getResultsPerPageOption() - Static method in class com.atlassian.crowd.util.CommonUIDefinitions
 
getResultsStart() - Method in class com.atlassian.crowd.console.action.AbstractBrowser
Gets the results start.
getResultsStart() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Gets the results start.
getResultsStart() - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Gets the results start.
getResultsStep(boolean) - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
getReturnToUrl() - Method in class com.atlassian.crowd.openid.server.action.Login
 
getReturnType() - Method in interface com.atlassian.crowd.embedded.api.Query
The type of elements to return.
getReturnType() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
getReturnType() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getReturnURL() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
getRightMostPage() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getRole() - Method in class com.atlassian.crowd.directory.ldap.name.SearchDN
Deprecated. 
getRole() - Method in class com.atlassian.crowd.event.role.RoleCreatedEvent
 
getRole() - Method in class com.atlassian.crowd.event.role.RoleUpdatedEvent
 
getRoleAndAttributesFromXml(Element, Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.RoleMapper
 
getRoleAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getRoleAttributesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getRoleAttributesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getRoleBaseDN() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getRoleDescriptionAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Deprecated.
getRoleDescriptionAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getRoleFilter() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Deprecated.
getRoleFilter() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getRoleMemberAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Deprecated.
getRoleMemberAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getRoleMembershipsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getRoleMembershipsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getRoleMembershipsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getRoleName() - Method in class com.atlassian.crowd.event.role.RoleDeletedEvent
 
getRolename() - Method in class com.atlassian.crowd.event.role.RoleMembershipCreatedEvent
 
getRoleName() - Method in class com.atlassian.crowd.event.role.RoleMembershipDeletedEvent
 
getRoleNameAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Deprecated.
getRoleNameAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getRoleObjectClass() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Deprecated.
getRoleObjectClass() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getRolesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getRolesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getRolesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getRootWebResource(String, String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the "root" WebResource.
getRootWebResource(String, String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Returns the "root" WebResource.
getSALPropertiesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getSALPropertiesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getSALPropertiesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getSALPropertiesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
 
getSamlAuthURL() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getSAMLEncoding() - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
getSamlResponse() - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
getScheduledBackupTime() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getScheduledBackupTimes() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getSchema() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getSearch() - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
getSearch() - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
getSearchDN(String) - Method in class com.atlassian.crowd.directory.ldap.name.SearchDN
Given an additional DN (eg.
getSearchDN() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getSearchRestriction() - Method in interface com.atlassian.crowd.embedded.api.Query
Restrictions to apply to the query.
getSearchRestriction() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
getSearchRestriction() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getSearchString() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
getSearchTimeLimit() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getSearchTimeLimit() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getSearchTimeoutInSec() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getSearchTimeoutInSec() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getSearchTimeoutInSec() - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
getSeconds() - Method in class com.atlassian.crowd.model.token.TokenLifetime
 
getSecurityContext() - Method in class com.atlassian.crowd.manager.threadlocal.ThreadLocalState
 
getSecurityLevel() - Method in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
Gets the current security level.
getSecurityServer() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Create and return an instance to the Crowd SecurityServer.
getSecurityServerClient() - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieve the underlying SecurityServerClient used to communicate with the Crowd Security Server.
getSecurityServerClient() - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getSecurityServerClient() - Method in interface com.atlassian.crowd.service.AuthenticationManager
Returns an instance of the SecurityServerClient, for when you need more API access than the authentication manager provides.
getSecurityServerClient() - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
getSecurityServerClient() - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
getSecurityServerClient() - Static method in class com.atlassian.crowd.service.soap.client.SecurityServerClientFactory
Retrieve a singleton instance of the SecurityServerClient.
getSecurityServerURL() - Method in interface com.atlassian.crowd.service.soap.client.SoapClientProperties
Returns Crowd SOAP server web services URL
getSecurityServerURL() - Method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
getSelectedDirectory(List<Directory>) - Static method in class com.atlassian.crowd.util.SelectionUtils
 
getSelectedDirectoryID() - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
getSelectedEntityNames() - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
getSelectedEntityNames() - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
getSelectedGroupsForDirectory(Long) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
getSeleniumConfiguration() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
getServerCurrentDate() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getServerId() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getServerId() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
getServerID() - Method in interface com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManager
 
getServerID() - Method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
getServerId() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getServerId() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getServerId() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getServerLocation() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getServerName() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
getServerPort() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getServerStartTime() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getServerUriBuilder() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
getServerURL() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.CrowdServer
 
getServletContext() - Method in class com.atlassian.crowd.plugin.servlet.CrowdServletContextFactory
 
getSession() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getSession() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Gets the HTTP session for the current user.
getSession(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
Retrieves the token.
getSession() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
getSession() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Subclasses should use this method to provide the session to be used with any implementations of HibernateOperation.
getSession() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
getSession(boolean) - Method in class com.atlassian.sal.crowd.web.context.CrowdHttpContext
 
getSessionFactory() - Method in class com.atlassian.crowd.migration.GenericMapper
 
getSessionFromToken(String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Returns the session associated with the Crowd SSO token.
getSessionLastValidation() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getSessionLastValidation() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the session attribute key of the last validation date.
getSessionTime() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
getSessionTime() - Method in class com.atlassian.crowd.console.action.setup.Options
 
getSessionTime() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
getSessionTime() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getSessionTokenKey() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getSessionTokenKey() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the key of the session cookie.
getSessionValidationInterval() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getSessionValidationInterval() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns how long the SSO session is valid for in minutes between session validation.
getSettingsChanged() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSetupPersister() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
getSetupType() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
getShortDescription() - Method in interface com.atlassian.crowd.upgrade.tasks.UpgradeTask
A short (less than 50 chars) description of the upgrade action
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask002
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask112
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask113
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask210
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask214
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask215
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask216
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask321
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask322
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask342
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask360
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask361
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask397
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask420
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask423
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask428
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask429
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask430
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask502
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask523
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask524
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask542
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622ExternalId
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask623GenerateExternalId
 
getShortDescription() - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask645IntroduceUserPermissions
 
getSid() - Method in class com.atlassian.crowd.console.action.setup.License
 
getSidManager() - Method in class com.atlassian.crowd.console.action.License
 
getSidManager() - Method in class com.atlassian.crowd.console.action.setup.License
 
getSignedResponseXML() - Method in class com.atlassian.crowd.plugin.saml.SAMLAuthResponse
 
getSignOutURL() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getSimpleAuthenticationManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Creates a new SimpleAuthenticationManager (this authentication manager is not cache aware)
getSimpleAuthenticationManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Retrieve a singleton instance of the Authentication Manager (not cache aware)
getSingleValuedAttributesMapFromXml(Element) - Method in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
Constructs an Map<String, String> of attributes from a legacy (Crowd 1.x) XML element.
getSingleValuedAttributesMapFromXml(Element) - Method in class com.atlassian.crowd.migration.legacy.XmlMapper
Constructs an Map<String, String> of attributes from an XML element.
getSite() - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
getSite() - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
getSiteApprovals() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
getSitemeshPageProperties() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getSitemeshPageProperties() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getSize() - Method in interface com.atlassian.crowd.model.page.Page
 
getSize() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getSmallAvatarUrl() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getSmtpServer() - Method in class com.atlassian.crowd.manager.mail.MailManagerImpl
 
getSMTPServer() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
getSMTPServer() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getSMTPTemplate() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Deprecated.
getSMTPTemplate() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
Deprecated.
getSoapClientProperties() - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieve the underlying client properties used to communicate with the Crowd Security Server.
getSoapClientProperties() - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getSoapClientProperties() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrieve the SOAP client properties used to connect to the Crowd Security Server.
getSoapClientProperties() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
getSocketTimeout() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getSocketTimeout() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns in milliseconds how long to wait without retrieving any data from the remote connection.
getSource() - Method in class com.atlassian.crowd.event.Event
 
getSourceDirectories() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
getSourceDirectoryID() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
getSourceDirectoryID() - Method in class com.atlassian.crowd.importer.config.DirectoryConfiguration
 
getSourceDirectoryID() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
getSourceDirectoryName() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
getSoyRenderer() - Method in class com.atlassian.crowd.console.tags.SoyTemplate
 
getSregAttributes() - Static method in class com.atlassian.crowd.openid.client.util.SREGAttributes
Returns a List<String> of SREG attribute field names.
getSregAttributes() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getSregRequest() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
getSSOCookieDomainName() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
getSSOCookieDomainName() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns the domain name configured for the SSO client
getStart() - Method in interface com.atlassian.crowd.model.page.Page
 
getStart() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getStartDelay() - Method in class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
getStartIndex() - Method in interface com.atlassian.crowd.embedded.api.Query
The index of the first element to return.
getStartIndex() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.ViewAuthRecord
 
getStartIndex() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getStartIndex() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
getStartIndex() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
getStartSeleniumServer() - Method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumConfiguration
 
getStartTime() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns the time in milliseconds of the directory synchronisation time.
getState() - Method in class com.atlassian.crowd.manager.threadlocal.CrowdThreadLocalStateAccessor
 
getState() - Method in interface com.atlassian.crowd.manager.threadlocal.ThreadLocalStateAccessor
Return the state of all the thread locals for the current thread.
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.ApacheDS
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.ApacheDS15
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.AppleOpenDirectory
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.FedoraDS
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.GenericLDAP
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.NovelleDirectory
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.OpenDS
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.OpenLDAP
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.OpenLDAPRfc2307
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.Rfc2307
 
getStaticDirectoryType() - Static method in class com.atlassian.crowd.directory.SunONE
 
getStaticResourceLocale() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getStatusKey() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns a status key that can be used to get a human readable synchronisation status message.
getStatusParameters() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
Returns parameters for status key retrieved from DirectorySynchronisationRoundInformation.getStatusKey().
getStep(String, String, boolean, String) - Method in class com.atlassian.crowd.console.action.BaseProgressStepAction
 
getStep(String) - Method in class com.atlassian.crowd.console.action.BaseProgressStepAction
 
getStep(String, String) - Method in class com.atlassian.crowd.console.action.BaseProgressStepAction
 
getStep(String, boolean) - Method in class com.atlassian.crowd.console.action.BaseProgressStepAction
 
getStep(String, boolean, String) - Method in class com.atlassian.crowd.console.action.BaseProgressStepAction
 
getStep(String, String, boolean) - Method in class com.atlassian.crowd.console.action.BaseProgressStepAction
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.Complete
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.Database
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.Import
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.Integration
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.License
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.Options
 
getStepName() - Method in class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
getStorageType() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
getStoredAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.AbstractAttributeEventEntity
 
getStoredAttributes() - Method in class com.atlassian.crowd.model.event.AbstractAttributeEvent
 
getStoredConnectionPoolProperties() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Retrieves the stored LDAP connection pool properties which will be applied when the system restarts.
getStoredConnectionPoolProperties() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
getString(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getString(String[], String) - Method in class com.atlassian.crowd.importer.mappers.csv.CsvMapper
 
getString(String, String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Gets a string property.
getString(String, String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
getStringTermEqualityFilter(String, PropertyRestriction<String>) - Method in class com.atlassian.crowd.search.ldap.ActiveDirectoryQueryTranslaterImpl
Returns a filter that applies byte String encoding to value when creating filter for ExternalId property.
getStringTermEqualityFilter(String, PropertyRestriction<String>) - Method in class com.atlassian.crowd.search.ldap.LDAPQueryTranslaterImpl
Certain LDAP directories, like AD, may require the value being searched to be encoded or not depending on the attribute under search.
getSubGroups() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
getSubscribedGroups() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getSubTreeSearchControls(ContextMapperWithRequiredAttributes<?>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getSuccessfulEntities() - Method in class com.atlassian.crowd.util.BatchResult
 
getSuperBatchVersion() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getSupportedApplications() - Method in interface com.atlassian.crowd.importer.manager.ImporterManager
A list of supported applications
getSupportedApplications() - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
getSupportedAuthentication() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSupportedAuthentication() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getSupportedAuthentication() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getSupportedAuthentication() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getSupportedImporterApplications() - Method in interface com.atlassian.crowd.importer.factory.ImporterFactory
Will return a list of supported applications that have an importer
getSupportedImporterApplications() - Method in class com.atlassian.crowd.importer.factory.ImporterFactoryImpl
 
getSupportedInternalEncoders() - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
This will return a list of supported encoders suitable for use in an Internal Directory, this will be the values held by PasswordEncoder.getKey()
getSupportedInternalEncoders() - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
getSupportedLdapEncoders() - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
This will return a list of supported encoders for a Remote Directory using LDAP, this will be the values held by PasswordEncoder.getKey()
getSupportedLdapEncoders() - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
getSupportedProtocol() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSupportedProtocol() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getSupportedProtocol() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getSupportedProtocol() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getSupportEntitlementNumber() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
getSupportInformation() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getSupportInformation(User) - Method in interface com.atlassian.crowd.support.SupportInformationService
 
getSupportInformation(User) - Method in class com.atlassian.crowd.support.SupportInformationServiceImpl
 
getSynchronisationDuration() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
getSynchronisationDuration() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
getSynchronisationMode(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns the preferred synchronisation mode defined for the directory if synchronisable, else null
getSynchronisationMode(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
getSynchronisationStartTime() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
getSynchronisationStartTime() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
getSynchronisationStatus() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
getSynchronisationStatus() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
getSystemBuildNumber() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getSystemConnectionPoolProperties() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Retrieves the system LDAP connection pool properties (i.e.
getSystemConnectionPoolProperties() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
getSystemCounter() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getSystemInfoHelper() - Method in class com.atlassian.crowd.console.action.License
 
getSystemInfoHelper() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getSystemInitialSize() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSystemMaximumSize() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSystemPreferredSize() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSystemSupportedAuthentication() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSystemSupportedProtocol() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getSystemTime() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getSystemTimeoutInSec() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getTab() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getTab() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
getTabID() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
getTableNames() - Method in class com.atlassian.crowd.openid.server.util.MappingResources
Retrieves the table names using a transparent configuration object built from the hbm.xml mappings.
getTableNames() - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
Retrieves the table names using a transparent configuration object built from the hbm.xml mappings.
getTables() - Method in class com.atlassian.crowd.util.persistence.hibernate.TransparentConfiguration
 
getTargetAction() - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache
 
getTargetDirectoryID() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
getTargetDirectoryName() - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
getTemplate() - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
getTemporaryDirectory() - Method in class com.atlassian.crowd.plugin.web.CrowdWebResourceIntegration
 
getTerminal() - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
getTester() - Method in class com.atlassian.crowd.pageobjects.CrowdTestedProduct
 
getTestPassword() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getTestProperty(String) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
getTestResourcesLocation() - Static method in class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
getTestResourcesLocation() - Static method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestHelper
 
getTestTokens() - Static method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOMemoryTest
 
getTestUsername() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getText(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
getText(String) - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getText(String, List, boolean) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getText(String, List) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getText(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getText(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
getText(String) - Method in interface com.atlassian.crowd.util.I18nHelper
 
getText(String, String) - Method in interface com.atlassian.crowd.util.I18nHelper
 
getText(String, String, String) - Method in interface com.atlassian.crowd.util.I18nHelper
 
getText(String, Object) - Method in interface com.atlassian.crowd.util.I18nHelper
 
getText(Locale, String, Serializable...) - Method in interface com.atlassian.crowd.util.I18nHelper
 
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
 
getText(Locale, String, Serializable...) - Method in class com.atlassian.crowd.util.I18nHelperImpl
 
getTextForList(String...) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
getThreadLocalContext() - Method in class com.atlassian.sal.crowd.executor.CrowdThreadLocalContextManager
 
getTimeoutInSec() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
getTimeoutInSec() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
getTimeoutInSec() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
getTimeoutInSec() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
getTimestamp() - Method in class com.atlassian.crowd.event.Event
 
getTimeZone() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getTimezone() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getTimezone() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
getTimeZone() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getTimeZone() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getTimezones() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
getTitle() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
getTitle() - Method in class com.atlassian.crowd.console.action.setup.Options
 
getToken() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getToken() - Method in class com.atlassian.crowd.event.application.ApplicationAuthenticatedEvent
 
getToken() - Method in class com.atlassian.crowd.event.token.TokenInvalidatedEvent
 
getToken() - Method in class com.atlassian.crowd.event.user.UserAuthenticationSucceededEvent
 
getToken() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Gets the token.
getToken(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
getToken(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Retrieves the Crowd authentication token from the request.
getToken(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
getToken(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieve the Crowd authentication token from the request either via: a request attribute (not request parameter), OR a cookie on the request
getToken(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getToken() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getToken() - Method in class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
getToken() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
Gets the token.
getToken() - Method in interface com.atlassian.crowd.model.authentication.Session
A session has an associated token that is granted by the server, and which can be presented by the client to identify the session.
getToken() - Method in interface com.atlassian.crowd.model.token.ExpirableUserToken
A unique token.
getToken() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
getToken() - Method in interface com.atlassian.crowd.model.webhook.Webhook
 
getToken() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
getToken() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
getToken() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getToken() - Method in class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
getToken(HttpServletRequest, boolean) - Method in class com.atlassian.crowd.xwork.SimpleXsrfTokenGenerator
 
getToken(HttpServletRequest, boolean) - Method in interface com.atlassian.crowd.xwork.XsrfTokenGenerator
Retrieves the token from the request.
getTokenDAO() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
getTokenDAO() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOMemoryTest
 
getTokenDAO() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
getTokenDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getTokenDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getTokenDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getTokenExpiryTime(Token) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
getTokenExpiryTime(Token) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Returns the expiry time of a token.
getTokenExpiryTime(Token) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
getTokenGenerator() - Method in class com.atlassian.crowd.console.filter.LoginCsrfFilter
 
getTokenNames() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
getTokenNames() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
getTokenStorageOptions() - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
getTombstone() - Method in class com.atlassian.crowd.event.remote.ActiveDirectoryEntityDeletedEvent
 
getTotalAttempted() - Method in class com.atlassian.crowd.util.BatchResult
 
getTotalAuthRecords(User) - Method in interface com.atlassian.crowd.openid.server.manager.user.UserManager
Retrieves the total number of authentication records for a given user.
getTotalAuthRecords(User) - Method in class com.atlassian.crowd.openid.server.manager.user.UserManagerGeneric
 
getTotalMemory() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getTotalMemory() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getTotalMemory() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getTotalResults() - Method in class com.atlassian.crowd.openid.server.util.Pager
 
getTotalSuccessful() - Method in class com.atlassian.crowd.util.BatchResult
 
getTransactionManager() - Method in class com.atlassian.crowd.console.interceptor.CrowdXWorkTransactionInterceptor
 
getTransactionManager() - Method in class com.atlassian.crowd.xwork.interceptors.XWorkTransactionInterceptor
Template method for retrieving the transaction manager for the current application.
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.andExpression_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.comparison_op_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.expression_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.orExpression_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.parExpression_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.primary_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.propertyExpression_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.restriction_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.string_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.termKey_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.termValue_return
 
getTree() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser.unaryOperator_return
 
getTreeAdaptor() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
getTrustedAddress(TrustedProxyManager, HttpServletRequest) - Static method in class com.atlassian.crowd.manager.validation.XForwardedForUtil
Returns the originating client address the proxies are forwarding for if the proxies are trusted, otherwise, return the request address.
getTrustedAddress(TrustedProxyManager, String, String) - Static method in class com.atlassian.crowd.manager.validation.XForwardedForUtil
Returns the originating client address the proxies are forwarding for if all the proxies are trusted, otherwise, return the request address.
getTrustedApplication(String) - Method in class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
getTrustedApplication(String) - Method in class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
getTrustedApplication(String) - Method in interface com.atlassian.crowd.trusted.TrustedApplicationStore
Fetch the TrustedApplication with the given ID.
getTrustedApplications() - Method in class com.atlassian.crowd.trusted.CrowdTrustedApplicationsManager
 
getTrustedApplications() - Method in class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
getTrustedApplications() - Method in interface com.atlassian.crowd.trusted.TrustedApplicationStore
Return all the currently stored Trusted Applications.
getTrustedProxyServers() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Retrieves a String that contains a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
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.
getTrustRelationshipMode() - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
getTrustRelationshipMode() - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
getTrustType() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
getTrustTypes() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
getType() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
getType() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories.DirectoryForDisplay
 
getType() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getType() - Method in class com.atlassian.crowd.directory.cache.model.EntityIdentifier
 
getType() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
getType() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the type of the directory.
getType() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getType(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getType(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getType() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getType() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyEntity
 
getType() - Method in enum com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType
 
getType() - Method in interface com.atlassian.crowd.model.application.Application
Returns the type of the application.
getType() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getType() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getType() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getType() - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
getType() - Method in interface com.atlassian.crowd.model.group.Group
 
getType() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
getType() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
getType() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
getType() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getType() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getType() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getType() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyEntity
 
getType() - Method in enum com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator.SupportedType
 
getType(String) - Method in interface com.atlassian.crowd.search.query.entity.PropertyTypeService
Returns the class type of the property, or null if the property type could not be determined.
getType(String) - Method in class com.atlassian.crowd.search.query.entity.PropertyTypeServiceImpl
 
getType() - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
getTypeUri() - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterExtension
 
getTypeUri() - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
getUid() - Method in class com.atlassian.crowd.trusted.InternalCurrentApplication
 
getUnaliasedUsername() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
If this user has been aliased Crowd may also provide the original unaliased name.
getUnaliasedUsername() - Method in class com.atlassian.crowd.model.token.Token
 
getUnaliasedUsername() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getUncompletedSteps() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
getUnescapedText(String) - Method in interface com.atlassian.crowd.util.I18nHelper
 
getUnescapedText(Locale, String) - Method in interface com.atlassian.crowd.util.I18nHelper
 
getUnescapedText(String) - Method in class com.atlassian.crowd.util.I18nHelperImpl
Get the raw property value, complete with {0}'s.
getUnescapedText(Locale, String) - Method in class com.atlassian.crowd.util.I18nHelperImpl
 
getUnremovedGroups() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getUnsafeAdminGroups(String, long, List<String>) - Method in class com.atlassian.crowd.util.AdminGroupChecker
 
getUnsubscribedDirectories() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getUnsubscribedDirectoriesID() - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
getUnsubscribedGroup() - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
getUnsubscribedGroup() - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
getUnsubscribedGroups() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
getUnsubscribedGroups() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getUnsubscribedGroups() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getUnsubscribedGroupsForDirectory(Long) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
getUpdatedDate() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getUpdatedDate() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
getUpdatedDate() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns the date the directory was last modified.
getUpdatedDate() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getUpdatedDate() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getUpdatedDate() - Method in interface com.atlassian.crowd.model.application.Application
Returns the date the application was last updated.
getUpdatedDate() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getUpdatedDate() - Method in class com.atlassian.crowd.model.InternalEntity
 
getUpdatedDate() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
getUpdatedDate() - Method in interface com.atlassian.crowd.model.TimestampedEntity
Returns the date the entity was last updated.
getUpdatedDate() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
getUpdatedDate() - Method in class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
getUpdatedDate() - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
getUpdatedDate() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getUpgradeTasks() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
getUri() - Method in class com.atlassian.crowd.manager.avatar.AvatarReference.UriAvatarReference
 
getUrl() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getURL() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUrl() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
getURL() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getUrl() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
getUrl() - Method in class com.atlassian.crowd.openid.server.model.site.Site
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.CreateDelegatedAuthenticationDirectoryPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.CreateDirectoryConnectorPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.CrowdConsole
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.CrowdLoginPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.DirectoryBrowserPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.LogoutPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.RemoveDirectoryPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.RestoreFromXMLPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.ViewApplicationDirectoriesPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.ViewConnectorPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.ViewDelegatedDirectoryPage
 
getUrl() - Method in class com.atlassian.crowd.pageobjects.ViewProfilePage
 
getURL(String) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginClassTemplateLoader
 
getUrls() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
getUsedMemory() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
getUsedMemory() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
getUsedMemory() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
getUser() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getUser() - Method in class com.atlassian.crowd.directory.ldap.name.SearchDN
Returns a Name representing the DN to search beneath for users.
getUser(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns the user that matches the supplied name.
getUser() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
getUser(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
getUser() - Method in class com.atlassian.crowd.event.login.RequestResetPasswordEvent
 
getUser() - Method in class com.atlassian.crowd.event.login.RequestUsernamesEvent
 
getUser() - Method in class com.atlassian.crowd.event.user.UserAuthenticatedEvent
 
getUser() - Method in class com.atlassian.crowd.event.user.UserCreatedEvent
 
getUser() - Method in class com.atlassian.crowd.event.user.UserUpdatedEvent
 
getUser() - Method in exception com.atlassian.crowd.exception.InvalidUserException
 
getUser() - Method in exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
getUser(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
getUser(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Attempts to retrieve the currently authenticated User from the request.
getUser(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
getUser() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getUser() - Method in class com.atlassian.crowd.integration.rest.entity.UserEventEntity
 
getUser(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getUser(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
 
getUser() - Method in interface com.atlassian.crowd.model.authentication.Session
 
getUser() - Method in class com.atlassian.crowd.model.event.UserEvent
 
getUser() - Method in class com.atlassian.crowd.model.user.InternalUserAttribute
 
getUser() - Method in class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
getUser() - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
getUser() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
getUser(User, Locale) - Method in interface com.atlassian.crowd.openid.server.manager.user.UserManager
Retrieves or creates a User from the database matching the name of the supplied principal.
getUser(User, Locale) - Method in class com.atlassian.crowd.openid.server.manager.user.UserManagerGeneric
 
getUser() - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
getUser() - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
getUser() - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
getUser() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getUser(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Retrieves the user.
getUser() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
getUser() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
getUser(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the SOAPPrincipal representing userName, or null if it's not in the cache.
getUser(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getUser(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
getUser(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Gets a User by user name.
getUser(String) - Method in interface com.atlassian.crowd.service.UserManager
Given a userName, fetches the user's details, either from cache or from the Crowd server.
getUserActiveFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.ActiveDirectoryUserAttributesMapper
 
getUserActiveFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getUserAndAttributesFromXml(Element, Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.UserMapper
 
getUserAttributes() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
getUserAttributes(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Retrieves the user attributes.
getUserAttributesFromXml(Element, InternalUser) - Method in class com.atlassian.crowd.migration.UserMapper
 
getUserAuthenticationContext(HttpServletRequest, String, String, ClientProperties) - Method in interface com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelper
Returns the user authentication context from a request.
getUserAuthenticationContext(HttpServletRequest, String, String, ClientProperties) - Method in class com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelperImpl
 
getUserAvatar(Application, String, int) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
getUserAvatar(Application, String, int) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Gets an avatar for this user, if one is available.
getUserAvatar(Application, String, int) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
getUserAvatar(User, int) - Method in interface com.atlassian.crowd.manager.avatar.AvatarProvider
Gets a URL for an avatar based on the information in this User, if one is available.
getUserAvatar(User, int) - Method in class com.atlassian.crowd.manager.avatar.WebServiceAvatarProvider
 
getUserAvatarByName(String, int) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getUserAvatarByName(String, int) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getUserAvatarByName(String, int) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getUserAvatarByName(String, int) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Return an avatar, if available, for the named user.
getUserAvatarByName(String, int) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getUserAvatarByName(long, String, int) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Return an avatar, if available, for the named user in the specified directory.
getUserAvatarByName(long, String, int) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
getUserAvatarByName(String, int) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getUserAvatarLink(Application, String, int) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
getUserAvatarLink(Application, String, int) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Gets a URL for an avatar for this user, if one is available.
getUserAvatarLink(Application, String, int) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
getUserById(URI) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
 
getUserByKey(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getUserByKey(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Gets a User by key.
getUserContextMapper() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getUserContextMapper() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Returns a ContextMapper that can transform a Context into a User.
getUserCount(long) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
getUserCount() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getUserCount() - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
getUserCount() - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
getUserCount() - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Return number of users found in this directory.
getUserCount() - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
Counts users in directory cache.
getUserCount(long) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Return number of users in given directory.
getUserCredentialsHistorySQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getUserCredentialsHistorySQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getUserCredentialsHistorySQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getUserCredentialsHistorySQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
 
getUserCredentialsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getUserCredentialsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getUserCredentialsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getUserDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
getUserDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
getUserDao() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
getUserDisplayNameAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserDisplayNameAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserDisplayNameAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserDisplayNameAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserDisplayNameFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getUserDN() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserDN() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getUserDNaddition() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserDNaddition() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserEmailAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserEmailAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserEmailFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getUserEncryptionMethod() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserEncryptionMethod() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getUserEncryptionMethod() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getUserEncryptionMethod() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
getUserEncryptionMethod() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getUserEncryptionMethod() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserEncryptionMethod() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserEncryptionMethods() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserEncryptionMethods() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
getUserEncryptionMethods() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
getUserEncryptionMethods() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
getUserExternalIdAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserExternalIdAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserFilter() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserFilter() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserFirstnameAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserFirstnameAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserFirstNameAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserFirstNameAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserFirstNameFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getUserFromToken(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
Note: the lookup is not currently cached - it will always hit the server.
getUserFromToken(String) - Method in interface com.atlassian.crowd.service.UserManager
Given an authentication token, retrieves the user associated with it.
getUserFromXml(Element) - Method in class com.atlassian.crowd.migration.UserMapper
 
getUserGroupMemberAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserGroupMemberAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserGroupMembershipsAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserGroupMembershipsAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserHeaderRow() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getUserImportCount() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getUserImportResults() - Method in class com.atlassian.crowd.migration.legacy.LegacyImportDataHolder
 
getUserLastnameAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserLastnameAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserLastNameAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserLastNameAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserLastNameFromAttribute(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getUserMailAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserMailAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Split out so implementations can be overridden by subclasses.
getUserManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getUserMappingConfiguration() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getUserMappingOptions() - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
getUserMembersOfGroup() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of users that are members of a group in a particular directory.
getUserModificationItems(User, LDAPUserWithAttributes) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
getUserModificationItems(User, LDAPUserWithAttributes) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getUserName() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getUsername() - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
Get username from the session attributes.
getUsername() - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
getUsername() - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
getUsername() - Method in class com.atlassian.crowd.console.action.License
 
getUsername() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getUsername() - Method in class com.atlassian.crowd.console.action.ResetPassword
 
getUsername() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getUsername() - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
getUsername() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUsername() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUsername() - Method in class com.atlassian.crowd.event.recovery.RecoveryModeActivatedEvent
 
getUsername() - Method in class com.atlassian.crowd.event.role.RoleMembershipCreatedEvent
 
getUsername() - Method in class com.atlassian.crowd.event.role.RoleMembershipDeletedEvent
 
getUsername() - Method in class com.atlassian.crowd.event.user.UserAuthenticationFailedInvalidAuthenticationEvent
 
getUsername() - Method in class com.atlassian.crowd.event.user.UserCredentialUpdatedEvent
 
getUsername() - Method in class com.atlassian.crowd.event.user.UserDeletedEvent
 
getUserName() - Method in exception com.atlassian.crowd.exception.runtime.UserNotFoundException
 
getUserName() - Method in exception com.atlassian.crowd.exception.UserAlreadyExistsException
 
getUserName() - Method in exception com.atlassian.crowd.exception.UserNotFoundException
Returns the name of the user that could not be found.
getUsername() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
getUserName() - Method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
getUsername() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Returns the username used to authenticate the user.
getUsername() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Returns the username used to authenticate the user.
getUsername() - Method in exception com.atlassian.crowd.manager.application.AliasAlreadyInUseException
 
getUsername() - Method in class com.atlassian.crowd.model.event.AliasEvent
 
getUsername() - Method in interface com.atlassian.crowd.model.token.ExpirableUserToken
A username that can be associated with the token.
getUsername() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
getUsername() - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
getUsername() - Method in class com.atlassian.crowd.openid.server.action.Login
 
getUsername() - Method in class com.atlassian.crowd.openid.server.model.user.User
 
getUserName() - Method in class com.atlassian.crowd.plugin.rest.entity.AuthenticationContextEntity
 
getUsername() - Method in class com.atlassian.crowd.security.demo.action.Login
 
getUserName(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the username in correct case if it exists in the cache, null otherwise.
getUserName(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getUsername() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getUserNameAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserNameAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserNameAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserNameAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUsernameForAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
getUsernameForAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
 
getUsernameFromAttributes(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
getUserNameRdnAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserNameRdnAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserNameRdnAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserNameRdnAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUsernames() - Method in class com.atlassian.crowd.event.login.RequestUsernamesEvent
 
getUserNames() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getUserNames() - Method in class com.atlassian.crowd.model.group.ImmutableMembership
 
getUserNames() - Method in interface com.atlassian.crowd.model.group.Membership
 
getUserNonMembersOfGroup() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of users that are not members of a group in a particular directory.
getUserObjectClass() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserObjectClass() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserObjectClass() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserObjectClass() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserObjectFilter() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserObjectFilter() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserPasswordAttr() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
getUserPasswordAttr() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
getUserPasswordAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
getUserPasswordAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
getUserProfile(String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
getUserProfile(UserKey) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
getUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
getUsers() - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
getUsers() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getUsers() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getUsersAlreadyExist() - Method in class com.atlassian.crowd.importer.model.Result
 
getUserSampleRow() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
getUserSettings(String) - Method in class com.atlassian.sal.crowd.usersettings.CrowdUserSettingsService
 
getUserSettings(UserKey) - Method in class com.atlassian.sal.crowd.usersettings.CrowdUserSettingsService
 
getUsersExcluding() - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
Generates a collection of users in a directory, removing users that are specified as exclusions.
getUsersFailedImport() - Method in class com.atlassian.crowd.importer.model.Result
 
getUsersImported() - Method in class com.atlassian.crowd.importer.model.Result
 
getUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getUsersOfGroup(String, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for users who are direct members of a group.
getUsersToAddAndUpdate(Collection<? extends User>, Date) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
Returns the users that need to be added or updated given the list of all remote users.
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns the user that matches the supplied name.
getUserWithAttributes(String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
getUserWithAttributes(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the SOAPPrincipal with Attributes representing userName, or null if it's not in the cache.
getUserWithAttributes(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getUserWithAttributes(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Gets a User with Attributes by user name.
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.service.UserManager
Given a userName, fetches the user's details and their associated attributes, either from cache or from the Crowd server.
getUseSSL() - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
getUseSSL() - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
getUseSSL() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
getUsnChanged() - Method in class com.atlassian.crowd.model.Tombstone
 
getValidationFactorExtractor() - Method in interface com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelper
Returns the ValidationFactor extractor.
getValidationFactorExtractor() - Method in class com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelperImpl
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Gets the authenticating validation factors.
getValidationFactors(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieves validation factors from the request: Remote Address: the source IP address of the HTTP request. Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address).
getValidationFactors(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getValidationFactors(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.util.CrowdHttpValidationFactorExtractor
Retrieves validation factors from the request: Remote Address: the source IP address of the HTTP request. Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address).
getValidationFactors(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.util.CrowdHttpValidationFactorExtractorImpl
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntityList
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationDetails
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationDetails
 
getValidationFactors() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
Gets the authenticating validation factors.
getValidationFactors() - Method in class com.atlassian.crowd.plugin.rest.entity.AuthenticationContextEntity
 
getValidationFactors() - Method in class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntityList
 
getValue() - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
getValue() - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
getValue() - Method in class com.atlassian.crowd.core.tiny.PairType
 
getValue(String) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getValue(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getValue(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getValue(String) - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
getValue(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getValue(String) - Method in class com.atlassian.crowd.directory.MultiValuedAttributeValuesHolder
 
getValue(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getValue(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getValue(String) - Method in interface com.atlassian.crowd.embedded.api.Attributes
Returns any value associated with the given key, returns null if there is no value.
getValue(String) - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
getValue(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableAttributes
 
getValue(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getValue() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Gets the value.
getValue(String) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getValue(String) - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
getValue() - Method in class com.atlassian.crowd.integration.rest.entity.PasswordEntity
 
getValue() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity
 
getValue(String) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getValue() - Method in class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntity
 
getValue() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
getValue(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getValue(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getValue(String) - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getValue() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
Gets the value.
getValue(String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getValue(String) - Method in class com.atlassian.crowd.model.EntityWithAttributes
 
getValue(String) - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
getValue(String) - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getValue() - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
getValue() - Method in class com.atlassian.crowd.model.property.Property
 
getValue(String) - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getValue(String) - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
getValue() - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
getValue() - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.PasswordEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyRestrictionEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
Returns the value of the remote address.
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntity
 
getValue() - Method in interface com.atlassian.crowd.search.query.entity.restriction.PropertyRestriction
Returns the value to match against the property.
getValue() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
getValueFromAttributes(String, Attributes) - Static method in class com.atlassian.crowd.directory.ldap.util.DirectoryAttributeRetriever
Retrieves the first value from the collection of attributes for the supplied name directoryAttributeName.
getValueFromExternalIdAttribute(String, Attributes) - Static method in class com.atlassian.crowd.directory.ldap.util.DirectoryAttributeRetriever
Retrieves the first value from the collection of attributes for the supplied name externalIdAttribute.
getValues(String) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
getValues(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
getValues(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
getValues(String) - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
getValues(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
getValues(DirContextAdapter) - Method in interface com.atlassian.crowd.directory.ldap.mapper.attribute.AttributeMapper
Map the value of the key from the directory context.
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC2307MemberUidMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangedMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangeOffsetMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectGUIDMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectSIDMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.PrimaryGroupIdMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.RFC2307GidNumberMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.user.MemberOfOverlayMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlMapper
 
getValues(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.attribute.USNChangedMapper
 
getValues() - Method in class com.atlassian.crowd.directory.ldap.util.ListAttributeValueProcessor
 
getValues(String) - Method in class com.atlassian.crowd.directory.MultiValuedAttributeValuesHolder
 
getValues(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
getValues(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
getValues(String) - Method in interface com.atlassian.crowd.embedded.api.Attributes
Get all the values associated with a given key.
getValues(String) - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
getValues(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableAttributes
 
getValues(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
getValues(String) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getValues() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity
 
getValues(String) - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
getValues(String) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getValues() - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
getValues(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
getValues(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getValues(String) - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getValues(String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
getValues(String) - Method in class com.atlassian.crowd.model.EntityWithAttributes
 
getValues(String) - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
getValues(String) - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
getValues(String) - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
getValues(String) - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
getValues() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
 
getVerifyGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getVerifyGroupsSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getVerifyGroupsSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getVerifyRolesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.GenericLegacyTableQueries
 
getVerifyRolesSQL() - Method in interface com.atlassian.crowd.migration.legacy.database.sql.LegacyTableQueries
 
getVerifyRolesSQL() - Method in class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
getVersion() - Method in class com.atlassian.crowd.plugin.CrowdApplication
 
getVersion() - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
getVersion() - Static method in class com.atlassian.crowd.util.build.BuildUtils
Build Version
getVersion() - Method in class com.atlassian.sal.crowd.ClientPropertiesBasedApplicationProperties
 
getViolatedConstraints() - Method in exception com.atlassian.crowd.exception.InvalidCredentialException
 
getWadl(WadlApplicationContext, UriInfo) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AppManagementWadlResource
 
getWadl(WadlApplicationContext, UriInfo) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UserManagementWadlResource
 
getWebFragmentsContextMap() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getWebFragmentsContextMap() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getWebhook(long) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getWebhook(Long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
getWebhook(long) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Retrieves a Webhook endpoint URL.
getWebhooks() - Method in interface com.atlassian.crowd.model.application.Application
Returns the Webhooks associated to the application.
getWebhooks() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
getWebhooks() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
getWebInterfaceManager() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getWebItemsForApplication() - Method in class com.atlassian.crowd.console.action.ApplicationBaseAction
Gets a list of web-items that should be used as tabs in the view of an application.
getWebItemsForApplication() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
getWebItemsForSection(String) - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getWebItemsForSection(String) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getWebResource(String, String, URI) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the WebResource with the specified URI.
getWebResource(String, String, URI) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Returns the WebResource with the specified URI.
getWebResource(URI) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Returns the WebResource with the specified URI, retrieved anonymously.
getWebResourceManager() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getWebSectionsForLocation(String) - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getWebSectionsForLocation(String) - Method in class com.atlassian.crowd.console.action.BaseAction
 
getWebSectionsForLocationAndSection(String, String) - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
getWebSudoBanner() - Method in class com.atlassian.crowd.pageobjects.CrowdHeader
 
getXML(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
getXML(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
getXmlInstallValue() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
getXmlMigrationManager() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
getXsrfParameterName() - Method in class com.atlassian.sal.crowd.xsrf.CrowdXsrfTokenValidator
 
getXsrfToken() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getXsrfToken() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
getXsrfToken(HttpServletRequest, HttpServletResponse, boolean) - Method in class com.atlassian.sal.crowd.xsrf.CrowdXsrfTokenAccessor
 
getXsrfTokenName() - Method in class com.atlassian.crowd.console.action.BaseAction
 
getXsrfTokenName() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
getXsrfTokenName() - Method in class com.atlassian.crowd.xwork.SimpleXsrfTokenGenerator
 
getXsrfTokenName() - Method in interface com.atlassian.crowd.xwork.XsrfTokenGenerator
Convenience method which will return the name to be used for a supplied XsrfToken in a request.
getYears() - Static method in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
GLOBAL_PLUGIN_STATE_PREFIX - Static variable in class com.atlassian.crowd.plugin.CrowdPluginPersistentStateStore
 
gotoAddApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoAddGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoAddPrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoAdministrationPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBackup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowseApplications() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowseDirectories() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowseGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowseGroups(int) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowsePrincipals() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowsePrincipals(int) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoBrowsePrincipalsLotsOfResultsPerPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.LargeCsvImporterTest
 
gotoCreateDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoCrowdApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
gotoCurrentApplicationSessions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoCurrentPrincipalSessions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoDirectories() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
gotoGeneral() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoGoogleApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
gotoHome() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
gotoImporters() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
goToImportUsersCSV() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
gotoLdapConnectionPool() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoLicensing() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoLoggingProfiling() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoMailServer() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoMailTemplate() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoRemovePrincipal(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoRestore() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoRestore() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
gotoSAMLConfig() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoSessionConfig() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoSystemInfo() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoTrustedProxies() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoViewApplication(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoViewApplicationDirectories(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoViewGroup(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoViewGroup(String, String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
gotoViewPrincipal(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
gotoViewRole(String, String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
gotoViewUser(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
gotoViewUser(String, String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
grant(InternalGrantedPermission) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Grant the explicit permission to the group.
grant(InternalGrantedPermission) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
GrantedPermissionMapper - Class in com.atlassian.crowd.migration
 
GrantedPermissionMapper(SessionFactory, BatchProcessor, UserPermissionDAOHibernate, ApplicationManager) - Constructor for class com.atlassian.crowd.migration.GrantedPermissionMapper
 
greaterThan(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
Returns a property restriction that is only satisfied if the value of the property is greater than the given value.
group - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
Group - Interface in com.atlassian.crowd.embedded.api
Represents a group.
Group - Interface in com.atlassian.crowd.model.group
Represents a group.
group(GroupType) - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
group() - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
group() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
group(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
A matcher that matches any group; synonymous with CrowdMatchers.group() but its argument is used to set the matcher type.
group() - Static method in class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
A matcher that matches any directoryGroup.
group(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
A matcher that matches any directoryGroup; synonymous with DirectoryGroupMatcher.group() but its argument is used to set the matcher type.
group() - Static method in class com.atlassian.crowd.test.matchers.GroupMatcher
A matcher that matches any group.
group(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.GroupMatcher
A matcher that matches any group; synonymous with GroupMatcher.group() but its argument is used to set the matcher type.
group() - Static method in class com.atlassian.crowd.test.matchers.PermittedGroupMatcher
A matcher that matches any directoryGroup.
group(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.PermittedGroupMatcher
A matcher that matches any directoryGroup; synonymous with PermittedGroupMatcher.group() but its argument is used to set the matcher type.
GROUP_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_ATTRIBUTES_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
Name of the attributes field.
GROUP_COMPARATOR - Static variable in class com.atlassian.crowd.embedded.api.GroupComparator
 
GROUP_COMPARATOR - Static variable in class com.atlassian.crowd.model.group.GroupComparator
Singleton instance of Comparator<Group>
GROUP_DESCRIPTION_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP group description attribute.
GROUP_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_DN - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_DN_ADDITION - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP group base dn.
GROUP_LDAP_PROPERTIES - Static variable in class com.atlassian.crowd.directory.ldap.QueryAnalyser
 
GROUP_LIST_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
Name of the group list field.
GROUP_MAPPING_TO_DIRECTORY_GROUP_FUNCTION - Static variable in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
GROUP_NAME - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
GROUP_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_NAME_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP group name attribute.
GROUP_NONE - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
GROUP_OBJECTCLASS_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP group object class.
GROUP_OBJECTFILTER_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP group object class.
GROUP_POPULATE_DIRECT_SUBGROUPS - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_POPULATE_MEMBERSHIPS - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_PREFIX - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
GROUP_PRINCIPAL_MEMBER - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_USERNAME - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
GROUP_USERNAMES_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP group membership attribute.
GROUP_XML_ROOT - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
GroupAttributeDeletedEvent - Class in com.atlassian.crowd.event.group
An Event that represents the deletion of an attibute against a Group
GroupAttributeDeletedEvent(Object, Directory, Group, String) - Constructor for class com.atlassian.crowd.event.group.GroupAttributeDeletedEvent
 
GroupAttributeStoredEvent - Class in com.atlassian.crowd.event.group
An Event that represents the creation of a atrributes against a Group
GroupAttributeStoredEvent(Object, Directory, Group, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.event.group.GroupAttributeStoredEvent
 
GroupComparator - Class in com.atlassian.crowd.embedded.api
Comparator for a Group.
GroupComparator - Class in com.atlassian.crowd.model.group
Supplies re-useable methods for equals, hashcode and compareTo that can be shared with different implementations of Group in order to be compatible.
GroupContextMapper - Class in com.atlassian.crowd.directory.ldap.mapper
Translates information returned from an LDAP directory into a LDAPGroupWithAttributes implementation of Group.
GroupContextMapper(long, GroupType, LDAPPropertiesMapper, List<AttributeMapper>) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
 
groupCount() - Method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController.PreparedResponse
 
GroupCreatedEvent - Class in com.atlassian.crowd.event.group
An Event that represents the creation of a Group
GroupCreatedEvent(Object, Directory, Group) - Constructor for class com.atlassian.crowd.event.group.GroupCreatedEvent
 
groupDao - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
GroupDao - Interface in com.atlassian.crowd.embedded.spi
 
GroupDaoCRUDTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.group
Integration tests for the CRUD operations of GroupDao.
GroupDaoCRUDTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
GroupDAOHibernate - Class in com.atlassian.crowd.dao.group
 
GroupDAOHibernate() - Constructor for class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
GroupDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.group
This class tests GroupDAOHibernate beyond the implementation of the GroupDao interface.
GroupDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
GroupDaoSearchTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.group
Integration tests for the search operations of GroupDao.
GroupDaoSearchTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
GroupData(UserPermission, String, Long, String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest.GroupData
 
GroupDeletedEvent - Class in com.atlassian.crowd.event.group
An Event that represents the removal of a Group
GroupDeletedEvent(Object, Directory, String) - Constructor for class com.atlassian.crowd.event.group.GroupDeletedEvent
 
GroupEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a Group entity.
GroupEntity(String, String, GroupType, boolean) - Constructor for class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
GroupEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a Group entity.
GroupEntity(String, String, GroupType, Boolean, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
GroupEntityExpander - Class in com.atlassian.crowd.plugin.rest.entity
Expands a GroupEntity from its minimal form to the expanded version.
GroupEntityExpander(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupEntityExpander
 
GroupEntityList - Class in com.atlassian.crowd.integration.rest.entity
Contains a list of GroupEntitys.
GroupEntityList(List<GroupEntity>) - Constructor for class com.atlassian.crowd.integration.rest.entity.GroupEntityList
 
GroupEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of GroupEntitys.
GroupEntityList(List<GroupEntity>) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
GroupEntityUtil - Class in com.atlassian.crowd.plugin.rest.util
Utility class for GroupEntity.
GroupEvent - Class in com.atlassian.crowd.model.event
 
GroupEvent(Operation, Directory, Group, Map<String, Set<String>>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.GroupEvent
 
GroupEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
GroupEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
GroupEventEntity(Operation, GroupEntity, MultiValuedAttributeEntityList, MultiValuedAttributeEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupEventEntity
 
GroupGroupPickerAddTest - Class in com.atlassian.crowd.selenium.tests.console
 
GroupGroupPickerAddTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
 
GroupGroupPickerRemoveTest - Class in com.atlassian.crowd.selenium.tests.console
 
GroupGroupPickerRemoveTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
groupImportCount - Variable in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
GroupManager - Interface in com.atlassian.crowd.service
Methods related to operations on groups, but not on their users.
GroupMapper - Class in com.atlassian.crowd.importer.mappers.csv
GroupMapper that will map a row of data, eg.
GroupMapper(Long, OrderedBidiMap) - Constructor for class com.atlassian.crowd.importer.mappers.csv.GroupMapper
 
GroupMapper - Class in com.atlassian.crowd.importer.mappers.jdbc
Will map a row from a JDBC ResultSet to a Group
GroupMapper(String, String, Long) - Constructor for class com.atlassian.crowd.importer.mappers.jdbc.GroupMapper
 
GroupMapper - Class in com.atlassian.crowd.migration
This mapper will handle the mapping of a Group.
GroupMapper(SessionFactory, BatchProcessor, GroupDAOHibernate, DirectoryDAOHibernate, DirectoryManager) - Constructor for class com.atlassian.crowd.migration.GroupMapper
 
GroupMapper - Class in com.atlassian.crowd.migration.legacy.database
 
GroupMapper(SessionFactory, BatchProcessor, JdbcOperations, GroupDAOHibernate, MembershipDAOHibernate, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.database.GroupMapper
 
GroupMapper - Class in com.atlassian.crowd.migration.legacy
 
GroupMapper(SessionFactory, BatchProcessor, GroupDAOHibernate, MembershipDAOHibernate, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.GroupMapper
 
GroupMapping - Class in com.atlassian.crowd.model.application
 
GroupMapping() - Constructor for class com.atlassian.crowd.model.application.GroupMapping
 
GroupMapping(Long, DirectoryMapping, String) - Constructor for class com.atlassian.crowd.model.application.GroupMapping
Constructs a new GroupMapping with the specified group mapping ID.
GroupMapping(DirectoryMapping, String) - Constructor for class com.atlassian.crowd.model.application.GroupMapping
Constructs a new GroupMapping.
GroupMapping.COMPARATOR - Class in com.atlassian.crowd.model.application
 
GroupMappingComparator - Class in com.atlassian.crowd.model.application
 
GroupMappingComparator() - Constructor for class com.atlassian.crowd.model.application.GroupMappingComparator
 
GroupMatcher<E extends Group> - Class in com.atlassian.crowd.test.matchers
 
GroupMatcher(Matcher<String>, Matcher<Boolean>, Matcher<Long>) - Constructor for class com.atlassian.crowd.test.matchers.GroupMatcher
 
GroupMembershipCreatedEvent - Class in com.atlassian.crowd.event.group
An Event that represents the creation of a Principal/Child Group to Group membership
GroupMembershipCreatedEvent(Object, Directory, String, String, MembershipType) - Constructor for class com.atlassian.crowd.event.group.GroupMembershipCreatedEvent
 
GroupMembershipDeletedEvent - Class in com.atlassian.crowd.event.group
An Event that represents the deletion of a Group + Principal membership
GroupMembershipDeletedEvent(Object, Directory, String, String, MembershipType) - Constructor for class com.atlassian.crowd.event.group.GroupMembershipDeletedEvent
 
GroupMembershipEvent - Class in com.atlassian.crowd.model.event
 
GroupMembershipEvent(Operation, Directory, String, String) - Constructor for class com.atlassian.crowd.model.event.GroupMembershipEvent
 
GroupMembershipEvent(Operation, Directory, String, Set<String>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.GroupMembershipEvent
 
GroupMembershipEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
GroupMembershipEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
GroupMembershipEventEntity(Operation, GroupEntity, GroupEntityList, GroupEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupMembershipEventEntity
 
GroupMembershipManager - Interface in com.atlassian.crowd.service
This interface allows applications to query relationships between users and groups.
GroupMembershipQuery<T> - Class in com.atlassian.crowd.search.query.membership
 
GroupMembershipQuery(Class<T>, boolean, EntityDescriptor, String, EntityDescriptor, int, int) - Constructor for class com.atlassian.crowd.search.query.membership.GroupMembershipQuery
GroupMembershipQuery(Class<T>, boolean, EntityDescriptor, EntityDescriptor, int, int, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.query.membership.GroupMembershipQuery
 
GroupMembersOfGroupQuery<T> - Class in com.atlassian.crowd.search.query.membership
 
GroupMembersOfGroupQuery(Class<T>, boolean, EntityDescriptor, String, EntityDescriptor, int, int) - Constructor for class com.atlassian.crowd.search.query.membership.GroupMembersOfGroupQuery
GroupMembersOfGroupQuery(Class<T>, boolean, EntityDescriptor, EntityDescriptor, int, int, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.query.membership.GroupMembersOfGroupQuery
 
groupName - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
groupNamed(String) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
groupNamed(String) - Static method in class com.atlassian.crowd.test.matchers.GroupMatcher
A matcher that matches a group with the given name.
GroupNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when the specified group could not be found.
GroupNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.GroupNotFoundException
 
GroupNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.GroupNotFoundException
 
GroupNotFoundException - Exception in com.atlassian.crowd.exception.runtime
Thrown when the specified group could not be found.
GroupNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
 
GroupNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
 
GroupNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
GroupNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.GroupNotFoundExceptionMapper
 
GroupQuery<T> - Class in com.atlassian.crowd.search.query.entity
 
GroupQuery(Class<T>, GroupType, SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.GroupQuery
 
Groups - Class in com.atlassian.crowd.model.group
Utility class for Group
GROUPS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
GROUPS_TO_NAMES - Static variable in class com.atlassian.crowd.directory.DirectoryMembershipsIterable
Deprecated.
GroupsController - Class in com.atlassian.crowd.plugin.rest.service.controller
Controller for the Group resource.
GroupsController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
 
GroupsResource - Class in com.atlassian.crowd.plugin.rest.service.resource
 
GroupsResource(GroupsController, MembershipsController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
GroupsResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Note that this test class is reused in JIRA via inheritance.
GroupsResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Constructs a test case with the given name.
GroupsResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Constructs a test case with the given name, using the given RestServer.
GroupTemplate - Class in com.atlassian.crowd.model.group
A publicly mutable Group implementation.
GroupTemplate(String, long, GroupType) - Constructor for class com.atlassian.crowd.model.group.GroupTemplate
Build a template for a new group.
GroupTemplate(String) - Constructor for class com.atlassian.crowd.model.group.GroupTemplate
 
GroupTemplate(String, long) - Constructor for class com.atlassian.crowd.model.group.GroupTemplate
Contructor that defaults the GroupType to GroupType.GROUP
GroupTemplate(Group) - Constructor for class com.atlassian.crowd.model.group.GroupTemplate
Build a template from an existing group.
GroupTemplateWithAttributes - Class in com.atlassian.crowd.model.group
Mutable group template with mutable attributes.
GroupTemplateWithAttributes(String, long, GroupType) - Constructor for class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
GroupTemplateWithAttributes(GroupWithAttributes) - Constructor for class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
Creates new GroupTemplateWithAttributes based on the given group and attributes.
GroupTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
Represents attributes of a group.
groupType - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
groupType - Variable in class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
 
GroupType - Enum in com.atlassian.crowd.model.group
Represents the type of a Group: GROUP: group used to determine authorisation. LEGACY_ROLE: group representing pre-Crowd 2.0 "Role".
GroupUpdatedEvent - Class in com.atlassian.crowd.event.group
An Event that represents the updating of a Group
GroupUpdatedEvent(Object, Directory, Group) - Constructor for class com.atlassian.crowd.event.group.GroupUpdatedEvent
 
GroupUserPickerAddTest - Class in com.atlassian.crowd.selenium.tests.console
 
GroupUserPickerAddTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
 
GroupUserPickerRemoveTest - Class in com.atlassian.crowd.selenium.tests.console
 
GroupUserPickerRemoveTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
GroupWithAttributes - Interface in com.atlassian.crowd.embedded.api
Represents a group with attributes.
GroupWithAttributes - Interface in com.atlassian.crowd.model.group
Represents a group with attributes.
GT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
GT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
GT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
GuidHelper - Class in com.atlassian.crowd.directory.ldap.util
Util for GUID (externalId) transformations
GuidHelper() - Constructor for class com.atlassian.crowd.directory.ldap.util.GuidHelper
 
GZIP_ENABLED - Static variable in class com.atlassian.crowd.model.property.Property
Deprecated.
GzipFilterOptionTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
This tests checks the headers of the response when the client has Accept-Encoding: gzip.
GzipFilterOptionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.GzipFilterOptionTest
 

H

handle(ClientRequest) - Method in class com.atlassian.crowd.acceptance.tests.rest.BasicAuthFilter
 
handleEvent(UserAuthenticatedEvent) - Method in class com.atlassian.crowd.core.event.listener.AutoGroupAdderListener
 
handleEvent(UserAuthenticationSucceededEvent) - Method in class com.atlassian.crowd.core.event.listener.AutoGroupAdderListener
 
handleEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
handleEvent(XMLRestoreFinishedEvent) - Method in class com.atlassian.crowd.directory.loader.CacheableDirectoryInstanceLoader
 
handleEvent(ApplicationReadyEvent) - Method in class com.atlassian.crowd.embedded.directory.LdapConnectionPoolInitialisationListener
 
handleEvent(AllPasswordsExpiredEvent) - Method in class com.atlassian.crowd.event.listener.AllPasswordsExpiredListener
 
handleEvent(ApplicationRemoteAddressAddedEvent) - Method in class com.atlassian.crowd.event.listener.ApplicationRemoteAddressListener
 
handleEvent(ApplicationRemoteAddressRemovedEvent) - Method in class com.atlassian.crowd.event.listener.ApplicationRemoteAddressListener
 
handleEvent(LicenseResourceLimitEvent) - Method in class com.atlassian.crowd.event.listener.LicenseResourceLimitListener
 
handleEvent(UserCredentialUpdatedEvent) - Method in class com.atlassian.crowd.event.listener.RemoveUserSessionWhenCredentialUpdatedListener
 
handleEvent(UserEditedEvent) - Method in class com.atlassian.crowd.event.listener.RemoveUserSessionWhenEditedListener
 
handleEvent(RequestResetPasswordEvent) - Method in class com.atlassian.crowd.event.listener.RequestResetPasswordListener
 
handleEvent(RequestUsernamesEvent) - Method in class com.atlassian.crowd.event.listener.RequestUsernamesListener
 
handleEvent(ApplicationReadyEvent) - Method in class com.atlassian.crowd.event.listener.SetLdapConnectionSettingsListener
 
handleEvent(UserDeletedEvent) - Method in class com.atlassian.crowd.event.listener.UserDirectoryTokenRemovalListener
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.crowd.event.listener.UserDirectoryTokenRemovalListener
 
handleEvent(UserRenamedEvent) - Method in class com.atlassian.crowd.event.listener.UserDirectoryTokenRemovalListener
 
handleEvent(XWorkStateChangeEvent) - Method in class com.atlassian.crowd.event.listener.XWorkChangeListener
 
handleEvent(UserCreatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(UserUpdatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(UserDeletedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(GroupCreatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(GroupUpdatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(GroupDeletedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(GroupMembershipCreatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(GroupMembershipDeletedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(AliasEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(XMLRestoreFinishedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(ApplicationDirectoryAddedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(ApplicationDirectoryRemovedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(ApplicationDirectoryOrderUpdatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(ApplicationUpdatedEvent) - Method in class com.atlassian.crowd.event.StoringEventListener
 
handleEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserHelperImpl
Removes SynchronisableDirectoryProperties.IS_SYNCHRONISING attribute from the updated directory, so we can recognise when a directory requires initial synchronisation.
handleEvent(DirectoryUpdatedEvent) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
handleEvent(XMLRestoreFinishedEvent) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
handleEvent(DirectoryDeletedEvent) - Method in class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
handleEvent(XMLRestoreStartedEvent) - Method in class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
handleEvent(UserCredentialUpdatedEvent) - Method in class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
handleEvent(UserDeletedEvent) - Method in class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
handleEvent(UserRenamedEvent) - Method in class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
handleEvent(UserEditedEvent) - Method in class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
handleEvent(AutoUserUpdatedEvent) - Method in class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
handleEvent(ApplicationStartedEvent) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerSystemListener
On the application started event, switch to the correct token storage
handleEvent(XMLRestoreFinishedEvent) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerSystemListener
 
handleEvent(ApplicationStartedEvent) - Method in class com.atlassian.sal.crowd.lifecycle.ApplicationReadyListener
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.service.soap.SafeXmlXFireExporter
Process the incoming SOAP request and create a SOAP response.
handleSpecialParameters(HttpServletRequest, ActionMapping) - Method in class com.atlassian.crowd.xwork.CrowdActionMapper
 
hasAssocHandle() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
Returns true if the OpenID request has an association handle set.
hasAttributes() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
hasChanged(User, User) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
hasColumnFor(String) - Method in class com.atlassian.crowd.importer.mappers.csv.CsvMapper
 
hasEntry(Matcher<? super String>, Matcher<? super Set<String>>) - Method in class com.atlassian.crowd.test.matchers.AttributesMatcher
Builds a new specialised matcher that matches entities with at least an attribute that matches simultaneously the key and value matchers.
hasEntry(String, String) - Method in class com.atlassian.crowd.test.matchers.AttributesMatcher
Builds a new specialised matcher that matches entities with at least an attribute that has the given key and singleton value.
hasError() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
If the OpenID provider failed to authenticate the OpenID authentication request, hasError() will return true.
hasErrors() - Method in class com.atlassian.crowd.migration.legacy.LegacyXmlVerifier
 
hasErrors() - Method in class com.atlassian.crowd.migration.verify.DatabaseVerifier
Checks if there are any errors as a result of the verification
hasErrors() - Method in class com.atlassian.crowd.migration.verify.LegacyXmlVerifier
 
hasErrors() - Method in interface com.atlassian.crowd.migration.verify.Verifier
 
hasErrors() - Method in class com.atlassian.crowd.migration.verify.VersionMismatchVerifier
 
hasFailures() - Method in class com.atlassian.crowd.util.BatchResult
 
hashCode() - Method in class com.atlassian.crowd.core.tiny.PairType
 
hashCode() - Method in class com.atlassian.crowd.directory.cache.model.DualNameKey
 
hashCode() - Method in class com.atlassian.crowd.directory.cache.model.EntityIdentifier
 
hashCode() - Method in interface com.atlassian.crowd.embedded.api.Group
Implementations must produce a hash-code based on case-insensitive getName().
hashCode(Group) - Static method in class com.atlassian.crowd.embedded.api.GroupComparator
 
hashCode() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
hashCode() - Method in interface com.atlassian.crowd.embedded.api.User
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
hashCode(User) - Static method in class com.atlassian.crowd.embedded.api.UserComparator
 
hashCode() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.DelegatingGroupWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.ImmutableGroup
 
hashCode() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
hashCode() - Method in class com.atlassian.crowd.event.application.ApplicationUpdatedEvent
 
hashCode() - Method in class com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent
 
hashCode() - Method in class com.atlassian.crowd.event.DirectoryEvent
 
hashCode() - Method in class com.atlassian.crowd.event.login.RequestResetPasswordEvent
 
hashCode() - Method in class com.atlassian.crowd.event.login.RequestUsernamesEvent
 
hashCode() - Method in class com.atlassian.crowd.event.user.UserAuthenticatedEvent
 
hashCode() - Method in class com.atlassian.crowd.event.user.UserAuthenticationFailedInvalidAuthenticationEvent
 
hashCode() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
hashCode() - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
 
hashCode() - Method in class com.atlassian.crowd.integration.AuthenticationState
 
hashCode() - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
hashCode() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
hashCode() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
hashCode() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
hashCode() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
hashCode() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
hashCode() - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationDetails
 
hashCode() - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationDetails
 
hashCode() - Method in class com.atlassian.crowd.manager.license.LicenseResourceEntity
 
hashCode() - Method in class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
hashCode() - Method in class com.atlassian.crowd.manager.permission.PermittedGroupImpl
 
hashCode() - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper.EntityIdentifier
 
hashCode() - Method in class com.atlassian.crowd.model.alias.Alias
 
hashCode() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
hashCode() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
 
hashCode() - Method in class com.atlassian.crowd.model.application.GroupMapping
 
hashCode() - Method in class com.atlassian.crowd.model.application.RemoteAddress
 
hashCode() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
 
hashCode() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
 
hashCode() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
 
hashCode() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
 
hashCode() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
hashCode() - Method in interface com.atlassian.crowd.model.DirectoryEntity
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
hashCode() - Method in class com.atlassian.crowd.model.event.AliasEvent
 
hashCode() - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
hashCode(Group) - Static method in class com.atlassian.crowd.model.group.GroupComparator
 
hashCode() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
hashCode() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
hashCode() - Method in class com.atlassian.crowd.model.group.InternalGroupAttribute
 
hashCode() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.model.InternalEntity
 
hashCode() - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
hashCode() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
hashCode() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
hashCode() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
hashCode() - Method in class com.atlassian.crowd.model.property.Property
 
hashCode() - Method in class com.atlassian.crowd.model.property.PropertyId
 
hashCode() - Method in class com.atlassian.crowd.model.token.InternalExpirableUserToken
 
hashCode() - Method in class com.atlassian.crowd.model.token.Token
 
hashCode() - Method in class com.atlassian.crowd.model.token.TokenLifetime
 
hashCode() - Method in class com.atlassian.crowd.model.user.DelegatingUserWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
hashCode() - Method in class com.atlassian.crowd.model.user.InternalUser
 
hashCode() - Method in class com.atlassian.crowd.model.user.InternalUserAttribute
 
hashCode() - Method in class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
hashCode() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
hashCode() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
hashCode() - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestriction
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.site.Site
 
hashCode() - Method in class com.atlassian.crowd.openid.server.model.user.User
 
hashCode() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
 
hashCode() - Method in class com.atlassian.crowd.search.EntityDescriptor
 
hashCode() - Method in class com.atlassian.crowd.search.ldap.BitwiseFilter
 
hashCode() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.NullRestrictionImpl
 
hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
 
hashCode() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
hashCode() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
hashCode() - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
hashCode() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
hashCode() - Method in class com.atlassian.crowd.util.BoundedCount
 
hashCode() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
 
hasLeadingOrTrailingWhitespace(String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
 
hasMonitor(long) - Method in interface com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManager
Determines whether a directory is currently being monitored.
hasMonitor(long) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
hasMore() - Method in class com.atlassian.crowd.directory.ldap.util.IncrementalAttributeMapper
 
hasMore() - Method in class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
hasMoreElements() - Method in class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
hasOptionalAttributes() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
hasPermission(OperationType) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
hasPermission(Directory, OperationType) - Method in interface com.atlassian.crowd.manager.permission.PermissionManager
Determine whether a directory has the permission to perform a certain operation.
hasPermission(Application, Directory, OperationType) - Method in interface com.atlassian.crowd.manager.permission.PermissionManager
Determine whether an application has permission to execute a particular operation on a given directory.
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
 
hasPermission(String, UserPermission) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionService
Does the provided user have the provided permission.
hasPermission(String, UserPermission) - Method in class com.atlassian.crowd.manager.permission.UserPermissionServiceImpl
 
hasPermissionOutsideOfGroups(String, UserPermission, Collection<DirectoryGroup>) - Method in class com.atlassian.crowd.manager.permission.RecoveryModeAwareUserPermissionService
 
hasPermissionOutsideOfGroups(String, UserPermission, Collection<DirectoryGroup>) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionService
Does the provided user have the provided permission when not considering the provided groups.
hasPermissionOutsideOfGroups(String, UserPermission, Collection<DirectoryGroup>) - Method in class com.atlassian.crowd.manager.permission.UserPermissionServiceImpl
 
hasPoller(long) - Method in class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
hasPoller(long) - Method in interface com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerManager
Checks whether a DirectoryPoller is scheduled to poll a given directory.
hasProfile(Profile) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
hasProfileNamed(String) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
hasPublicSignup() - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
hasRemoteAddress(String) - Method in interface com.atlassian.crowd.model.application.Application
Returns true if the remote address is already in the list of allowable remote addresses for the application.
hasRemoteAddress(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
hasRemoteAddress(String) - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
hasRequiredAttributes() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
hasSubGroups - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
hasSysAdminRole(CrowdUserDetails) - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
hasSysAdminRole(CrowdUserDetails) - Method in class com.atlassian.crowd.console.action.BaseAction
 
hasUpdateGroupPermission() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
hasUpdateGroupPermission() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
hasUpdateProfilePermission() - Method in class com.atlassian.crowd.console.action.user.EditProfile
Check if the user belongs to a directory that has UPDATE_USER permission.
hasValidKeys() - Method in interface com.atlassian.crowd.plugin.saml.SAMLMessageManager
The SAMLMessageManager is ready to perform generate signatures if a valid key-pair has been loaded/generated.
hasValidKeys() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
HEAD - Static variable in class com.atlassian.crowd.plugin.DecoratorAttributes
 
headers - Variable in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
HealthCheckResourceTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
HealthCheckResourceTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.HealthCheckResourceTest
 
HEX_DIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
HEX_DIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
HEX_DIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
HEXDIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
HEXDIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
HEXDIGIT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
Hibernate4BatchFinder - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4
Hibernate 4 version of the BatchFinder.
Hibernate4BatchFinder(SessionFactory) - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchFinder
 
Hibernate4BatchProcessor - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4
The Hibernate 4 implementation of the batch processor runs each collection in a new session, and each batch in a separate transaction.
Hibernate4BatchProcessor(SessionFactory) - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
HibernateDao<T> - Class in com.atlassian.crowd.openid.server.model
 
HibernateDao() - Constructor for class com.atlassian.crowd.openid.server.model.HibernateDao
 
HibernateDao - Class in com.atlassian.crowd.util.persistence.hibernate
Generic persistence class for storing Hibernate persistence objects.
HibernateDao() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
HibernateOperation<S> - Interface in com.atlassian.crowd.util.persistence.hibernate.batch
Hibernate specific batch operation abstraction, shared between hibernate 2 (Confluence) and 4 (Crowd).
HibernateSearchResultsTransformer - Class in com.atlassian.crowd.search.hibernate
 
HibernateSearchResultsTransformer() - Constructor for class com.atlassian.crowd.search.hibernate.HibernateSearchResultsTransformer
 
HOST_PATH - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
hostAllowsCustomProducts() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
hostAllowsMultipleLicenses() - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
HostApplicationControl - Interface in com.atlassian.crowd.embedded.spi
Defines an interface that allows the host application to control the behaviour of the Crowd API.
HOUR_PROPERTY - Static variable in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
HQL_ALIAS_APPLICATION_ID - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_ALIAS_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_ALIAS_USERNAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_APPLICATION_ACTIVE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_APPLICATION_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_APPLICATION_TYPE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_ATTRIBUTE_ALIAS - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_ATTRIBUTE_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_ATTRIBUTE_VALUE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_CREATED_DATE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_DIRECTORY_ACTIVE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_DIRECTORY_IMPLEMENTATION_CLASS - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_DIRECTORY_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_DIRECTORY_TYPE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_GROUP_ACTIVE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_GROUP_DESCRIPTION - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_GROUP_LOCAL - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_GROUP_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_GROUP_TYPE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_MEMBERSHIP_ALIAS - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_MEMBERSHIP_GROUP_TYPE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_MEMBERSHIP_TYPE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_TOKEN_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_TOKEN_LAST_ACCESSED_TIME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_TOKEN_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_TOKEN_RANDOM_NUMBER - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_UPDATED_DATE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_USER_ACTIVE - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_USER_DISPLAY_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_USER_EMAIL_ADDRESS - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_USER_FIRST_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_USER_LAST_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQL_USER_NAME - Static variable in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HQLQuery - Class in com.atlassian.crowd.search.hibernate
 
HQLQuery() - Constructor for class com.atlassian.crowd.search.hibernate.HQLQuery
 
HQLQueryTranslater - Class in com.atlassian.crowd.search.hibernate
Translates implementation agnostic Queries into executable Hibernate Query Language code.
HQLQueryTranslater() - Constructor for class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
HREF_BASE_PATH - Static variable in class com.atlassian.crowd.console.action.application.BaseAddApplicationAction
 
HREF_BASE_PATH - Static variable in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
HSQLDB_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
HSQLLegacyTableQueries - Class in com.atlassian.crowd.migration.legacy.database.sql
 
HSQLLegacyTableQueries() - Constructor for class com.atlassian.crowd.migration.legacy.database.sql.HSQLLegacyTableQueries
 
htmlButton(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
htmlEncode(String) - Static method in class com.atlassian.crowd.plugin.saml.Util
Returns HTML encoded version of the specified String s.
HttpAuthenticator - Interface in com.atlassian.crowd.integration.http
This interface is used to manage HTTP authentication.
httpAuthenticator - Variable in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
httpAuthenticator - Variable in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
HttpAuthenticatorFactory - Class in com.atlassian.crowd.integration.http
Use this class to maintain a singleton instance of the HttpAuthenticator.
HttpAuthenticatorFactory() - Constructor for class com.atlassian.crowd.integration.http.HttpAuthenticatorFactory
 
HttpAuthenticatorImpl - Class in com.atlassian.crowd.integration.http
This bean is used to manage HTTP authentication.
HttpAuthenticatorImpl(AuthenticationManager) - Constructor for class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
HttpClientProvider - Interface in com.atlassian.crowd.integration.rest.service
Abstraction for getting an HttpClient.
HttpContextFilter - Class in com.atlassian.crowd.plugin.web.filter
Servlet filter responsible for putting the current HTTP request and session in a thread local.
HttpContextFilter() - Constructor for class com.atlassian.crowd.plugin.web.filter.HttpContextFilter
 
httpMaxConnections - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
httpProxyHost - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
httpProxyPassword - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
httpProxyPort - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
httpProxyUsername - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
httpTimeout - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 

I

i18n - Variable in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
I18nHelper - Interface in com.atlassian.crowd.util
Gets text messages that allow for i18n.
I18nHelperConfiguration - Interface in com.atlassian.crowd.util
Configuration for the i18n helper.
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(List<ResourceBundleProvider>) - Constructor for class com.atlassian.crowd.util.I18nHelperImpl
 
ID - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
ID - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
ID - Variable in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
ID - Variable in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
ID - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The unique identifier for the entity.
id - Variable in class com.atlassian.crowd.model.InternalEntity
 
ID - Variable in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
IDENTIFIER_HASH_CACHE - Static variable in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
IdentifierMap<V> - Class in com.atlassian.crowd.embedded.impl
This class behaves like a HashMap with lower-case String keys.
IdentifierMap() - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
 
IdentifierMap(int) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierMap
 
IdentifierSet - Class in com.atlassian.crowd.embedded.impl
This class behaves like a HashSet with lower-case String values.
IdentifierSet() - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
 
IdentifierSet(int) - Constructor for class com.atlassian.crowd.embedded.impl.IdentifierSet
 
IdentifierUtils - Class in com.atlassian.crowd.embedded.impl
 
IdentifierViolationException - Exception in com.atlassian.crowd.openid.server.manager.openid
 
IdentifierViolationException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.openid.IdentifierViolationException
 
IdentifierViolationException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.server.manager.openid.IdentifierViolationException
 
ignoreGroupOnSynchroniseMemberships(Group) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
Returns true if the given remote Group should not have its memberships synchronised for any reason.
IllegalArgumentExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an IllegalArgumentException to a Response.
IllegalArgumentExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.IllegalArgumentExceptionMapper
 
IllegalPageStateException - Exception in com.atlassian.crowd.acceptance.page
Thrown when the current page is not what it should be.
IllegalPageStateException(ITestingEngine, String) - Constructor for exception com.atlassian.crowd.acceptance.page.IllegalPageStateException
 
IMMUTABLE_USER_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
IMMUTABLE_USER_PW - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
ImmutableApplication - Class in com.atlassian.crowd.model.application
Immutable Application
ImmutableApplication(Long, String, ApplicationType, String, PasswordCredential, boolean, boolean, Map<String, String>, List<DirectoryMapping>, Set<RemoteAddress>, Set<Webhook>, boolean, boolean, Date, Date) - Constructor for class com.atlassian.crowd.model.application.ImmutableApplication
Deprecated.
ImmutableApplication.Builder - Class in com.atlassian.crowd.model.application
 
ImmutableAttributes - Class in com.atlassian.crowd.embedded.impl
A general purpose immutable implementation of the Attributes interface.
ImmutableAttributes() - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableAttributes
Constructs an empty immutable Attributes object.
ImmutableAttributes(Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableAttributes
Constructs an immutable Attributes object from the given Map.
ImmutableAttributes(Attributes) - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableAttributes
Constructs an immutable copy of the passed in attributes.
ImmutableDirectory - Class in com.atlassian.crowd.dao.directory
Immutable directory.
ImmutableDirectory(Long, String, boolean, String, String, DirectoryType, String, Date, Date, Set<OperationType>, Map<String, String>) - Constructor for class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
ImmutableDirectory - Class in com.atlassian.crowd.embedded.impl
 
ImmutableDirectory(Long, String, boolean, String, String, DirectoryType, String, Date, Date, Set<OperationType>, Map<String, String>) - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
ImmutableDirectory.Builder - Class in com.atlassian.crowd.dao.directory
Used to aid in the construction of an ImmutableDirectory.
ImmutableDirectory.Builder - Class in com.atlassian.crowd.embedded.impl
Used to aid in the construction of an ImmutableDirectory.
ImmutableGroup - Class in com.atlassian.crowd.directory
ImmutableGroup is an immutable implementation of InternalDirectoryGroup.
ImmutableGroup(InternalDirectoryGroup) - Constructor for class com.atlassian.crowd.directory.ImmutableGroup
 
ImmutableGroup - Class in com.atlassian.crowd.embedded.impl
A general purpose immutable implementation of the Group interface.
ImmutableGroup(String) - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableGroup
 
ImmutableMembership - Class in com.atlassian.crowd.model.group
 
ImmutableMembership(String, Iterable<String>, Iterable<String>) - Constructor for class com.atlassian.crowd.model.group.ImmutableMembership
 
ImmutableUser - Class in com.atlassian.crowd.embedded.impl
A general purpose immutable implementation of the User interface.
ImmutableUser(long, String, String, String, boolean) - Constructor for class com.atlassian.crowd.embedded.impl.ImmutableUser
 
ImmutableUser - Class in com.atlassian.crowd.model.user
 
ImmutableUser(User) - Constructor for class com.atlassian.crowd.model.user.ImmutableUser
 
ImmutableUser(long, String, String, String, boolean, String, String, String) - Constructor for class com.atlassian.crowd.model.user.ImmutableUser
 
ImmutableUser.Builder - Class in com.atlassian.crowd.embedded.impl
Used to aid in the construction of an Immutable User object.
IMPLEMENTATION_CLASS - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.DirectoryTermKeys
Implementation class for directory.
IMPLEMENTATION_CLASS_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
Import - Class in com.atlassian.crowd.console.action.setup
Web action to handle the import of Crowd data via XML
Import() - Constructor for class com.atlassian.crowd.console.action.setup.Import
 
importAllDirectories(Properties, Date) - Method in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
importApplicationsFromDatabase(Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.database.ApplicationMapper
 
ImportCsv - Class in com.atlassian.crowd.console.action.dataimport
Where we build our Configuration for the CSV import
ImportCsv() - Constructor for class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
importDatabase(LegacyTableQueries) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMigrator
Will import a database with the given legacyTableQueries
importDirectoriesFromDatabase(Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.database.DirectoryMapper
 
importDirectory(Properties, Long, Date) - Method in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
importDirectoryFromXml(Element, Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.DirectoryMapper
 
Importer - Interface in com.atlassian.crowd.importer.importers
Classes that extend this interface will manage the import of users, groups and their memberships from a given application (or file) into Crowd.
IMPORTER_CONFIGURATION - Static variable in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
ImporterConfigurationException - Exception in com.atlassian.crowd.importer.exceptions
This exception represents that a configuration to a given Import was invalid.
ImporterConfigurationException() - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
Default constructor.
ImporterConfigurationException(String) - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
Default constructor.
ImporterConfigurationException(String, Throwable) - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
Default constructor.
ImporterConfigurationException(Throwable) - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterConfigurationException
Default constructor.
ImporterException - Exception in com.atlassian.crowd.importer.exceptions
An exception that will represent an error thrown via the Importer code.
ImporterException() - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterException
Default constructor.
ImporterException(String) - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterException
Default constructor.
ImporterException(String, Throwable) - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterException
Default constructor.
ImporterException(Throwable) - Constructor for exception com.atlassian.crowd.importer.exceptions.ImporterException
Default constructor.
ImporterFactory - Interface in com.atlassian.crowd.importer.factory
This factory will handle the responsibility of returning an ImporterDAO based on a given configuration
ImporterFactoryImpl - Class in com.atlassian.crowd.importer.factory
Main implementation of the ImporterFactory
ImporterFactoryImpl(Map, Map) - Constructor for class com.atlassian.crowd.importer.factory.ImporterFactoryImpl
 
ImporterFactoryImplTest - Class in com.atlassian.crowd.acceptance.tests.persistence.importer
ImporterFactoryImpl Tester.
ImporterFactoryImplTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
ImporterManager - Interface in com.atlassian.crowd.importer.manager
Handles the importing of users, groups and memberships into Crowd.
ImporterManagerImpl - Class in com.atlassian.crowd.importer.manager
The main implementation of the ImporterManager.
ImporterManagerImpl() - Constructor for class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
ImportException - Exception in com.atlassian.crowd.migration
 
ImportException(String) - Constructor for exception com.atlassian.crowd.migration.ImportException
 
ImportException(Exception) - Constructor for exception com.atlassian.crowd.migration.ImportException
 
ImportException(String, List<String>) - Constructor for exception com.atlassian.crowd.migration.ImportException
 
ImportExportException - Exception in com.atlassian.crowd.migration
 
ImportExportException() - Constructor for exception com.atlassian.crowd.migration.ImportExportException
Default constructor.
ImportExportException(String) - Constructor for exception com.atlassian.crowd.migration.ImportExportException
Default constructor.
ImportExportException(String, Throwable) - Constructor for exception com.atlassian.crowd.migration.ImportExportException
Default constructor.
ImportExportException(Throwable) - Constructor for exception com.atlassian.crowd.migration.ImportExportException
Default constructor.
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.ApplicationMapper
 
importFromDatabase(LegacyImportDataHolder) - Method in interface com.atlassian.crowd.migration.legacy.database.DatabaseImporter
Migrates data from legacy Crowd database (pre 2.0) to current database (Crowd 2.0+) schema.
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.DirectoryMapper
 
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.GroupMapper
 
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.PropertyMapper
 
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.RoleMapper
 
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.SALPropertyMapper
 
importFromDatabase(LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.database.UserMapper
 
importGroups(ResultSet) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
importGroupsFromDatabase(Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.database.GroupMapper
 
ImportJive - Class in com.atlassian.crowd.console.action.dataimport
 
ImportJive() - Constructor for class com.atlassian.crowd.console.action.dataimport.ImportJive
 
importMembershipsFromDatabase(LegacyImportDataHolder, BatchResultWithIdReferences<Group>) - Method in class com.atlassian.crowd.migration.legacy.database.GroupMapper
 
importMembershipsFromDatabase(LegacyImportDataHolder, BatchResultWithIdReferences<Group>) - Method in class com.atlassian.crowd.migration.legacy.database.RoleMapper
 
importPropertiesFromDatabase() - Method in class com.atlassian.crowd.migration.legacy.database.PropertyMapper
 
importRolesFromDatabase(Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.database.RoleMapper
 
importSALPropertiesFromDatabase() - Method in class com.atlassian.crowd.migration.legacy.database.SALPropertyMapper
 
ImportType - Class in com.atlassian.crowd.console.action.dataimport
 
ImportType() - Constructor for class com.atlassian.crowd.console.action.dataimport.ImportType
 
importType - Variable in class com.atlassian.crowd.console.action.dataimport.ImportType
 
importUsers(ResultSet, Connection, Map) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
importUsersFromDatabase(Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.database.UserMapper
 
importUsersGroupsAndMemberships(Configuration) - Method in interface com.atlassian.crowd.importer.importers.Importer
Responsible for the import of both users and groups into Crowd using the given Configuration
importXml(Element) - Method in class com.atlassian.crowd.migration.AliasMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.ApplicationMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.CrowdConfigMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.DirectoryMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.GroupMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.ApplicationMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.CrowdConfigMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.CrowdPropertiesMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.DirectoryMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.GroupMapper
 
importXml(Element, LegacyImportDataHolder) - Method in interface com.atlassian.crowd.migration.legacy.LegacyImporter
Imports V1 (legacy Crowd 0.x.x and 1.x.x) XML.
importXml(Element) - Method in class com.atlassian.crowd.migration.legacy.LegacyXmlMigrator
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.PropertyMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.RoleMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
importXml(Element, LegacyImportDataHolder) - Method in class com.atlassian.crowd.migration.legacy.UserMapper
 
importXml(Element) - Method in interface com.atlassian.crowd.migration.Mapper
Imports V2 XML.
importXml(Element) - Method in class com.atlassian.crowd.migration.MembershipMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.PropertyMapper
 
importXml(Element) - Method in class com.atlassian.crowd.migration.UserMapper
 
importXml(String) - Method in interface com.atlassian.crowd.migration.XmlMigrationManager
Imports exported Crowd server state from an XML file.
importXml(String) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
importXml(Element) - Method in class com.atlassian.crowd.migration.XmlMigrator
 
InactiveAccountException - Exception in com.atlassian.crowd.exception
Thrown when the account is inactive.
InactiveAccountException(String) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
Constructs a new InvalidAccountException.
InactiveAccountException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
 
InactiveAccountException - Exception in com.atlassian.crowd.integration.exception
Thrown when the user's account is inactive.
InactiveAccountException(User) - Constructor for exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
InactiveAccountException(User, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
InactiveAccountException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
InactiveAccountExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InactiveAccountExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InactiveAccountExceptionMapper
 
INCLUDE_IP_ADDRESS_IN_VALIDATION_FACTORS - Static variable in class com.atlassian.crowd.model.property.Property
 
INCREMENTAL_SYNC_ENABLED - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for enabling incremental sync
IncrementalAttributeMapper - Class in com.atlassian.crowd.directory.ldap.util
Code based on: http://jira.springframework.org/browse/LDAP-176 To fix: http://jira.atlassian.com/browse/CWD-1445 Utility class that helps with reading all attribute values from Active Directory using Incremental Retrieval of Multi-valued Properties.
IncrementalAttributeMapper(String, AttributeValueProcessor) - Constructor for class com.atlassian.crowd.directory.ldap.util.IncrementalAttributeMapper
 
IncrementalAttributeMapper(String, AttributeValueProcessor, RangeOption) - Constructor for class com.atlassian.crowd.directory.ldap.util.IncrementalAttributeMapper
 
IncrementalSynchronisationNotAvailableException - Exception in com.atlassian.crowd.event
 
IncrementalSynchronisationNotAvailableException() - Constructor for exception com.atlassian.crowd.event.IncrementalSynchronisationNotAvailableException
 
IncrementalSynchronisationNotAvailableException(String) - Constructor for exception com.atlassian.crowd.event.IncrementalSynchronisationNotAvailableException
 
IncrementalSynchronisationNotAvailableExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
IncrementalSynchronisationNotAvailableExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.IncrementalSynchronisationNotAvailableExceptionMapper
 
incrementedProgress() - Method in class com.atlassian.crowd.util.TimedProgressOperation
Indicate that a unit of work has been done, and log if necessary.
incrementGroupMembershipsImported() - Method in class com.atlassian.crowd.importer.model.Result
 
incrementGroupsImported() - Method in class com.atlassian.crowd.importer.model.Result
 
incrementProgress() - Method in class com.atlassian.crowd.util.TimedProgressOperation
Indicate that a unit of work is about to be done, and log if necessary.
incrementUsersImported() - Method in class com.atlassian.crowd.importer.model.Result
 
INET_ADDRESS_CACHE_NAME - Static variable in class com.atlassian.crowd.util.InetAddressCacheUtil
 
InetAddressCacheUtil - Class in com.atlassian.crowd.util
Utility class to store in a cache whether the InetAddress is permitted or forbidden to make a request to the Crowd server.
InetAddressCacheUtil(Cache<String, Boolean>) - Constructor for class com.atlassian.crowd.util.InetAddressCacheUtil
 
InformationLeakingTestBase - Class in com.atlassian.crowd.acceptance.tests.soap
 
InformationLeakingTestBase() - Constructor for class com.atlassian.crowd.acceptance.tests.soap.InformationLeakingTestBase
 
init(ServletConfig) - Method in class com.atlassian.crowd.apacheds.ApacheDSReplaceContentServlet
 
init(FilterConfig) - Method in class com.atlassian.crowd.console.filter.CrowdBootstrapAwareStrutsPrepareFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.console.filter.CrowdCachingFilter
 
init() - Method in class com.atlassian.crowd.console.interceptor.SetupCheckInterceptor
 
init(Map<String, String>) - Method in class com.atlassian.crowd.console.johnson.CrowdJohnsonSetupConfig
 
init(Map, Map) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
init(Configuration) - Method in class com.atlassian.crowd.importer.importers.CsvImporter
 
init(Configuration) - Method in class com.atlassian.crowd.importer.importers.DirectoryImporter
 
init(Configuration) - Method in interface com.atlassian.crowd.importer.importers.Importer
Initialise anything required for the import process.
init(FilterConfig) - Method in class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
Configures the filter.
init(FilterConfig) - Method in class com.atlassian.crowd.integration.http.VerifyTokenFilter
Configures the filter.
init() - Method in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
 
init(ServletConfig) - Method in class com.atlassian.crowd.openid.client.servlet.OpenIDClientServlet
Initialise the servlet to inject the CrowdConsumer from Spring.
init() - Method in class com.atlassian.crowd.openid.server.bootstrap.DefaultBootstrapManager
 
init() - Method in class com.atlassian.crowd.openid.server.interceptor.AdminActionInterceptor
 
init(ServletConfig) - Method in class com.atlassian.crowd.openid.server.servlet.OpenIDProviderServlet
 
init(ServletConfig) - Method in class com.atlassian.crowd.openid.server.servlet.OpenIDServerServlet
Initialise the servlet to inject the CrowdConsumer from Spring.
init() - Method in class com.atlassian.crowd.plugin.CrowdPluginManager
 
init(Plugin, Element) - Method in class com.atlassian.crowd.plugin.descriptors.ComponentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.crowd.plugin.descriptors.CrowdApplicationModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.crowd.plugin.descriptors.DecoratorModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
 
init(Plugin, Element) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
init(Configuration) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.SeraphDisablerFilter
 
init(ServletConfig) - Method in class com.atlassian.crowd.plugin.servlet.FileServerServlet
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.sitemesh.CrowdSiteMeshFilter
 
init(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.ApplicationPluginCondition
 
init(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.ParametersExistCondition
 
init(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.PermanentApplicationCondition
 
init(Map<String, String>) - Method in class com.atlassian.crowd.plugin.web.conditions.RemoveUserCondition
 
init(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.SitemeshPropertiesCondition
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.web.filter.HttpContextFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.web.filter.RequestCacheThreadLocalFilter
 
init(FilterConfig) - Method in class com.atlassian.crowd.security.BlockOpenSocialRequestFilter
 
init() - Method in class com.atlassian.crowd.util.PluginResourceBundleProvider
 
init() - Method in class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
 
init() - Method in class com.atlassian.crowd.xwork.interceptors.SecurityHeadersInterceptor
 
init() - Method in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
init() - Method in class com.atlassian.crowd.xwork.interceptors.XWorkTransactionInterceptor
 
initDecoratorSelector(SiteMeshWebAppContext) - Method in class com.atlassian.crowd.plugin.sitemesh.CrowdSiteMeshFilter
 
initFormFieldValues() - Method in class com.atlassian.crowd.console.action.group.UpdateGroup
 
initFormFieldValues() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
initialLoad - Variable in class com.atlassian.crowd.console.action.BaseAction
 
InMemoryAggregatingSearchStrategy - Class in com.atlassian.crowd.manager.application
An in-memory SearchStrategy which aggregates memberships across multiple directories.
InMemoryAggregatingSearchStrategy(DirectoryManager, Collection<Directory>) - Constructor for class com.atlassian.crowd.manager.application.InMemoryAggregatingSearchStrategy
 
InMemoryAssociationCache - Class in com.atlassian.crowd.openid.server.provider.association
 
InMemoryAssociationCache(String) - Constructor for class com.atlassian.crowd.openid.server.provider.association.InMemoryAssociationCache
Creates a new cache with the specific id; the provided id will be used as part of the output of InMemoryAssociationCache.nextId()
InMemoryNonAggregatingSearchStrategy - Class in com.atlassian.crowd.manager.application
A in-memory SearchStrategy which only return memberships associated with the canonical users directory.
InMemoryNonAggregatingSearchStrategy(DirectoryManager, Collection<Directory>) - Constructor for class com.atlassian.crowd.manager.application.InMemoryNonAggregatingSearchStrategy
 
inSeconds(long) - Static method in class com.atlassian.crowd.model.token.TokenLifetime
Builds a new instance that represents a requested lifetime of a given number of seconds
INSTALL_TYPE_STEP - Static variable in class com.atlassian.crowd.console.action.setup.Installation
 
Installation - Class in com.atlassian.crowd.console.action.setup
Select and set (in crowd.cfg.xml) the installation type for the setup: New Installation Upgrade from XML Backup Upgrade from existing Database See CrowdSetupPersister for more information regarding the flow of the setup process with respect to the installation type.
Installation() - Constructor for class com.atlassian.crowd.console.action.setup.Installation
 
INSTANCE - Static variable in class com.atlassian.crowd.acceptance.tests.TestDataState
 
INSTANCE - Static variable in class com.atlassian.crowd.integration.rest.entity.NullRestrictionEntity
 
INSTANCE - Static variable in class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
INSTANCE - Static variable in class com.atlassian.crowd.plugin.rest.entity.NullRestrictionEntity
 
INSTANCE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.NullRestrictionImpl
 
INSTANCE - Static variable in class com.atlassian.crowd.util.persistence.hibernate.BooleanTypeDescriptor
 
InstanceFactory - Interface in com.atlassian.crowd.util
An interface to easily instantiate objects from classes.
INTEGRATED_APPS_STEP - Static variable in class com.atlassian.crowd.console.action.setup.Integration
 
Integration - Class in com.atlassian.crowd.console.action.setup
 
Integration() - Constructor for class com.atlassian.crowd.console.action.setup.Integration
 
IntegrityConstraintAwareDirectoryPropertiesMapper - Class in com.atlassian.crowd.dao.directory
In order to prevent the instantiation of directories that do not exist in the database, this class only authorises directories that match an existing id in the database.
IntegrityConstraintAwareDirectoryPropertiesMapper(DirectoryDao) - Constructor for class com.atlassian.crowd.dao.directory.IntegrityConstraintAwareDirectoryPropertiesMapper
 
intendToModify(URL) - Method in class com.atlassian.crowd.acceptance.tests.TestDataState
Indicate that a test intends to modify the data in Crowd.
intendToModifyData() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
intendToModifyData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
Mark Crowd's state as modified so we don't try to reuse the current state for the next test.
intendToModifyLdapData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
Indicate that a test will modify LDAP data.
intercept(ActionInvocation) - Method in class com.atlassian.crowd.console.interceptor.SetupCheckInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.openid.server.interceptor.AdminActionInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.SecurityHeadersInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.XWorkTransactionInterceptor
 
INTERNAL_USER_PASSWORD - Static variable in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
InternalApplicationHelper - Interface in com.atlassian.crowd.manager.application
 
internalApplicationHelper - Variable in class com.atlassian.crowd.service.AbstractUserService
 
InternalApplicationHelperImpl - Class in com.atlassian.crowd.manager.application
 
InternalApplicationHelperImpl(ApplicationManager) - Constructor for class com.atlassian.crowd.manager.application.InternalApplicationHelperImpl
 
InternalAttributesHelper - Class in com.atlassian.crowd.model
 
InternalAttributesHelper() - Constructor for class com.atlassian.crowd.model.InternalAttributesHelper
 
InternalCurrentApplication - Class in com.atlassian.crowd.trusted
Class to hold the properties to persist for the Current Application.
InternalCurrentApplication(String, String, String) - Constructor for class com.atlassian.crowd.trusted.InternalCurrentApplication
 
InternalDirectory - Class in com.atlassian.crowd.directory
Internal directory connector.
InternalDirectory(InternalDirectoryUtils, PasswordEncoderFactory, DirectoryDao, UserDao, GroupDao, MembershipDao, PasswordConstraintsLoader) - Constructor for class com.atlassian.crowd.directory.InternalDirectory
 
InternalDirectoryEntity - Class in com.atlassian.crowd.model
 
InternalDirectoryEntity() - Constructor for class com.atlassian.crowd.model.InternalDirectoryEntity
 
InternalDirectoryEntity(InternalEntityTemplate, Directory) - Constructor for class com.atlassian.crowd.model.InternalDirectoryEntity
 
InternalDirectoryForDelegation - Class in com.atlassian.crowd.directory
This is the internal front-end of a delegating directory.
InternalDirectoryForDelegation(InternalDirectoryUtils, PasswordEncoderFactory, DirectoryDao, UserDao, GroupDao, MembershipDao, PasswordConstraintsLoader) - Constructor for class com.atlassian.crowd.directory.InternalDirectoryForDelegation
 
InternalDirectoryGroup - Interface in com.atlassian.crowd.model.group
Extends the Group interface with "isLocal".
InternalDirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
An extension of DirectoryInstanceLoader specialised for Internal Directories.
InternalDirectoryInstanceLoaderImpl - Class in com.atlassian.crowd.directory.loader
Loads an implementation of a RemoteDirectory for use at runtime by the Crowd security server.
InternalDirectoryInstanceLoaderImpl(InstanceFactory) - Constructor for class com.atlassian.crowd.directory.loader.InternalDirectoryInstanceLoaderImpl
 
InternalDirectoryIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.directory
Tests up to JDBC layer.
InternalDirectoryIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
internalDirectoryUtils - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
InternalDirectoryUtils - Interface in com.atlassian.crowd.directory
Internal Directory utility.
InternalDirectoryUtilsImpl - Class in com.atlassian.crowd.directory
 
InternalDirectoryUtilsImpl() - Constructor for class com.atlassian.crowd.directory.InternalDirectoryUtilsImpl
 
InternalEntity - Class in com.atlassian.crowd.model
Superclass for internally stored data objects.
InternalEntity() - Constructor for class com.atlassian.crowd.model.InternalEntity
 
InternalEntity(InternalEntityTemplate) - Constructor for class com.atlassian.crowd.model.InternalEntity
 
InternalEntityAttribute - Class in com.atlassian.crowd.model
 
InternalEntityAttribute() - Constructor for class com.atlassian.crowd.model.InternalEntityAttribute
 
InternalEntityAttribute(String, String) - Constructor for class com.atlassian.crowd.model.InternalEntityAttribute
 
InternalEntityTemplate - Class in com.atlassian.crowd.model
This class can be used to hold data for performing an XML import.
InternalEntityTemplate() - Constructor for class com.atlassian.crowd.model.InternalEntityTemplate
 
InternalEntityTemplate(Long, String, boolean, Date, Date) - Constructor for class com.atlassian.crowd.model.InternalEntityTemplate
 
InternalEntityUtils - Class in com.atlassian.crowd.util
 
InternalExpirableUserToken - Class in com.atlassian.crowd.model.token
Represent a token that can expire for a user
InternalGrantedPermission - Class in com.atlassian.crowd.model.permission
 
InternalGrantedPermission(UserPermission, GroupMapping) - Constructor for class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
InternalGrantedPermission(Long, Date, UserPermission, GroupMapping) - Constructor for class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
InternalGroup - Class in com.atlassian.crowd.model.group
Encapsulates the concept of group.
InternalGroup() - Constructor for class com.atlassian.crowd.model.group.InternalGroup
 
InternalGroup(InternalEntityTemplate, Directory, GroupTemplate) - Constructor for class com.atlassian.crowd.model.group.InternalGroup
 
InternalGroup(Group, Directory) - Constructor for class com.atlassian.crowd.model.group.InternalGroup
 
InternalGroupAttribute - Class in com.atlassian.crowd.model.group
Encapsulates the concept of group attribute.
InternalGroupAttribute() - Constructor for class com.atlassian.crowd.model.group.InternalGroupAttribute
 
InternalGroupAttribute(Long, InternalGroup, String, String) - Constructor for class com.atlassian.crowd.model.group.InternalGroupAttribute
 
InternalGroupAttribute(InternalGroup, String, String) - Constructor for class com.atlassian.crowd.model.group.InternalGroupAttribute
 
InternalGroupDao - Interface in com.atlassian.crowd.dao.group
Persistance methods necessary to modify an InternalDirectory group.
InternalGroupHandler - Class in com.atlassian.crowd.directory.hybrid
Manages internal group creation and mutation.
InternalGroupHandler(InternalRemoteDirectory) - Constructor for class com.atlassian.crowd.directory.hybrid.InternalGroupHandler
 
InternalGroupWithAttributes - Class in com.atlassian.crowd.model.group
Encapsulates the concept of group which has attributes.
InternalGroupWithAttributes(InternalGroup, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
InternalHybridDirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
Loader for directories that work by caching/mirroring some remote directory in the internal repository.
InternalMembership - Class in com.atlassian.crowd.model.membership
Encapsulates the concept of membership.
InternalMembership() - Constructor for class com.atlassian.crowd.model.membership.InternalMembership
 
InternalMembership(Long, Long, Long, MembershipType, GroupType, String, String, DirectoryImpl) - Constructor for class com.atlassian.crowd.model.membership.InternalMembership
This constructor is only used for XML imports.
InternalMembership(InternalGroup, InternalUser) - Constructor for class com.atlassian.crowd.model.membership.InternalMembership
 
InternalMembership(InternalGroup, InternalGroup) - Constructor for class com.atlassian.crowd.model.membership.InternalMembership
 
InternalMembershipDao - Interface in com.atlassian.crowd.dao.membership
Manages persistence of InternalMembership.
InternalPasswordEncoder - Interface in com.atlassian.crowd.password.encoder
A marker interface to show that a password encoder is supported by Crowd's Internal Directory.
InternalRemoteDirectory - Interface in com.atlassian.crowd.directory
This interface represents a specialised extension of RemoteDirectory that is used by InternalDirectories.
InternalUser - Class in com.atlassian.crowd.model.user
Encapsulates the concept of crowd user.
InternalUser() - Constructor for class com.atlassian.crowd.model.user.InternalUser
 
InternalUser(InternalEntityTemplate, Directory, UserTemplate, PasswordCredential) - Constructor for class com.atlassian.crowd.model.user.InternalUser
This constructor is used by the importer only.
InternalUser(UserTemplateWithCredentialAndAttributes, Directory) - Constructor for class com.atlassian.crowd.model.user.InternalUser
 
InternalUser(User, Directory, PasswordCredential) - Constructor for class com.atlassian.crowd.model.user.InternalUser
Constructor used for adding a new user.
InternalUserAttribute - Class in com.atlassian.crowd.model.user
Encapsulates the concept of user attribute.
InternalUserAttribute() - Constructor for class com.atlassian.crowd.model.user.InternalUserAttribute
 
InternalUserAttribute(Long, InternalUser, String, String) - Constructor for class com.atlassian.crowd.model.user.InternalUserAttribute
 
InternalUserAttribute(InternalUser, String, String) - Constructor for class com.atlassian.crowd.model.user.InternalUserAttribute
 
InternalUserCredentialRecord - Class in com.atlassian.crowd.model.user
Encapsulates the concept of user credential record.
InternalUserCredentialRecord() - Constructor for class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
InternalUserCredentialRecord(Long, InternalUser, String) - Constructor for class com.atlassian.crowd.model.user.InternalUserCredentialRecord
Only use this constructor for cloning / importing when the id is known.
InternalUserCredentialRecord(InternalUser, String) - Constructor for class com.atlassian.crowd.model.user.InternalUserCredentialRecord
 
InternalUserDao - Interface in com.atlassian.crowd.dao.user
Manages persistence of User.
InternalUserPermissionDAO - Interface in com.atlassian.crowd.dao.permission
Manages persistence of InternalGrantedPermission at the explicit / direct permission level.
InternalUserWithAttributes - Class in com.atlassian.crowd.model.user
Encapsulates the concept of user which has attributes.
InternalUserWithAttributes(InternalUser, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
internationaliseErrorMessage(Action, String) - Method in class com.atlassian.crowd.xwork.interceptors.CrowdXsrfTokenInterceptor
 
internationaliseErrorMessage(Action, String) - Method in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
Convert an error message key into the correct message for the current user's locale.
INVALID_PASSWORD_ATTEMPTS - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the total invalid password attempts.
invalidate(String) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Marks the presented token as invalid, meaning that the principal it represents is no longer authenticated.
invalidate(String) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
invalidate(String) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
invalidateAllTokens() - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
invalidateAllTokens() - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Invalidates all user and application tokens.
invalidateAllTokens() - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
invalidateAllTokens() - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Invalidates all tokens.
invalidateEvents() - Method in interface com.atlassian.crowd.event.EventStore
Removes all events from the EventStore, with no associated reason for the invalidation
invalidateEvents(Class) - Method in interface com.atlassian.crowd.event.EventStore
Removes all events from the EventStore, due to Crowd not supporting the specified event type.
invalidateEvents(String) - Method in interface com.atlassian.crowd.event.EventStore
Removes all events from the EventStore for the specified reason.
invalidateEvents() - Method in class com.atlassian.crowd.event.EventStoreGeneric
 
invalidateEvents(Class) - Method in class com.atlassian.crowd.event.EventStoreGeneric
 
invalidateEvents(String) - Method in class com.atlassian.crowd.event.EventStoreGeneric
 
invalidatePrincipalToken(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Invalidates a token for all integrated applications.
invalidatePrincipalToken(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
invalidateSSOToken(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
invalidateSSOToken(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Invalidates a token.
invalidateSSOTokensForUser(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
invalidateSSOTokensForUser(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
invalidateSSOTokensForUser(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Invalidates all tokens for a given user name
invalidateSSOTokensForUser(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Invalidates all tokens for a given user name, except for the given token.
invalidateToken(String) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
invalidateToken(String) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Attempts to invalidate a Token based on the passed in Token key (random hash).
invalidateToken(String) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
invalidateToken(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Invalidates a token.
invalidateToken(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
Invalidates the Crowd SSO token.
invalidateToken(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Invalidates a principal token for all integrated applications.
invalidateToken(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
invalidateTokensForUser(String, String, String) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
invalidateTokensForUser(String, String, String) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Invalidates all sessions for a user, possibly excluding a specific one.
invalidateTokensForUser(String, String, String) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
invalidateTokensForUser(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
 
InvalidAuthenticationException - Exception in com.atlassian.crowd.exception
Thrown when the attempted authentication is not valid.
InvalidAuthenticationException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Constructs a new InvalidAuthenticationException with the specified detail message.
InvalidAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Constructs a new InvalidAuthenticationException with the specified detail message and cause.
InvalidAuthenticationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Constructs a new InvalidAuthenticationException with the specified cause.
InvalidAuthenticationException - Exception in com.atlassian.crowd.integration.exception
Thrown when the attempted authentication is not valid.
InvalidAuthenticationException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthenticationException
 
InvalidAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthenticationException
 
InvalidAuthenticationExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidAuthenticationExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidAuthenticationExceptionMapper
 
InvalidAuthorizationTokenException - Exception in com.atlassian.crowd.exception
Thrown when the authenticated token is invalid.
InvalidAuthorizationTokenException() - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException - Exception in com.atlassian.crowd.integration.exception
Thrown when the authenticated token is invalid.
InvalidAuthorizationTokenException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidCredentialException - Exception in com.atlassian.crowd.exception
Thrown when the supplied credential is not valid.
InvalidCredentialException() - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
 
InvalidCredentialException(String, String, Collection<PasswordConstraint>) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Use this constructor when you can identify a specific policy that has been violated.
InvalidCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
 
InvalidCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Default constructor.
InvalidCredentialException - Exception in com.atlassian.crowd.integration.exception
Thrown when the supplied credential is not valid.
InvalidCredentialException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
 
InvalidCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
 
InvalidCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
Default constructor.
InvalidCredentialExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an InvalidCredentialException to a Response.
InvalidCredentialExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidCredentialExceptionMapper
 
InvalidCrowdServiceException - Exception in com.atlassian.crowd.exception
Thrown when a Crowd client is not communicating with a valid Crowd service.
InvalidCrowdServiceException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCrowdServiceException
 
InvalidCrowdServiceException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCrowdServiceException
 
InvalidDirectoryEntityException - Exception in com.atlassian.crowd.integration.exception
Base class of directory entity (e.g.
InvalidDirectoryEntityException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidDirectoryEntityException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidDirectoryEntityException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidDirectoryEntityException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidEmailAddressException - Exception in com.atlassian.crowd.exception
Thrown when the email address is not valid.
InvalidEmailAddressException() - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
Default constructor.
InvalidEmailAddressException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
 
InvalidEmailAddressException - Exception in com.atlassian.crowd.integration.exception
Thrown when the email address is not valid.
InvalidEmailAddressException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
Default constructor.
InvalidEmailAddressException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
 
InvalidEmailAddressExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidEmailAddressExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidEmailAddressExceptionMapper
 
InvalidGroupException - Exception in com.atlassian.crowd.exception.embedded
An exception to denote an invalid application/embedded group.
InvalidGroupException(Group, Throwable) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
InvalidGroupException(Group, String) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
InvalidGroupException(Group, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.embedded.InvalidGroupException
 
InvalidGroupException - Exception in com.atlassian.crowd.exception
Thrown to indicate an invalid model group.
InvalidGroupException(Group, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
Constructs a new InvalidGroupException with the invalid group given and a cause.
InvalidGroupException(Group, String) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
Constructs a new InvalidGroupException with the invalid group and
InvalidGroupException(Group, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
 
InvalidGroupException - Exception in com.atlassian.crowd.integration.exception
An exception to denote an invalid group.
InvalidGroupException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidGroupExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidGroupExceptionMapper
 
InvalidMembershipException - Exception in com.atlassian.crowd.exception
Thrown when a user tries to create a Nested Group membership that is not valid.
InvalidMembershipException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an InvalidMembershipException to a Response.
InvalidMembershipExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidMembershipExceptionMapper
 
InvalidRequestException - Exception in com.atlassian.crowd.openid.server.manager.openid
 
InvalidRequestException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.openid.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.server.manager.openid.InvalidRequestException
 
InvalidResetPasswordTokenException - Exception in com.atlassian.crowd.manager.login.exception
Thrown when an invalid reset password token is provided.
InvalidResetPasswordTokenException() - Constructor for exception com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
Default constructor.
InvalidResetPasswordTokenException(String) - Constructor for exception com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
Default constructor.
InvalidResetPasswordTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
Default constructor.
InvalidResetPasswordTokenException(Throwable) - Constructor for exception com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
Default constructor.
InvalidRoleException - Exception in com.atlassian.crowd.exception
Thrown when an invalid role is provided.
InvalidRoleException(Group, String) - Constructor for exception com.atlassian.crowd.exception.InvalidRoleException
 
InvalidRoleException - Exception in com.atlassian.crowd.integration.exception
An exception to denote an invalid group (of type Role).
InvalidRoleException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidRoleException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidRoleException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidRoleException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidTokenException - Exception in com.atlassian.crowd.exception
Thrown when an invalid token is provided.
InvalidTokenException() - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
InvalidTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidTokenException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidTokenException - Exception in com.atlassian.crowd.integration.exception
Thrown when an invalid token is provided.
InvalidTokenException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an InvalidTokenException to a 401 (Unauthorized) status.
InvalidTokenExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidTokenExceptionMapper
 
InvalidUserException - Exception in com.atlassian.crowd.exception
 
InvalidUserException(User, String) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(User, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(User, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException - Exception in com.atlassian.crowd.integration.exception
An exception to denote an invalid model user.
InvalidUserException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidUserExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidUserExceptionMapper
 
InvalidWebhookEndpointException - Exception in com.atlassian.crowd.manager.webhook
 
InvalidWebhookEndpointException(String, String) - Constructor for exception com.atlassian.crowd.manager.webhook.InvalidWebhookEndpointException
 
InvalidWebhookEndpointException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.webhook.InvalidWebhookEndpointException
 
InvalidWebhookEndpointUrlExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidWebhookEndpointUrlExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidWebhookEndpointUrlExceptionMapper
 
InviteUserTokenService - Interface in com.atlassian.crowd.service.token
Service for handling invite user tokens
invoke(MethodInvocation) - Method in class com.atlassian.crowd.security.AdminRequiredInterceptor
 
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireFaultLoggingMethodHandler
 
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
Processes the incoming SOAP message for logging.
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
IS_SYNCHRONISING - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for the synchronisation status.
isAccountNonExpired() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Indicates whether the user's account has expired.
isAccountNonExpired() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Indicates whether the user's account has expired.
isAccountNonLocked() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Indicates whether the user is locked or unlocked.
isAccountNonLocked() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Indicates whether the user is locked or unlocked.
isActive() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isActive() - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories.DirectoryForDisplay
 
isActive() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isActive() - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
isActive() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
isActive() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
isActive() - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
isActive() - Method in interface com.atlassian.crowd.dao.DaoDiscriminator
 
isActive() - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
isActive() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
isActive() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
isActive() - Method in interface com.atlassian.crowd.embedded.api.Directory
Returns true if the directory is currently active, otherwise false.
isActive() - Method in interface com.atlassian.crowd.embedded.api.User
 
isActive() - Method in class com.atlassian.crowd.embedded.impl.DelegatingUserWithAttributes
 
isActive() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
isActive() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
isActive() - Method in interface com.atlassian.crowd.integration.model.user.User
 
isActive() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
isActive() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
isActive() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
isActive() - Method in interface com.atlassian.crowd.model.application.Application
Returns whether the application is active.
isActive() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
isActive() - Method in class com.atlassian.crowd.model.group.DelegatingGroupWithAttributes
 
isActive() - Method in interface com.atlassian.crowd.model.group.Group
 
isActive() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
isActive() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
isActive() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
isActive() - Method in class com.atlassian.crowd.model.InternalEntity
 
isActive() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
isActive() - Method in class com.atlassian.crowd.model.user.ImmutableUser
 
isActive() - Method in class com.atlassian.crowd.model.user.InternalUserWithAttributes
 
isActive() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
isActive() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
isActive() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
isActive() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
isActive() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
isActive() - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
isActive() - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
isActive() - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
isActive() - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
isActive() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
isActive() - Method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
isActive() - Method in class com.atlassian.crowd.security.demo.model.DemoUser
 
isAdmin(String) - Method in class com.atlassian.crowd.service.AbstractUserService
 
isAdmin(String) - Method in interface com.atlassian.crowd.service.UserService
Returns true or false depending on if a user has been granted the admin or sysAdmin permission within Crowd.
isAdmin(String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
isAdmin(UserKey) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
isAdministrator() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
isAdministrator(String) - Method in interface com.atlassian.crowd.openid.server.manager.user.UserManager
 
isAdministrator(String) - Method in class com.atlassian.crowd.openid.server.manager.user.UserManagerGeneric
 
isAliasingEnabled() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isAliasingEnabled() - Method in interface com.atlassian.crowd.model.application.Application
Returns true if aliasing is enabled for the application.
isAliasingEnabled() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
isAliasingEnabled() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
isAliasingEnabled() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
isAllowAllForDirectory(Long) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
isAllowAllToAuthenticate() - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns true if all the users in the directory are allowed to authenticate with the application.
isAllowed(OperationType) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns true if the application is allowed to perform the specified operation on the directory.
isAllowedToAuthenticate(String, long, Application) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
Determines if a user is permitted to attempt authentication with a given application.
isAllowedToAuthenticate(String, long, Application) - Method in class com.atlassian.crowd.manager.token.RecoveryModeAwareTokenAuthenticationManager
 
isAlwaysAllow() - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
isApplicationHomeOk() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
isApplicationSetUp() - Method in class com.atlassian.sal.crowd.lifecycle.CrowdLifecycleManager
 
isApplicationToken() - Method in class com.atlassian.crowd.model.token.Token
 
isAsapSubjectRequired() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
isAsapSubjectRequired() - Method in interface com.atlassian.crowd.service.client.ClientProperties
Returns whether the application name should be used as the subject of the ASAP signature (only relevant if ClientProperties.getAuthenticationMethod() returns ASAP)
isAtCorrectStep() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
isAtLeast(PasswordScore) - Method in enum com.atlassian.crowd.embedded.api.PasswordScore
Uses an internal ranking to compare the scores and determine if it is 'just as strong'.
isAtResourceLimit() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isAtResourceLimit() - Method in class com.atlassian.crowd.console.action.License
 
isAuthenticateAll() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
isAuthenticated() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
isAuthenticated() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isAuthenticated() - Method in class com.atlassian.crowd.integration.AuthenticationState
 
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
Deprecated.
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
Deprecated.
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Tests whether a request is authenticated via SSO.
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Determine if a remote user is authenticated via SSO based on the supplied SSO token string and validation factors.
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
isAuthenticated(String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Determine if a remote user is authenticated via SSO based on the supplied SSO token string and validation factors.
isAuthenticated(String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
isAuthenticated() - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Convenience method to check if the user is authenticated.
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.client.filter.VerifyOpenIDAuthenticationFilter
Checks if a principal is authenticated.
isAuthenticated() - Method in class com.atlassian.crowd.openid.server.action.BaseAction
Checks if a principal is currently authenticated verses the Crowd security server.
isAuthenticated() - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.plugin.application.springsecurity.LocalCrowdAuthenticationProvider
 
isAuthenticated() - Method in class com.atlassian.crowd.security.demo.action.BaseAction
Checks if a user is currently authenticated verses the Crowd server.
isAuthenticated(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Checks that the token (as returned from AuthenticationManager.authenticate(com.atlassian.crowd.model.authentication.UserAuthenticationContext) is still valid, given the validation factors.
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
isAuthenticationRequired() - Method in class com.atlassian.crowd.console.action.License
Returns true if the user needs to be authenticated before updating the license.
isAuthorised(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Returns true if the group is an authorised group.
isAutomatedBackup() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
isAutomaticallyApproved(String) - Method in class com.atlassian.crowd.openid.server.manager.site.ApprovalWhitelist
 
isBuildWithinMaintenancePeriod(CrowdLicense) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
Return's true if the current Build is within the maintenance period for the Crowd license
isBuildWithinMaintenancePeriod(String) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
 
isBuildWithinMaintenancePeriod(CrowdLicense) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isBuildWithinMaintenancePeriod(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isCacheEnabled(BrowseDirectories.DirectoryForDisplay) - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
isCacheEnabled() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isCacheEnabled() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
isCacheEnabled() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
isCacheEnabled() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
isCacheEnabled() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
isCacheEnabled() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
isCacheEnabled() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if the client application should cache security information from the Crowd server.
isCacheEnabled() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
isCacheEnabled(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if the client application should cache security information from the Crowd server.
isCacheEnabled(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
isCachingEnabled() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
isCheckImmediate() - Method in class com.atlassian.crowd.openid.client.action.Login
 
isConfigurationImportPasswords() - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
isConfigured() - Method in interface com.atlassian.crowd.manager.mail.MailManager
 
isConfigured() - Method in class com.atlassian.crowd.manager.mail.MailManagerImpl
 
isContainerReady(ServletContext) - Static method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
isContextBatchingEnabled() - Method in class com.atlassian.crowd.plugin.web.CrowdResourceBatchingConfiguration
 
isCookieDomainValid(String, String) - Static method in class com.atlassian.crowd.util.SSOUtils
Given a hostname, this method tests if the supplied cookie domain is legal, following RFC 6265 as closely as possible.
isCredentialsNonExpired() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Indicates whether the user's credentials (password) has expired.
isCredentialsNonExpired() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Indicates whether the user's credentials (password) has expired.
isCritical() - Method in class com.atlassian.crowd.directory.ldap.control.ldap.DeletedControl
 
isCrowdApplication() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isCurrentlySynchronising() - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
isCurrentlySynchronising() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
isCurrentUser() - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
isDatabaseDatasource() - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
isDatabaseDatasource() - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
isDatabaseDatasource() - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
isDatasourceOverwriteData() - Method in class com.atlassian.crowd.console.action.setup.Database
 
isDatasourceSelected() - Method in class com.atlassian.crowd.console.action.setup.Database
 
isDefault() - Method in class com.atlassian.crowd.model.token.TokenLifetime
 
isDefaultProfile() - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
isDemonstrationContentInstalled() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
isDirectGroupMemberOf(LDAPUserWithAttributes, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
isDirectorySynchronisable(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.
isDirectorySynchronisable(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
isDirectorySynchronising(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns true if the given Directory is currently synchronising.
isDirectorySynchronising(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
isDisableSSOSecureCookie() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
isDnDirectGroupMember(String, LDAPGroupWithAttributes) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
isDomainValid() - Method in class com.atlassian.crowd.console.action.Login
 
isDomainValid(PropertyManager) - Static method in class com.atlassian.crowd.console.action.Login
 
isDomainValid() - Method in class com.atlassian.crowd.console.action.setup.Complete
This is required because this action backs login.jsp if the setup has completed successfully
isDummyMode() - Method in class com.atlassian.crowd.openid.client.action.Login
 
isEmailAllowed(String) - Method in interface com.atlassian.crowd.service.SignupSettingsService
Checks if the given email address is allowed to sign up.
isEmailAllowed(String) - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
isEmailSentOnSignUp() - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
isEmailSentOnSignUp() - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
isEmbeddedSelected() - Method in class com.atlassian.crowd.console.action.setup.Database
 
isEmpty() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
 
isEmpty() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
isEmpty() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
isEmpty() - Method in class com.atlassian.crowd.directory.AttributeValuesHolder
 
isEmpty() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
isEmpty() - Method in class com.atlassian.crowd.directory.MultiValuedAttributeValuesHolder
 
isEmpty() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
isEmpty() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
isEmpty() - Method in interface com.atlassian.crowd.embedded.api.Attributes
 
isEmpty() - Method in class com.atlassian.crowd.embedded.impl.AbstractDelegatingEntityWithAttributes
 
isEmpty() - Method in class com.atlassian.crowd.embedded.impl.ImmutableAttributes
 
isEmpty() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
 
isEmpty() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
isEmpty() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntityList
 
isEmpty() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
isEmpty() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
isEmpty() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntityList
 
isEmpty() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
isEmpty() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
isEmpty() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
isEmpty() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
isEmpty() - Method in class com.atlassian.crowd.model.EntityWithAttributes
 
isEmpty() - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
isEmpty() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
isEmpty() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
isEmpty() - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
isEnableCheckImmediateMode() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
isEnableCheckImmediateMode() - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
isEnableCheckImmediateMode() - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
isEnabled() - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetails
Indicates whether the user is enabled or disabled.
isEnabled() - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetails
Indicates whether the user is enabled or disabled.
isEnabled() - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
isEnabled() - Method in interface com.atlassian.crowd.manager.backup.BackupScheduler
Return whether automated backup is enabled
isEnabled() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
isEnableRelyingPartyLocalhostMode() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
isEnableRelyingPartyLocalhostMode() - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
isEnableRelyingPartyLocalhostMode() - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
isEnableScheduleBackups() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
isEnableStatelessMode() - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
isEnableStatelessMode() - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
isEnableStatelessMode() - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
isEncryptedCredential() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
isEncryptedCredential() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
isEncryptPasswords() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
isError() - Method in class com.atlassian.crowd.console.action.Login
 
isEvaluation() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
isEvaluation() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isEverythingOk() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
isExact() - Method in enum com.atlassian.crowd.search.query.entity.restriction.MatchMode
Returns true if this value represents an exact match mode.
isExact() - Method in class com.atlassian.crowd.util.BoundedCount
 
isExpanded() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
Does this object represent an expanded group, or does it only contain a group name.
isExpanded() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
Does this object represent an expanded user, or does it only contain a username.
isExpired(Token) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
isExportOfNonLocalGroupsRequired(DirectoryType) - Method in class com.atlassian.crowd.migration.legacy.PartialXmlMapper
Determines whether the backup for a directory type includes all groups (both local and non-local), or just local groups, excluding non-local (remote) groups.
isExternalIdConfigured() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
Checks if the 'User Unique ID Attribute' is set.
isExtracted() - Method in class com.atlassian.crowd.apacheds.AppServerFriendlySchemaLdifExtractor
 
isFeatureEnabledForAllUsers(String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
isFeatureEnabledForCurrentUser(String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
isFeatureEnabledForUser(UserKey, String) - Method in class com.atlassian.crowd.feature.DarkFeatureManagerOsgiAccessor
 
isFilterExpiredUsers() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isFilterExpiredUsers() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isFilteringExpiredUsers() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Specify whether expired users should be filtered out.
isFilteringExpiredUsers() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isFindChildren() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
isFullRange() - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
isGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
isGroup(String) - Method in interface com.atlassian.crowd.service.GroupManager
Returns true if groupName represents a valid group, false otherwise.
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
isGroupDirectGroupMember(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Determines if a group is a direct member of another group.
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.RFC2307Directory
 
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
isGroupDirectGroupMember(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Determines if a group is a direct member of another group.
isGroupDirectGroupMember(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
isGroupDirectGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
isGroupDirectGroupMember(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns true if the childGroup is a direct member of the parentGroup in any of the application's assigned directories.
isGroupDirectGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
isGroupDirectGroupMember(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the childGroup is a direct member of the parentGroup in the directory specified by the passed in directoryId.
isGroupDirectGroupMember(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
isGroupDirectGroupMember(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Tests if a group is a direct member of a group.
isGroupDirectMember(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
isGroupDirectMember(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Determines whether the group is a direct member of the (supposedly) parent group.
isGroupMappingSelected(String, String) - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
isGroupMember(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if a principal is a member of a group for the application's assigned directory.
isGroupMember(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
isGroupMember(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if a principal is a member of a group for the application's assigned directory.
isGroupMember(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
isGroupMemberOfGroup(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if childGroupName is a direct or indirect (nested) member of parentGroupName.
isGroupMemberOfGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup.
isGroupMemberOfGroup(String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
isGroupMemberOfGroup(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
isGroupNestedGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
isGroupNestedGroupMember(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup in any of the application's active assigned directories.
isGroupNestedGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
isGroupNestedGroupMember(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the childGroup is a direct or indirect (nested) member of the parentGroup in the directory specified by the passed in directoryId.
isGroupNestedGroupMember(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
isGzipEnabled() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Deprecated.
this is no longer configurable in Crowd and always returns true
isGzipEnabled() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
isHasSubGroups() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
isHSQLDB(String) - Static method in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
isImmediate() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
isImportableDirectory(Directory) - Method in class com.atlassian.crowd.migration.legacy.PartialXmlMapper
 
isImportGroups() - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
isImportGroups() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
isImportPasswords() - Method in class com.atlassian.crowd.importer.config.Configuration
 
isIncludeIpAddressInValidationFactors() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Should the client IP address be included as a validation factor?
isIncludeIpAddressInValidationFactors() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
isIncrementalSyncEnabled() - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
isIncrementalSyncEnabled() - Method in interface com.atlassian.crowd.directory.SynchronisableDirectory
Gets the preferred synchronisation mode for this remote directory.
isIncrementalSynchronisationAvailable() - Method in class com.atlassian.crowd.integration.rest.entity.EventEntityList
 
isInGoodStanding(Webhook) - Method in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
isInGoodStanding(Webhook) - Method in interface com.atlassian.crowd.manager.webhook.WebhookHealthStrategy
Decides whether the Webhook is in good standing.
isInitialLoad() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isJdbcOverwriteData() - Method in class com.atlassian.crowd.console.action.setup.Database
 
isJdbcSelected() - Method in class com.atlassian.crowd.console.action.setup.Database
 
isJndiMailActive() - Method in class com.atlassian.crowd.util.mail.SMTPServer
 
isKeysFound() - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
isLastPage() - Method in interface com.atlassian.crowd.model.page.Page
 
isLastPage() - Method in class com.atlassian.crowd.model.page.PageImpl
 
isLegacyCrowd() - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMigrationManager
 
isLicenseExpired() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
isLicenseExpired() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isLicenseKeyValid(String) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
Will validate that a given License key is valid
isLicenseKeyValid(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isLicenseValid() - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
This will evaluate against the current license stored in Crowd LicenseStore.
isLicenseValid(CrowdLicense) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
isLicenseValid() - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isLicenseValid(CrowdLicense) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isLocal() - Method in class com.atlassian.crowd.directory.ImmutableGroup
 
isLocal() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
isLocal() - Method in interface com.atlassian.crowd.model.group.InternalDirectoryGroup
Returns true if this is a Local Group.
isLocal() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
isLocalGroupsEnabled() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isLocalGroupsEnabled() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isLocalGroupsEnabled() - Method in class com.atlassian.crowd.directory.hybrid.InternalGroupHandler
 
isLocalGroupsEnabled() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Returns true if groups and group memberships are to be mutated only (created, updated, deleted) in local storage, otherwise the mutations will be propagated to the underlying LDAP implementation (full read-write LDAP groups).
isLocalGroupsEnabled() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isLocalUserStatusEnabled() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isLocalUserStatusEnabled() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isLocalUserStatusEnabled() - Method in class com.atlassian.crowd.directory.CachingDirectory
Caching directories can be configured to support local user statuses.
isLocalUserStatusEnabled() - Method in class com.atlassian.crowd.directory.InternalDirectory
Internal directories never support local user statuses.
isLocalUserStatusEnabled() - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Returns true if user active status is updated independently in the Crowd cache and the remote directory.
isLocalUserStatusEnabled() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Returns true if user status are updated independently in the Crowd cache and the remote directory.
isLocalUserStatusEnabled() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isLoggedIn() - Method in class com.atlassian.crowd.pageobjects.CrowdHeader
 
isLowerCaseOutput() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isLowerCaseOutput() - Method in interface com.atlassian.crowd.model.application.Application
Returns true if the usernames and group names returned should be in lowercase.
isLowerCaseOutput() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
isLowerCaseOutput() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
isLowercaseOutput() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
isMailServerConfigured() - Method in class com.atlassian.crowd.console.action.Console
 
isMember(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Maintains a list of true/false for "is this user a member of this group".
isMember(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isMember(String, String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
isMember(String, String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Returns true if the user represented by userName is a member of groupName
isMemberInGroupCache(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Checks the group to user cache to see if the user is a member.
isMemberInGroupCache(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isMembershipAggregationEnabled() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isMembershipAggregationEnabled() - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
 
isMembershipAggregationEnabled() - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
isMembershipAggregationEnabled() - Method in interface com.atlassian.crowd.model.application.Application
 
isMembershipAggregationEnabled() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
isMembershipAggregationEnabled() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
isMsSQLServer(String) - Static method in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
isMySQL(String) - Static method in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
isNearExpiredLicense() - Method in class com.atlassian.crowd.console.action.Console
 
isNestedGroupsDisabled() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
isNestedGroupsDisabled() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isNewInstallSelected() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
isNull() - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
Returns a property restriction that is only satisfied if the value of the property is null.
isOracle(String) - Static method in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
isOverwriteTarget() - Method in class com.atlassian.crowd.importer.config.Configuration
 
isOverwriteUsed() - Method in class com.atlassian.crowd.manager.directory.BulkAddResult
 
isPagedResults() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
Gets if paged results are going to used when pulling data from the LDAP server.
isPagedResults() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isPagedResultsControl() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
isPagedResultsControl() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
Checks if the configuration of the LDAP directory server uses paged results.
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.AtlassianSecurityPasswordEncoder
Returns true if the rawPass is the same password that was used to create encPass.
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.AtlassianSHA1PasswordEncoder
 
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.BCryptPasswordEncoder
 
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.DESPasswordEncoder
 
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.LdapShaPasswordEncoder
 
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.LdapSshaPasswordEncoder
 
isPasswordValid(String, String, Object) - Method in interface com.atlassian.crowd.password.encoder.PasswordEncoder
Validates a specified "raw" password against an encoded password.
isPasswordValid(String, String, Object) - Method in class com.atlassian.crowd.password.encoder.PlaintextPasswordEncoder
 
isPermanent() - Method in interface com.atlassian.crowd.model.application.Application
Returns whether the application is a permanent application and thus cannot be removed.
isPermanent() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
isPermanent() - Method in class com.atlassian.crowd.model.application.ImmutableApplication
 
isPermissionGroupAdd() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionGroupAdd() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionGroupAttributeModify() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionGroupAttributeModify() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionGroupModify() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionGroupModify() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionGroupRemove() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionGroupRemove() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionPrincipalAdd() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionPrincipalAdd() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionPrincipalAttributeModify() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionPrincipalAttributeModify() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionPrincipalModify() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionPrincipalModify() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermissionPrincipalRemove() - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
isPermissionPrincipalRemove() - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
isPermitted(String, String) - Method in interface com.atlassian.crowd.cache.UserAuthorisationCache
Returns whether the user is permitted to authenticate with the application.
isPermitted(String, String) - Method in class com.atlassian.crowd.cache.UserAuthorisationCacheImpl
 
isPluginApplication() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isPostgreSQL(String) - Static method in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
isPreventingLockout() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
isPreventingLockout() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
isPrimaryGroupSupport() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isPrimaryGroupSupport() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isPrimaryGroupSupported() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
isPrimaryGroupSupported() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isProfilingOn() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
isQueryOnInternalFieldsOnly(EntityQuery<T>) - Static method in class com.atlassian.crowd.directory.ldap.QueryAnalyser
 
isQueryOnLdapFieldsOnly(EntityQuery<T>) - Static method in class com.atlassian.crowd.directory.ldap.QueryAnalyser
 
isRecoveryModeActive() - Method in class com.atlassian.crowd.console.action.Console
 
isRecoveryModeOn() - Method in interface com.atlassian.crowd.manager.recovery.RecoveryModeService
 
isRecoveryModeOn() - Method in class com.atlassian.crowd.manager.recovery.SystemPropertyRecoveryModeService
 
isReferral() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isReferral() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isReferral() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Returns true if referrals should be followed.
isReferral() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isRelaxedDnStandardisation() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Whether we should use the more expensive but completely cross-directory compatible method for standardising DNs when mapping object DNs and and memberDNs (value = false); or if we can use a more efficient but relaxed form of standardisation (value = true).
isRelaxedDnStandardisation() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isRemovingConsoleAdminFromLastAdminGroup(String, String, long) - Method in class com.atlassian.crowd.util.AdminGroupChecker
 
isRemovingCrowdConsoleAdminMembership(String, long, String, long) - Method in class com.atlassian.crowd.util.AdminGroupChecker
 
isRemovingCrowdConsoleAdminMembership(String, long, List<String>, long) - Method in class com.atlassian.crowd.util.AdminGroupChecker
 
isResetDomain() - Method in class com.atlassian.crowd.console.action.admin.Backup
 
isResourceTotalOverLimit(float, int) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
Calculates the percentage of currentResourceCount over the user limit on a license and returns true or false if the percentage is above the passed in limit.
isResourceTotalOverLimit(float, int) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isRestoredXml(URL, String) - Method in class com.atlassian.crowd.acceptance.tests.TestDataState
Report on whether an unmodified version of the data in xmlfilename is available.
isRoleMember(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
isRoleMember(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
isRoleMember(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if a principal is a member of a role for the application's assigned directory.
isRoleMember(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
isRolesDisabled() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
isRolesDisabled() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
isRolesDisabled() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
isRolesDisabled() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
isRolesDisabled() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Returns true if roles should be disabled, as in some caching setups.
isRolesDisabled() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isRolesDisabled() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
isRolesDisabled() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Deprecated. 
isRolesDisabled() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
isRolesDisabled() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
isRoot() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
isSafe(String) - Static method in class com.atlassian.crowd.directory.ldap.util.XmlValidator
Verifies whether a string consists solely of valid XML characters.
isSecure() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isSecure() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isSecure() - Method in class com.atlassian.crowd.integration.rest.entity.CookieConfigEntity
 
isSecure() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
isSecure() - Method in class com.atlassian.crowd.model.authentication.CookieConfiguration
Returns true if the cookie should only be included in a secure connection.
isSecure() - Method in class com.atlassian.crowd.plugin.rest.entity.CookieConfigEntity
 
isSecureCookie() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
isSecureCookie() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
isSecureCookie() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
isSecureCookie() - Method in class com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
 
isSecureSSL() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
If the connection must be secure.
isSelectedDirectory(Long) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
isServlet24() - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
isSettable(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
isSetup() - Method in class com.atlassian.crowd.console.johnson.CrowdJohnsonSetupConfig
 
isSetupLicenseKeyValid(String) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
Checks if a license key valid for set up.
isSetupLicenseKeyValid(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
isSetupPage(String) - Method in class com.atlassian.crowd.console.johnson.CrowdJohnsonSetupConfig
 
isSetupTypeNewInstall() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
isSetupTypeXmlUpgrade() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
isShowForgotPassword() - Method in class com.atlassian.crowd.console.action.Login
 
isShowGroupsConfiguration() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
isShowGroupsConfiguration() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConfiguration
 
isSignupEnabled() - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
isSignupEnabled() - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
isSingleton() - Method in class com.atlassian.crowd.plugin.factory.BundledPluginLoaderFactory
 
isSingleton() - Method in class com.atlassian.crowd.plugin.factory.DirectoryPluginLoaderFactory
 
isSingleton() - Method in class com.atlassian.crowd.plugin.factory.OsgiContainerManagerFactory
 
isSingleton() - Method in class com.atlassian.crowd.plugin.spring.OsgiPersistentCacheFactory
 
isSingleton() - Method in class com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
 
isSiteAllowedToAuthenticate(URL) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Determines is a URL is allowed to authenticate.
isSiteAllowedToAuthenticate(URL) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
Determines is a URL is allowed to authenticate.
isStateless() - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
isSubscription() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
isSubscription() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isSupportsNestedGroups() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
isSupportsNestedGroups() - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
isSynchronisable(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the underlying directory implementation supports manual synchronisation of the directory's local cache.
isSynchronisable(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
isSynchronising() - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
Returns true if the directory is currently being synchronised.
isSynchronising() - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
Returns true if the directory is currently being synchronised.
isSynchronising(long) - Method in class com.atlassian.crowd.acceptance.utils.NoopDirectorySynchroniser
 
isSynchronising() - Method in class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
Is the directory currently synchronising.
isSynchronising(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the given Directory is currently synchronising.
isSynchronising(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
isSynchronising(long) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchroniser
Returns whether the directory is currently synchronising.
isSynchronising(long) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchroniserHelper
Returns true if the given directory is currently being synchronised.
isSynchronising(long) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserHelperImpl
 
isSynchronising(long) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserImpl
 
isSysAdmin() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
isSysAdmin() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isSystemAdmin(String) - Method in class com.atlassian.crowd.service.AbstractUserService
 
isSystemAdmin(String) - Method in interface com.atlassian.crowd.service.UserService
Returns true or false depending on if a user has been granted the sysAdmin permission within Crowd.
isSystemAdmin(String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
isSystemAdmin(UserKey) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
isTerminalEndOfRange() - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
isTerminalMissing() - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
isTestAuthentication() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isTextPresent(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Checks if text is present on the page
isTrusted(String) - Method in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
Returns true if the address represents a configured trusted proxy.
isTrusted(String) - Method in class com.atlassian.crowd.manager.proxy.TrustedProxyManagerImpl
Returns true if the proxy server is trusted, false otherwise.
isUpdateSuccessful() - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
isUpdateUsers() - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
isUpdateUsers() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
isUpgradeFromExistingDatabase() - Method in class com.atlassian.crowd.console.action.setup.Database
 
isUpgradeRequired(String) - Method in class com.atlassian.crowd.password.encoder.AtlassianSecurityPasswordEncoder
Returns true if the the password is encoded using an older scheme, and if it should be re-encoded and updated.
isUpgradeRequired(String) - Method in interface com.atlassian.crowd.password.encoder.UpgradeablePasswordEncoder
Return true if the password should be re-encoded as it does not match the encoding format of the most secure underlying encoder.
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowd
 
isUseNestedGroups() - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
isUser(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
With JIRA we're guaranteed that if there are any names in the user list, all the names are in the user list.
isUser(String) - Method in interface com.atlassian.crowd.service.UserManager
Returns true if userName represents a valid user.
isUserAttributeSynchronisationEnabled() - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
isUserAuthorised(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
isUserAuthorised(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns true if the user is permitted to attempt authentication with the application.
isUserAuthorised(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
isUserAuthorised(Application, String) - Method in class com.atlassian.crowd.manager.application.CachingApplicationService
 
isUserAuthorised(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
isUserAuthorised(Application, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeAwareApplicationService
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
isUserDirectGroupMember(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Determines if a user is a direct member of a group.
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.RFC2307Directory
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
isUserDirectGroupMember(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Determines if a user is a direct member of a group.
isUserDirectGroupMember(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
isUserDirectGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
isUserDirectGroupMember(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns true if the user is a direct member of the group in the directory of the first user found with the specified username.
isUserDirectGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
isUserDirectGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
isUserDirectGroupMember(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the user is a direct member of the group in the directory specified by the passed in directoryId.
isUserDirectGroupMember(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
isUserDirectGroupMember(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Tests if a user is a direct member of a group.
isUserDirectMember(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
isUserDirectMember(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Determines whether the user is a direct member of the group.
isUserDirty(SOAPPrincipal, SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isUseRelaxedDNStandardisation() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isUseRelaxedDNStandardisation() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isUserEnabled(String) - Static method in class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlUtil
 
isUserEncryptionConfigurable() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isUserEncryptionConfigurable() - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
isUserExternalIdReadOnly() - Method in class com.atlassian.crowd.directory.InternalDirectory
When an InternalDirectory is used as an internal directory, it must manage the values of the external_id column.
isUserExternalIdReadOnly() - Method in class com.atlassian.crowd.directory.InternalDirectoryForDelegation
 
isUserInGroup(String, String) - Method in class com.atlassian.crowd.service.AbstractUserService
 
isUserInGroup(String, String) - Method in interface com.atlassian.crowd.service.UserService
Returns whether the user is in the specify group
isUserInGroup(String, String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
isUserInGroup(UserKey, String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
isUserMappingSelected(String, String) - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
isUserMemberOfGroup(String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if the user is a direct or indirect (nested) member of the group.
isUserMemberOfGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Returns true if the user is a direct or indirect (nested) member of the group.
isUserMemberOfGroup(String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
isUserMemberOfGroup(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
isUserNestedGroupMember(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
isUserNestedGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
isUserNestedGroupMember(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns true if the user is a direct or indirect (nested) member of the group in the directory of the first user found with the specified username.
isUserNestedGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
isUserNestedGroupMember(Application, String, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
isUserNestedGroupMember(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the user is a direct or indirect (nested) member of the group in the directory specified by the passed in directoryId.
isUserNestedGroupMember(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
isUserNestedGroupMember(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Tests if a user is a nested member of a group.
isUserOrGroup(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Will return true if there is enough information in the cache to determine if the string represents a user or group
isUserOrGroup(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isUserOrGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
isUserToken() - Method in class com.atlassian.crowd.model.token.Token
 
isUseUserMembershipAttribute() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isUseUserMembershipAttribute() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isUseUserMembershipAttributeForGroupMembership() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
isUseUserMembershipAttributeForGroupMembership() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
isUseWebAvatars() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Should public services be used for user avatars?
isUseWebAvatars() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
isUsingConnectionPooling() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isUsingDatabaseStorage() - Method in interface com.atlassian.crowd.manager.token.SwitchableTokenManager
 
isUsingDatabaseStorage() - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
Returns true if the memory token manager is in use.
isUsingDatabaseTokenStorage() - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Will return true if the Crowd instance is using database token storage for authentication Token's otherwise assume we are using in-memory
isUsingDatabaseTokenStorage() - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
isUsingUserMembershipAttribute() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
isUsingUserMembershipAttribute() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isUsingUserMembershipAttributeForGroupMembership() - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
isUsingUserMembershipAttributeForGroupMembership() - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
isValid() - Method in class com.atlassian.crowd.importer.config.Configuration
Will make sure that all required properties have been set on the Configuration object to perform an import.
isValid() - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
isValid() - Method in class com.atlassian.crowd.importer.config.DirectoryConfiguration
 
isValid() - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
isValidAuthentication(String) - Static method in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
 
isValidEmail(String) - Static method in class com.atlassian.crowd.util.UserUtils
Returns true if an email address is valid.
isValidPrincipalToken(AuthenticatedToken, String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if the principal's current token is still valid.
isValidPrincipalToken(AuthenticatedToken, String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
isValidProtocol(String) - Static method in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyUtil
 
isValidResetToken(long, String, String) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Returns true if the password reset token for the user with the specified username and directory ID are valid and not expired.
isValidResetToken(long, String, String) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
isValidTestAuthentication() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
isValidToken(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if the principal's current token is still valid.
isValidToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
isWebavatars() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
isWithinGracePeriod() - Method in interface com.atlassian.crowd.console.action.ActionHelper
 
isWithinGracePeriod() - Method in class com.atlassian.crowd.console.action.BaseAction
 
isXmlCharacter(int) - Static method in class com.atlassian.crowd.directory.ldap.util.XmlValidator
Recognise valid XML characters as defined by Extensible Markup Language, section 2.2.
isXmlInstallSelected() - Method in class com.atlassian.crowd.console.action.setup.Installation
 
iterator() - Method in class com.atlassian.crowd.directory.DirectoryMembershipsIterable
 
iterator() - Method in class com.atlassian.crowd.directory.RFC4519DirectoryMembershipsIterable
 
iterator() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntityList
 
iterator() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
iterator() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 

J

JAXBContextCache - Class in com.atlassian.crowd.integration.rest.util
Caches the instances of JAXBContext for each entity class for performance reasons as suggested by the JAXB docs.
JAXBContextCache() - Constructor for class com.atlassian.crowd.integration.rest.util.JAXBContextCache
 
JdbcConfiguration - Class in com.atlassian.crowd.importer.config
This class represents the properties required to connect with a database, specifically the details for a JIRA, Confluence or Bamboo database.
JdbcConfiguration(Long, String, boolean, String, String, String, String) - Constructor for class com.atlassian.crowd.importer.config.JdbcConfiguration
 
jdbcTemplate - Variable in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
JiraImporter - Class in com.atlassian.crowd.importer.importers
 
JiraImporter(DirectoryManager) - Constructor for class com.atlassian.crowd.importer.importers.JiraImporter
 
JiraImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
JiraImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.JiraImporterTest
 
JOB_ID - Static variable in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
JOB_RUNNER_KEY - Static variable in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
JOB_RUNNER_KEY - Static variable in class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
JobRunnerRegistrar - Class in com.atlassian.crowd.scheduling
A helper class to allow for scheduler service jobs to be defined in spring XML
JobRunnerRegistrar() - Constructor for class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
JohnsonEventContainerFactoryBean - Class in com.atlassian.crowd.util
 
JohnsonEventContainerFactoryBean() - Constructor for class com.atlassian.crowd.util.JohnsonEventContainerFactoryBean
 
JpegPhotoContextMapper - Class in com.atlassian.crowd.directory.ldap.mapper
 
JpegPhotoContextMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.JpegPhotoContextMapper
 
JpegPhotoContextMapper(String) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.JpegPhotoContextMapper
 

K

Key(String, long) - Constructor for class com.atlassian.crowd.embedded.api.UserComparator.Key
 
key() - Method in interface com.atlassian.crowd.plugin.module.PluginProvidedDecoratorModule
 
KEY_MAKER - Static variable in class com.atlassian.crowd.embedded.api.UserComparator
A Function to turn Users into representative keys that sort in the same order as this Comparator.
KEY_PREFIX - Static variable in class com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
 
KeyedExecutor<K> - Class in com.atlassian.crowd.manager.webhook
A task executor that discards tasks if there is another existing task with the same key queued for execution.
KeyedExecutor(Executor) - Constructor for class com.atlassian.crowd.manager.webhook.KeyedExecutor
 
keys() - Method in class com.atlassian.crowd.dao.directory.SortedProperties
 
KeyUtils - Class in com.atlassian.crowd.trusted
Utility methods for dealing with keys
KeyUtils() - Constructor for class com.atlassian.crowd.trusted.KeyUtils
 

L

LANGUAGE - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
LargeCsvImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.performance
Test CSV import of 1000 users, 100 groups and 5000 members.
LargeCsvImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.LargeCsvImporterTest
 
LAST_ACCESSED_TIME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
Date the token was last accessed in milliseconds
LAST_ACTIVITY - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for last active date user attribute.
LAST_AUTHENTICATED - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the last authentication.
LAST_NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
LAST_START_SYNC_TIME - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for the last synchronisation's start time in milliseconds from epoch.
LAST_SYNC_DURATION_MS - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for the last synchronisation's duration in milliseconds.
LAST_SYNC_INFO_ELEM_ID - Static variable in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
 
LAST_VALIDATED - Static variable in class com.atlassian.crowd.integration.http.VerifyTokenFilter
The session key stored as a Date, is the last time the principal had a successful token validation.
lastModified - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The time entity was last modification.
lastname - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
lastname - Variable in class com.atlassian.crowd.console.action.user.EditProfile
 
LASTNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the last name attribute.
lastname - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
lastname - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
LASTNAME_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login lastname macro key.
LBRACKET - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
LBRACKET - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
LBRACKET - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
LDAP_BASEDN_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP base DN.
LDAP_CONNECTION_TIMEOUT - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Timeout stored in milliseconds when opening new server connections.
LDAP_EXTERNAL_ID - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the unique ID attribute in LDAP.
LDAP_FILTER_EXPIRED_USERS - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to determine if the expired users should be filtered out.
LDAP_NESTED_GROUPS_DISABLED - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to fine whether or not we support nested groups for a given LDAP Directory
LDAP_PAGEDRESULTS_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP paged results attribute.
LDAP_PAGEDRESULTS_SIZE - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP paged results size attribute.
LDAP_PASSWORD_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP password.
LDAP_POOL_INITSIZE - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Initial size of connection pool, e.g.
LDAP_POOL_MAXSIZE - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Maximum size of connection pool.
LDAP_POOL_PREFSIZE - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Preferred size of connection pool.
LDAP_POOL_TIMEOUT - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Idle time stored in milliseconds for a connection before it is removed from the pool.
LDAP_POOLING_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for connection pooling.
LDAP_PROPOGATE_CHANGES - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the propagation of changes.
LDAP_READ_TIMEOUT - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Timeout stored in milliseconds for search and other read operations.
LDAP_REFERRAL_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the referral option.
LDAP_RELAXED_DN_STANDARDISATION - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to decide whether we need full DN standardisation or can get away with faster, relaxed standardisation.
LDAP_SEARCH_TIMELIMIT - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Time limit on searches stored in milliseconds.
LDAP_SECURE_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the SSL required flag.
LDAP_URL_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP url.
LDAP_USER_ENCRYPTION_METHOD - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
LDAP password encrypion algorithm, used for updating a Principal's password with the correct encryption algorithm
LDAP_USERDN_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP user DN.
LDAP_USING_USER_MEMBERSHIP_ATTRIBUTE - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to decide if the user group membership attribute ("memberOf" or equivalent) should be used to fetch the list of users that are members of a group.
LDAP_USING_USER_MEMBERSHIP_ATTRIBUTE_FOR_GROUP_MEMBERSHIP - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to decide if the user group membership attribute ("memberOf" or equivalent) should be used to fetch the list of groups a user belongs to.
LDAPConfigurationTesterImpl - Class in com.atlassian.crowd.console.action.directory
 
LDAPConfigurationTesterImpl(DirectoryInstanceLoader) - Constructor for class com.atlassian.crowd.console.action.directory.LDAPConfigurationTesterImpl
 
LdapConnectionPoolInitialisationListener - Class in com.atlassian.crowd.embedded.directory
Listens to ApplicationReadyEvent that should be thrown by the application upon startup.
LdapConnectionPoolInitialisationListener(ApplicationFactory, EventPublisher) - Constructor for class com.atlassian.crowd.embedded.directory.LdapConnectionPoolInitialisationListener
 
LDAPCredentialEncoder - Interface in com.atlassian.crowd.directory.ldap.credential
Encodes and/or encrypts a given PasswordCredential to the value expected by a particular directory connector.
LDAPCredentialEncoder.LDAPCredentialToByteArrayEncoder - Interface in com.atlassian.crowd.directory.ldap.credential
 
LDAPCredentialEncoder.LDAPCredentialToStringEncoder - Interface in com.atlassian.crowd.directory.ldap.credential
 
LDAPDirectory - Interface in com.atlassian.crowd.directory
Contains methods specific to LDAP direcotories.
LDAPDirectoryEntity - Interface in com.atlassian.crowd.model
 
LDAPDirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
Marker interface for the LDAP Directory instance loader.
LDAPDirectoryInstanceLoaderImpl - Class in com.atlassian.crowd.directory.loader
Loads an implementation of a RemoteDirectory for use at runtime by the Crowd security server.
LDAPDirectoryInstanceLoaderImpl(InstanceFactory) - Constructor for class com.atlassian.crowd.directory.loader.LDAPDirectoryInstanceLoaderImpl
 
LDAPEntityNameMap<T extends LDAPDirectoryEntity> - Class in com.atlassian.crowd.directory.ldap.cache
A composite map of ObjectGUID to DN and DN to Name.
LDAPEntityNameMap() - Constructor for class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
LDAPGroupAttributesMapper - Class in com.atlassian.crowd.directory.ldap.mapper.entity
 
LDAPGroupAttributesMapper(long, GroupType, LDAPPropertiesMapper) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
LDAPGroupWithAttributes - Class in com.atlassian.crowd.model.group
 
LDAPGroupWithAttributes(String, GroupTemplateWithAttributes) - Constructor for class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
LdapHostnameVerificationSSLSocketFactory - Class in com.atlassian.crowd.directory.ssl
This SocketFactory needs to call SSLParameters.setEndpointIdentificationAlgorithm(String) to enable LDAPS hostname verification.
LdapMd5PasswordEncoder - Class in com.atlassian.crowd.password.encoder
A version of Md5PasswordEncoder which supports an Ldap version via having a label of "{MD5}" preappended to the encoded hash.
LdapMd5PasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
ldapPassword - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
LdapPasswordEncoder - Interface in com.atlassian.crowd.password.encoder
A marker interface to show that a password encoder is supported by LDAP based directories.
LDAPPropertiesHelper - Interface in com.atlassian.crowd.directory.ldap.util
This class is a helper class that contains all configuration and implementation information for LDAP This configuration data is pulled from property files on the classpath in the format ConnectorClazz.properties
LDAPPropertiesHelperImpl - Class in com.atlassian.crowd.directory.ldap.util
This class is a helper class that contains all configuration and implementation information for LDAP This configuration data is pulled from property files on the classpath in the format ConnectorClazz.properties
LDAPPropertiesHelperImpl() - Constructor for class com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelperImpl
 
LDAPPropertiesMapper - Interface in com.atlassian.crowd.directory.ldap
Allows LDAP directory connectors to obtain LDAP settings, such as directory-specific names for RDNs.
ldapPropertiesMapper - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
ldapPropertiesMapper - Variable in class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
 
ldapPropertiesMapper - Variable in class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
 
ldapPropertiesMapper - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
LDAPPropertiesMapperImpl - Class in com.atlassian.crowd.directory.ldap
 
LDAPPropertiesMapperImpl(LDAPPropertiesHelper) - Constructor for class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
LDAPQuery - Class in com.atlassian.crowd.search.ldap
 
LDAPQuery(String) - Constructor for class com.atlassian.crowd.search.ldap.LDAPQuery
 
ldapQueryTranslater - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
LDAPQueryTranslater - Interface in com.atlassian.crowd.search.ldap
The LDAPQueryTranslater: - Does not support searching based on GroupTermKeys.GROUP_TYPE: this cannot exist as a search restriction.
LDAPQueryTranslaterImpl - Class in com.atlassian.crowd.search.ldap
The LDAPQueryTranslater: - Does not support searching based on GroupTermKeys.GROUP_TYPE: this cannot exist as a search restriction.
LDAPQueryTranslaterImpl() - Constructor for class com.atlassian.crowd.search.ldap.LDAPQueryTranslaterImpl
 
LdapShaPasswordEncoder - Class in com.atlassian.crowd.password.encoder
 
LdapShaPasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.LdapShaPasswordEncoder
 
LdapSshaPasswordEncoder - Class in com.atlassian.crowd.password.encoder
This class overrides the LdapShaPasswordEncoder to specifically add salt to the SSHA if it has not been provided
LdapSshaPasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.LdapSshaPasswordEncoder
 
ldapTemplate - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
LdapTypeConfig - Class in com.atlassian.crowd.directory.ldap
Information bean for building the UI configuration screen.
LdapTypeConfig(String, String, Properties) - Constructor for class com.atlassian.crowd.directory.ldap.LdapTypeConfig
 
LDAPUserAttributesMapper - Class in com.atlassian.crowd.directory.ldap.mapper.entity
Maps an LDAP Attributes object to the Crowd {User} object type, and vice versa.
LDAPUserAttributesMapper(long, LDAPPropertiesMapper) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
LDAPUserWithAttributes - Class in com.atlassian.crowd.model.user
 
LDAPUserWithAttributes(String, UserTemplateWithAttributes) - Constructor for class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
LdifLoaderForTesting - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test utility class for restoring LDIF to the embedded ApacheDS server.
LdifLoaderForTesting(String) - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.LdifLoaderForTesting
 
LEGACY_GENERIC_XML_ATTRIBUTE_ID - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
LEGACY_GENERIC_XML_ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
LEGACY_GENERIC_XML_ATTRIBUTE_VALUE - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
LEGACY_GENERIC_XML_ATTRIBUTE_VALUES - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
LEGACY_GENERIC_XML_CONCEPTION - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
LEGACY_GENERIC_XML_LASTMODIFIED - Static variable in class com.atlassian.crowd.migration.legacy.XmlMapper
 
LegacyDatabaseVerifier - Class in com.atlassian.crowd.migration.verify
Pretty much a copy/paste of LegacyXmlVerifier - just that info is taken from database instead of XML document
LegacyDatabaseVerifier(JdbcOperations) - Constructor for class com.atlassian.crowd.migration.verify.LegacyDatabaseVerifier
 
LegacyImportDataHolder - Class in com.atlassian.crowd.migration.legacy
This class holds references that can be shared across other importers should the need arise.
LegacyImportDataHolder() - Constructor for class com.atlassian.crowd.migration.legacy.LegacyImportDataHolder
 
LegacyImporter - Interface in com.atlassian.crowd.migration.legacy
A Mapper that will handle the import a Domain object, or any object from legacy (Crowd v1.x) XML into the datastore.
legacyTableQueries - Variable in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
LegacyTableQueries - Interface in com.atlassian.crowd.migration.legacy.database.sql
 
legacyTableQueries - Variable in class com.atlassian.crowd.migration.verify.DatabaseVerifier
 
LegacyXmlMigrator - Class in com.atlassian.crowd.migration.legacy
 
LegacyXmlMigrator(List<LegacyImporter>) - Constructor for class com.atlassian.crowd.migration.legacy.LegacyXmlMigrator
 
LegacyXmlRestoreTestSuite - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.legacy
 
LegacyXmlRestoreTestSuite() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.LegacyXmlRestoreTestSuite
 
LegacyXmlVerifier - Class in com.atlassian.crowd.migration.legacy
Responsible for verifying the correctness of a legacy XML backup.
LegacyXmlVerifier() - Constructor for class com.atlassian.crowd.migration.legacy.LegacyXmlVerifier
 
LegacyXmlVerifier - Class in com.atlassian.crowd.migration.verify
Responsible for verifying the correctness of a legacy XML backup.
LegacyXmlVerifier() - Constructor for class com.atlassian.crowd.migration.verify.LegacyXmlVerifier
 
lessThan(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
Returns a property restriction that is only satisfied if the value of the property is less than the given value.
level - Variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
levelNames - Variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
LicenceFilter - Class in com.atlassian.crowd.console.filter
A Filter to check if the license is valid.
LicenceFilter() - Constructor for class com.atlassian.crowd.console.filter.LicenceFilter
 
License - Class in com.atlassian.crowd.console.action
 
License() - Constructor for class com.atlassian.crowd.console.action.License
 
license - Variable in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
License - Class in com.atlassian.crowd.console.action.setup
This setup action is not spring-injected.
License() - Constructor for class com.atlassian.crowd.console.action.setup.License
 
LICENSE_HASH - Static variable in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
LICENSE_MESSAGE - Static variable in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
LICENSE_STEP - Static variable in class com.atlassian.crowd.console.action.setup.License
 
LicenseMaintenanceTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
LicenseMaintenanceTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
LicenseResourceEntity - Class in com.atlassian.crowd.manager.license
 
LicenseResourceEntity(long, String) - Constructor for class com.atlassian.crowd.manager.license.LicenseResourceEntity
 
LicenseResourceJob - Class in com.atlassian.crowd.manager.license
System event that runs calculating the total number of resources are being consumed verses the license resource limit.
LicenseResourceJob(PropertyManager, CrowdLicenseManager, EventPublisher) - Constructor for class com.atlassian.crowd.manager.license.LicenseResourceJob
 
LicenseResourceLimitEvent - Class in com.atlassian.crowd.event
This event will be used if a Crowd instance is nearing its resource limit.
LicenseResourceLimitEvent(Object, Integer) - Constructor for class com.atlassian.crowd.event.LicenseResourceLimitEvent
 
LicenseResourceLimitListener - Class in com.atlassian.crowd.event.listener
Will send an email to the Crowd Administrator letting them know that they are reaching their license limit (within 90%).
LicenseResourceLimitListener() - Constructor for class com.atlassian.crowd.event.listener.LicenseResourceLimitListener
 
LicenseService - Interface in com.atlassian.crowd.service.license
Allows interacting with the license for the Crowd Server
LicenseServiceImpl - Class in com.atlassian.crowd.service.license
 
LicenseServiceImpl(CrowdLicenseManager) - Constructor for class com.atlassian.crowd.service.license.LicenseServiceImpl
 
LimitedNamingEnumeration<T> - Class in com.atlassian.crowd.directory
Wrap a NamingEnumeration and only return up to a limited number of elements.
LimitedNamingEnumeration(NamingEnumeration<T>, int) - Constructor for class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
LinkUriHelper - Class in com.atlassian.crowd.plugin.rest.util
Helper for creating URI links to resources.
ListAttributeValueProcessor - Class in com.atlassian.crowd.directory.ldap.util
Code copied from: http://jira.springframework.org/browse/LDAP-176 To fix: http://jira.atlassian.com/browse/CWD-1445
ListAttributeValueProcessor() - Constructor for class com.atlassian.crowd.directory.ldap.util.ListAttributeValueProcessor
 
ListenerModuleDescriptor - Class in com.atlassian.crowd.plugin.descriptors
NOTE: This class has to be constructor injected since it's the only way moduleFactory can be set at its parent.
ListenerModuleDescriptor(ModuleFactory, EventPublisher) - Constructor for class com.atlassian.crowd.plugin.descriptors.ListenerModuleDescriptor
 
load(long) - Method in interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
Loads a persistnce DAO object from the persistence store.
load(long) - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
Loads a persistence DAO object from the persistence store.
load(String) - Method in class com.atlassian.crowd.openid.server.provider.association.CacheBackedAssociationStore
 
load() - Method in class com.atlassian.crowd.plugin.CrowdPluginPersistentStateStore
 
load(Class<T>, long) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Loads a persisted entity from the persistence store.
load(long) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Loads a persisted entity from the persistence store.
loadAll() - Method in interface com.atlassian.crowd.dao.token.TokenDAO
Used when switching implementations.
loadAll() - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
loadAll() - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
loadAndLogPropertyString(Properties, String) - Method in class com.atlassian.crowd.service.client.ClientPropertiesImpl
 
loadCondition(String, Plugin) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
loadContextProvider(String, Plugin) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
loadDefaultInterceptorRef(PackageConfig.Builder, Element) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
loadDirectoryProperties(Class<?>) - Method in class com.atlassian.crowd.directory.ldap.util.LDAPPropertiesHelperImpl
 
loadFileFromClasspath(String) - Static method in class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
loadGlobalResults(PackageConfig.Builder, Element) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
loadInterceptors(PackageConfig.Builder, Element) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
loadInterceptorStack(Element, PackageConfig.Builder) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
loadInterceptorStacks(Element, PackageConfig.Builder) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
loadKeys() - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
Loads the private and public keys in the Crowd home directory under the "/saml" folder.
loadLdif(InputStream, boolean) - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
Loads an LDIF from an input stream and adds the entries it contains to the server.
loadPackages() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
loadProperties(String) - Static method in class com.atlassian.crowd.acceptance.utils.AcceptanceTestHelper
 
loadPropertyString(Properties, String) - Method in class com.atlassian.crowd.service.client.ClientPropertiesImpl
 
loadReference(Class<T>, long) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
This method calls the session.load method to obtain a proxy (or actual instance if the object is in session) by NOT hitting the database immediately.
loadReference(long) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
This method calls the session.load method to obtain a proxy (or actual instance if the object is in session) by NOT hitting the database immediately.
LoadStatWriter - Interface in com.atlassian.crowd.acceptance.utils
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622IntegrationTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask623GenerateExternalIdIntegrationTest
 
loadTestData() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask645IntroduceUserPermissionsIntegrationTest
 
loadUserByToken(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.
loadUserByToken(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
loadUserByToken(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.
loadUserByToken(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
loadUserByToken(String) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.
loadUserByToken(String) - Method in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
loadUserByToken(String) - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Retrieve a user from Crowd by looking up the principal by their authenticated Crowd token.
loadUserByToken(String) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
loadUserByToken(String) - Method in class com.atlassian.crowd.plugin.application.springsecurity.LocalCrowdAuthenticationProvider
 
loadUserByUsername(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Retreive the user details for a user based on their username.
loadUserByUsername(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
loadUserByUsername(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Retrieves the user from Crowd by looking up the principal by username.
loadUserByUsername(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
loadUserByUsername(String) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Retreive the user details for a user based on their username.
loadUserByUsername(String) - Method in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
loadUserByUsername(String) - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Retrieves the user from Crowd by looking up the principal by username.
loadUserByUsername(String) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
loadUserByUsername(String) - Method in class com.atlassian.crowd.plugin.application.springsecurity.LocalCrowdAuthenticationProvider
 
loadXmlOnSetUp(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
LOCAL - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
LOCAL_DIRECTORY_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
LOCAL_GROUPS - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to determine if using local storage for groups/group memberships.
LocalCrowdAuthenticationProvider - Class in com.atlassian.crowd.plugin.application.springsecurity
Application-aware local authentication provider.
LocalCrowdAuthenticationProvider(Application, ApplicationService, ApplicationManager, TokenAuthenticationManager) - Constructor for class com.atlassian.crowd.plugin.application.springsecurity.LocalCrowdAuthenticationProvider
 
LocalGroupHandler - Class in com.atlassian.crowd.directory.hybrid
Manages local group creation and mutation.
LocalGroupHandler(InternalRemoteDirectory) - Constructor for class com.atlassian.crowd.directory.hybrid.LocalGroupHandler
 
localGroups - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
localUserStatusEnabled - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
log(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
log(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.CrowdIDAcceptanceTestCase
 
log(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
log(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
log - Static variable in class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
 
LOG_FILE_LOCATION - Static variable in class com.atlassian.crowd.CrowdConstants.CrowdHome
 
logger - Variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
logger - Variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.CrowdIDAcceptanceTestCase
 
logger - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
logger - Static variable in class com.atlassian.crowd.console.action.BaseAction
 
logger - Variable in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
logger - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
logger - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
logger - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
logger - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
 
logger - Variable in class com.atlassian.crowd.directory.ldap.name.SearchDN
 
logger - Static variable in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
 
logger - Variable in class com.atlassian.crowd.migration.GenericMapper
 
logger - Variable in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
logger - Variable in class com.atlassian.crowd.openid.server.model.HibernateDao
 
logger - Variable in class com.atlassian.crowd.security.demo.action.BaseAction
 
logger - Variable in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
logger - Variable in class com.atlassian.crowd.service.client.BaseResourceLocator
 
logger - Variable in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
LoggingConfigEntry() - Constructor for class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
LoggingConfigEntry(String, Level) - Constructor for class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
LoggingConfigEntry(String, String) - Constructor for class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
LoggingProfilingTest - Class in com.atlassian.crowd.acceptance.tests.administration
 
LoggingProfilingTest() - Constructor for class com.atlassian.crowd.acceptance.tests.administration.LoggingProfilingTest
 
login(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
Login - Class in com.atlassian.crowd.console.action
 
Login() - Constructor for class com.atlassian.crowd.console.action.Login
 
login(HttpServletRequest, HttpServletResponse, String, String, boolean) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
We must override the login() method as it gives us access to the HttpServletRequest and HttpServletResponse, which Crowd needs in order to generate and set the Crowd SSO token.
Login - Class in com.atlassian.crowd.openid.client.action
 
Login() - Constructor for class com.atlassian.crowd.openid.client.action.Login
 
Login - Class in com.atlassian.crowd.openid.server.action
Logs a user into the Crowd OpenID server.
Login() - Constructor for class com.atlassian.crowd.openid.server.action.Login
 
login(String, String) - Method in class com.atlassian.crowd.pageobjects.CrowdLoginPage
Logs in a system administrator with the given username and password.
login(String, String, Class<M>) - Method in class com.atlassian.crowd.pageobjects.CrowdLoginPage
This method is provided for compatibility with the framework only, as the client can't know for sure which nextPage is
Login - Class in com.atlassian.crowd.security.demo.action
 
Login() - Constructor for class com.atlassian.crowd.security.demo.action.Login
 
loginAsSysAdmin() - Method in class com.atlassian.crowd.pageobjects.CrowdLoginPage
Logs in as a system administrator.
loginAsSysAdmin(Class<M>) - Method in class com.atlassian.crowd.pageobjects.CrowdLoginPage
 
LoginCsrfFilter - Class in com.atlassian.crowd.console.filter
Specialized filter to prevent CSRF attacks against the login url.
LoginCsrfFilter() - Constructor for class com.atlassian.crowd.console.filter.LoginCsrfFilter
 
LoginCsrfFilter.LoginCsrfTokenInvalidException - Exception in com.atlassian.crowd.console.filter
 
LoginCsrfFilter.LoginCsrfTokenMissingException - Exception in com.atlassian.crowd.console.filter
 
LoginCsrfTokenInvalidException() - Constructor for exception com.atlassian.crowd.console.filter.LoginCsrfFilter.LoginCsrfTokenInvalidException
 
LoginCsrfTokenMissingException() - Constructor for exception com.atlassian.crowd.console.filter.LoginCsrfFilter.LoginCsrfTokenMissingException
 
LoginPage - Class in com.atlassian.crowd.acceptance.page
 
LoginPage(ITestingEngine) - Constructor for class com.atlassian.crowd.acceptance.page.LoginPage
 
LoginParameterExtension - Class in com.atlassian.crowd.openid.server.provider
OpenID extension to allow parameterisation of the application authorisation URL.
LoginParameterExtension() - Constructor for class com.atlassian.crowd.openid.server.provider.LoginParameterExtension
 
LoginParameterMessage - Class in com.atlassian.crowd.openid.server.provider
 
LoginParameterMessage() - Constructor for class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
LoginParameterMessage(ParameterList) - Constructor for class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
LoginTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
LoginTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.LoginTest
 
loginToCrowd() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
loginToCrowd(String, String) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
Login to the Crowd Console.
loginToDemo(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
LOGLEVEL_DEFAULT - Static variable in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
logoff(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Log off the SSO authenticated user.
logoff(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
Logoff - Class in com.atlassian.crowd.openid.client.action
Action removes invalidates session (thus removing any authenticated OpenIDPrincipal from session).
Logoff() - Constructor for class com.atlassian.crowd.openid.client.action.Logoff
 
Logoff - Class in com.atlassian.crowd.openid.server.action
 
Logoff() - Constructor for class com.atlassian.crowd.openid.server.action.Logoff
 
Logoff - Class in com.atlassian.crowd.security.demo.action
 
Logoff() - Constructor for class com.atlassian.crowd.security.demo.action.Logoff
 
logout(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.CacheAwareCrowdHttpAuthenticator
 
logout(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.CrowdHttpAuthenticator
Logs out the authenticated user.
logout(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.CrowdHttpAuthenticatorImpl
 
logout(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
 
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdLogoutHandler
Causes a logout to be completed.
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdLogoutHandler
Causes a logout to be completed.
logout(Class<M>) - Method in class com.atlassian.crowd.pageobjects.CrowdHeader
 
logoutFromCrowd() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
logoutFromDemo() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
LogoutPage - Class in com.atlassian.crowd.pageobjects
 
LogoutPage() - Constructor for class com.atlassian.crowd.pageobjects.LogoutPage
 
logoutUser(HttpServletRequest) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
This method will allow you to remove all session information about the user and force them to re-authenticate If you wish to remove specific application attributes for the user, e.g.
logParameters(Object[], StringBuffer) - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
Loops the object graph recursively until all objects have been appended to the logMessage.
lookup(Name) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
lookup(LdapName, String[], AttributesMapper) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
lookup(LdapName, ContextMapperWithRequiredAttributes<T>) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
LookupCallbackHandler<T> - Class in com.atlassian.crowd.directory.ldap.mapper
 
LookupCallbackHandler() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.LookupCallbackHandler
 
lookupServletHomeProperty(ServletContext) - Method in class com.atlassian.crowd.acceptance.utils.TestHomeLocator
 
LOWER_NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.DirectoryEntities
A function that projects the lower case name
LOWER_NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.group.Groups
Deprecated.
LOWER_NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.user.Users
Deprecated.
lowerCaseOutput - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
LowerCaseOutputTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Tests that mixed case user and group names are converted to lower case in REST API responses when the lowerCaseOutput attribute of an application is set to true.
LowerCaseOutputTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
LowerCaseOutputTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
LPAREN - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
LPAREN - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
LPAREN - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
LT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
LT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
LT - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 

M

MailManager - Interface in com.atlassian.crowd.manager.mail
 
MailManagerImpl - Class in com.atlassian.crowd.manager.mail
 
MailManagerImpl(PropertyManager, InitialContext, I18nHelper) - Constructor for class com.atlassian.crowd.manager.mail.MailManagerImpl
 
mailResetPasswordLink(User, String) - Method in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Mails the reset password link to the user.
MailSendException - Exception in com.atlassian.crowd.manager.mail
 
MailSendException(InternetAddress) - Constructor for exception com.atlassian.crowd.manager.mail.MailSendException
 
MailSendException(InternetAddress, Throwable) - Constructor for exception com.atlassian.crowd.manager.mail.MailSendException
 
MailSendException(Throwable) - Constructor for exception com.atlassian.crowd.manager.mail.MailSendException
 
MailServer - Class in com.atlassian.crowd.console.action.setup
 
MailServer() - Constructor for class com.atlassian.crowd.console.action.setup.MailServer
 
MAILSERVER_HOST - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail server host.
MAILSERVER_JNDI_LOCATION - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail Server JNDI Location
MAILSERVER_PASSWORD - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail server password.
MAILSERVER_PORT - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail Server SMTP port
MAILSERVER_PREFIX - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail server prefix.
MAILSERVER_SENDER - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail server sender.
MAILSERVER_STEP - Static variable in class com.atlassian.crowd.console.action.setup.MailServer
 
MAILSERVER_USE_SSL - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail Server SMTP Use SSL
MAILSERVER_USERNAME - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Mail server username.
mailUsernames(User, List<String>) - Method in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Mails the list of usernames to the user.
makeDefaultProfile(User, long) - Method in interface com.atlassian.crowd.openid.server.manager.profile.ProfileManager
Changes the default profile of a user.
makeDefaultProfile(User, long) - Method in class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
MalformedOpenIDRequestException - Exception in com.atlassian.crowd.openid.server.provider
 
MalformedOpenIDRequestException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.server.provider.MalformedOpenIDRequestException
 
mAMPER() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mAMPER_AMPER() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mAND() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MANUAL_BACKUP_FILENAME_FORMAT - Static variable in interface com.atlassian.crowd.manager.backup.BackupFileConstants
 
MAP_DIRECTORY_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
MAP_DIRECTORY_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
mapAttributesFromGroup(Group) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
Creates an LDAP Attributes object containing the information in the Group object.
mapAttributesFromUser(User) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
Creates an LDAP Attributes object containing the information in the User object.
mapFromAttributes(Attributes) - Method in class com.atlassian.crowd.directory.ldap.util.IncrementalAttributeMapper
 
mapFromContext(Object) - Method in class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
mapFromContext(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithCustomAttributes
 
mapFromContext(Object) - Method in interface com.atlassian.crowd.directory.ldap.mapper.ContextMapperWithRequiredAttributes
 
mapFromContext(Object) - Method in class com.atlassian.crowd.directory.ldap.mapper.ExternalIdContextMapper
Returns objectGUID.
mapFromContext(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.GroupContextMapper
Called by Spring LDAP on every object fetched from the LDAP directory.
mapFromContext(Object) - Method in class com.atlassian.crowd.directory.ldap.mapper.JpegPhotoContextMapper
 
mapFromContext(Object) - Method in class com.atlassian.crowd.directory.ldap.mapper.TombstoneContextMapper
Returns an object representation of a deleted object.
mapFromContext(DirContextAdapter) - Method in class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
Called by Spring LDAP on every object fetched from the LDAP directory.
mapGroupFromAttributes(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
Creates a Group object containing the information in the Attributes object.
Mapper - Interface in com.atlassian.crowd.migration
A Mapper that will handle the import and export of a Domain object, or any object from XML into the datastore and vice-versa.
MappingResources - Class in com.atlassian.crowd.openid.server.util
Stores a collection of hbm.xml mapping files.
MappingResources() - Constructor for class com.atlassian.crowd.openid.server.util.MappingResources
 
MappingResources - Class in com.atlassian.crowd.util.persistence.hibernate
Stores a collection of hbm.xml mapping files.
MappingResources() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
MappingResourcesTest - Class in com.atlassian.crowd.acceptance.tests.persistence.util.hibernate
 
MappingResourcesTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.util.hibernate.MappingResourcesTest
 
mapRow(String[]) - Method in class com.atlassian.crowd.importer.mappers.csv.GroupMapper
 
mapRow(String[]) - Method in class com.atlassian.crowd.importer.mappers.csv.MembershipMapper
 
mapRow(String[]) - Method in class com.atlassian.crowd.importer.mappers.csv.UserMapper
 
mapRow(ResultSet, int) - Method in class com.atlassian.crowd.importer.mappers.jdbc.GroupMapper
 
mapRow(ResultSet, int) - Method in class com.atlassian.crowd.importer.mappers.jdbc.UserMapper
 
mapRow(ResultSet, int) - Method in class com.atlassian.crowd.importer.mappers.jdbc.UserMembershipMapper
 
mapUserFromAttributes(Attributes) - Method in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPUserAttributesMapper
Creates a User object containing the information in the Attributes object.
mapUsersByExternalId(Collection<TimestampedUser>) - Static method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
matches(String) - Method in interface com.atlassian.crowd.plugin.module.PluginProvidedDecoratorModule
Returns true if this decorator override should match the given path.
matches(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.util.ResourceDownloadRewriteRule
 
matchesSafely(Alias) - Method in class com.atlassian.crowd.test.matchers.AliasMatcher
 
matchesSafely(Application) - Method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
 
matchesSafely(Attributes) - Method in class com.atlassian.crowd.test.matchers.AttributesMatcher
 
matchesSafely(E) - Method in class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
 
matchesSafely(Directory) - Method in class com.atlassian.crowd.test.matchers.DirectoryMatcher
 
matchesSafely(E) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
 
matchesSafely(E) - Method in class com.atlassian.crowd.test.matchers.PermittedGroupMatcher
 
matchesSafely(E) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
 
matchesSafely(UserRenamedEvent) - Method in class com.atlassian.crowd.test.matchers.UserRenamedEventMatcher
 
matching(Group) - Method in class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
Builds a new specialised matcher to match the attributes in the given group exactly; the returned matcher will only match if all this matcher's non-group-attribute constraints are matched AND all of the matcher's group-attributes are matched.
matching(PermittedGroup) - Method in class com.atlassian.crowd.test.matchers.PermittedGroupMatcher
Builds a new specialised matcher to match the attributes in the given group exactly; the returned matcher will only match if all this matcher's non-group-attribute constraints are matched AND all of the matcher's group-attributes are matched.
MatchMode - Enum in com.atlassian.crowd.search.query.entity.restriction
 
MATCHWS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
MATCHWS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MATCHWS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
MAX_CACHE_ENTRIES - Static variable in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
The maximum number of cache entries the http client cache will retain.
MAX_ENTITY_FIELD_LENGTH - Static variable in class com.atlassian.crowd.util.InternalEntityUtils
Maximum directory entity field size for string fields.
MAX_MAX_RESULTS - Static variable in class com.atlassian.crowd.search.query.entity.EntityQuery
This is the recommended maximum number of 'max' results the system will allow you to return.
MAX_OBJECT_SIZE - Static variable in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
The maximum response body size in bytes that will be eligible for caching in the http client.
MAX_RESULTS_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
maxWaitMs(long) - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.PartialSyncTask
Sets the maximum time in milliseconds to wait for synchronisation to finish.
mBANG() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mBSLASH() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mCOMMA() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mCONTROLCHARS() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mCR() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MD5_ENCODER - Static variable in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
 
MD5_PREFIX - Static variable in class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
MD5_PREFIX_LC - Static variable in class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
mDIGIT() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MEGABYTE - Static variable in interface com.atlassian.crowd.util.SystemInfoHelper
 
MemberOfOverlayMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute.user
 
MemberOfOverlayMapper(String, boolean) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.user.MemberOfOverlayMapper
 
Membership - Interface in com.atlassian.crowd.model.group
Details of the direct members of a single group.
Membership.MembershipIterationException - Exception in com.atlassian.crowd.model.group
Something went wrong while iterating over a collection of Memberships.
MEMBERSHIP_XML_ROOT - Static variable in class com.atlassian.crowd.migration.MembershipMapper
 
MembershipAlreadyExistsException - Exception in com.atlassian.crowd.exception
Thrown to indicate that a membership cannot be added because it already exists.
MembershipAlreadyExistsException(long, String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
 
MembershipAlreadyExistsException(String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipAlreadyExistsException
 
MembershipAlreadyExistsExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
MembershipAlreadyExistsExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.MembershipAlreadyExistsExceptionMapper
 
membershipDao - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
MembershipDao - Interface in com.atlassian.crowd.embedded.spi
 
MembershipDaoCRUDTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.membership
Integration tests for the CRUD operations of MembershipDao.
MembershipDaoCRUDTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
MembershipDAOHibernate - Class in com.atlassian.crowd.dao.membership
 
MembershipDAOHibernate() - Constructor for class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
MembershipDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.membership
This class tests MembershipDAOHibernate beyond the implementation of the MembershipDao interface.
MembershipDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
MembershipDaoSearchTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.membership
Integration tests for the search operations of MembershipDao.
MembershipDaoSearchTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
MembershipDTO - Class in com.atlassian.crowd.importer.model
DTO class representing a membership relationship.
MembershipDTO(MembershipDTO.ChildType, String, String) - Constructor for class com.atlassian.crowd.importer.model.MembershipDTO
 
MembershipDTO.ChildType - Enum in com.atlassian.crowd.importer.model
 
MembershipEntity - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
MembershipEntity() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
MembershipEntity - Class in com.atlassian.crowd.integration.rest.entity
 
MembershipEntity() - Constructor for class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
MembershipEntity(UserEntityList, GroupEntityList) - Constructor for class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
membershipEntityQueryAsHQL(long, MembershipQuery) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
MembershipIterationException(Throwable) - Constructor for exception com.atlassian.crowd.model.group.Membership.MembershipIterationException
 
MembershipMapper - Class in com.atlassian.crowd.importer.mappers.csv
MembershipMapper that will map a row of data, eg.
MembershipMapper(Long, OrderedBidiMap) - Constructor for class com.atlassian.crowd.importer.mappers.csv.MembershipMapper
 
MembershipMapper - Class in com.atlassian.crowd.migration
This mapper will handle the mapping of a Group.
MembershipMapper(SessionFactory, BatchProcessor, MembershipDAOHibernate, DirectoryDAOHibernate, UserDAOHibernate, GroupDAOHibernate, DirectoryManager) - Constructor for class com.atlassian.crowd.migration.MembershipMapper
 
membershipNamesQueryAsHQL(long, MembershipQuery) - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
MembershipNotFoundException - Exception in com.atlassian.crowd.exception
Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
MembershipNotFoundException(String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException(String, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException - Exception in com.atlassian.crowd.exception.runtime
Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
MembershipNotFoundException(String, String) - Constructor for exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
MembershipNotFoundException(String, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
 
MembershipNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
MembershipNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.MembershipNotFoundExceptionMapper
 
MembershipQuery<T> - Class in com.atlassian.crowd.search.query.membership
 
MembershipQuery(Class<T>, boolean, EntityDescriptor, String, EntityDescriptor, int, int) - Constructor for class com.atlassian.crowd.search.query.membership.MembershipQuery
MembershipQuery(Class<T>, boolean, EntityDescriptor, String, EntityDescriptor, int, int, SearchRestriction) - Constructor for class com.atlassian.crowd.search.query.membership.MembershipQuery
 
MembershipQuery(Class<T>, boolean, EntityDescriptor, EntityDescriptor, int, int, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.query.membership.MembershipQuery
 
MembershipQuery(MembershipQuery<T>, int, int) - Constructor for class com.atlassian.crowd.search.query.membership.MembershipQuery
 
MembershipQuery(MembershipQuery<?>, Class<T>) - Constructor for class com.atlassian.crowd.search.query.membership.MembershipQuery
 
MEMBERSHIPS_COUNT - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
MembershipsController - Class in com.atlassian.crowd.plugin.rest.service.controller
 
MembershipsController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
 
MembershipsController.PreparedResponse - Class in com.atlassian.crowd.plugin.rest.service.controller
 
MembershipsEntity - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
MembershipsEntity() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.MembershipsEntity
 
MembershipsEntity - Class in com.atlassian.crowd.integration.rest.entity
 
MembershipsEntity() - Constructor for class com.atlassian.crowd.integration.rest.entity.MembershipsEntity
 
MembershipsEntity(List<MembershipEntity>) - Constructor for class com.atlassian.crowd.integration.rest.entity.MembershipsEntity
 
MembershipType - Enum in com.atlassian.crowd.model.membership
Type of membership relationship.
MEMORY_STORAGE - Static variable in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
mEQUALS() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MergeOperation - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation
Hibernate Operation to merge entities in batch
MergeOperation() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.MergeOperation
 
mESC_SEQ() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mESCAPE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
message - Variable in exception com.atlassian.crowd.plugin.saml.SAMLException
 
mEXPONENT() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mGT() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mHEX_DIGIT() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mHEXDIGIT() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MicrosoftActiveDirectory - Class in com.atlassian.crowd.directory
Microsoft Active Directory connector.
MicrosoftActiveDirectory(ActiveDirectoryQueryTranslaterImpl, EventPublisher, InstanceFactory, PasswordHelper) - Constructor for class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
MINUS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
MINUS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MINUS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
MISSING_APPLICATION_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
mLBRACKET() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mLPAREN() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mLT() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mMATCHWS() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mMINUS() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mNEWLINE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mNL() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mOCTAL_ESC() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
ModelAssertions - Class in com.atlassian.crowd.test.util
 
ModifyApplicationPermissionsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test Case that modifies the application-permission for directory mappings
ModifyApplicationPermissionsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationPermissionsTest
 
ModifyApplicationRemoteAddressesTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
ModifyApplicationRemoteAddressesTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
modifyAttributes(Name, ModificationItem[]) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
MonitorErrorEvent - Class in com.atlassian.crowd.event.monitor
Indicates an error has occured while attempting to monitor a particular directory.
MonitorErrorEvent(DirectoryMonitor, long, Exception) - Constructor for class com.atlassian.crowd.event.monitor.MonitorErrorEvent
 
MonitorEvent - Class in com.atlassian.crowd.event.monitor
A notification event pertaining to a monitor's execution.
MonitorEvent(DirectoryMonitor, long) - Constructor for class com.atlassian.crowd.event.monitor.MonitorEvent
 
mOR() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mPIPE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mPIPE_PIPE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mQUOTE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mQUOTE_STRING() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mRBRACKET() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mRPAREN() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mSPACE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mSQUOTE() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mSQUOTE_STRING() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MSSQL_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
MSSQL_INT_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
mSTRING() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mSTRINGSTOP() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MT - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Specify this type for any entities being sent to the server.
mTokens() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MultiValuedAttributeEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a multi-valued attribute.
MultiValuedAttributeEntity(String, Collection<String>) - Constructor for class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity
Constructs a new MultiValuedAttributeEntity.
MultiValuedAttributeEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a multi-valued attribute.
MultiValuedAttributeEntity(String, Collection<String>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
Constructs a new AttributeEntity.
MultiValuedAttributeEntityList - Class in com.atlassian.crowd.integration.rest.entity
Contains a list of MultiValuedAttributeEntitys.
MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity>) - Constructor for class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
MultiValuedAttributeEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of AttributeEntitys.
MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
MultiValuedAttributeEntityListExpander - Class in com.atlassian.crowd.plugin.rest.entity
Expands an MultiValuedAttributeEntityList.
MultiValuedAttributeEntityListExpander() - Constructor for class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityListExpander
 
MultiValuedAttributeValuesHolder - Class in com.atlassian.crowd.directory
Concrete implementation of Attributes interface for multi-valued attributes.
MultiValuedAttributeValuesHolder(Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.directory.MultiValuedAttributeValuesHolder
 
mUNARY_NULL_OPERATOR() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mUNARY_OP_SEPARATOR() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mUNICODE_ESC() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
mWS() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
MYSQL5_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
MYSQL5_INNODB_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
MYSQL_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
MYSQL_INNODB_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
MYSQL_MYIDSAM_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
MySQLLegacyTableQueries - Class in com.atlassian.crowd.migration.legacy.database.sql
 
MySQLLegacyTableQueries() - Constructor for class com.atlassian.crowd.migration.legacy.database.sql.MySQLLegacyTableQueries
 

N

name - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
name - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
name - Variable in class com.atlassian.crowd.console.action.directory.ViewConnector
 
name - Variable in class com.atlassian.crowd.console.action.directory.ViewCustom
 
name - Variable in class com.atlassian.crowd.console.action.directory.ViewInternal
 
name - Variable in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
name - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
name - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
name - Variable in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
name(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
 
NAME - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
Application name
name - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The unique name of the entity for the directory entity
NAME - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
Application name
name - Variable in class com.atlassian.crowd.model.InternalEntity
 
name - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.ApplicationTermKeys
Name of application.
NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.DirectoryTermKeys
Name of directory.
NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
NAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
Username or application name associated with token.
name - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
name - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
NAME_FUNCTION - Static variable in class com.atlassian.crowd.embedded.api.Directories
A function that projects the directory name
NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.application.Applications
A function that projects the application name
NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.DirectoryEntities
A function that projects the name
NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.group.Groups
Deprecated.
Use the more general DirectoryEntities.NAME_FUNCTION.
NAME_FUNCTION - Static variable in class com.atlassian.crowd.model.user.Users
Deprecated.
Use the more general DirectoryEntities.NAME_FUNCTION.
NAME_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
nameAttribute - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
NameComparator - Class in com.atlassian.crowd.model
Provides case-insensitive normalisation for String, model Users and model Groups.
nameConverter - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
NamedEntity - Interface in com.atlassian.crowd.plugin.rest.entity
 
nameFromIdentifier(String, String) - Static method in class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
namesOf(Iterable<? extends Directory>) - Static method in class com.atlassian.crowd.embedded.api.Directories
Transforms directories into their names.
namesOf(Iterable<? extends Application>) - Static method in class com.atlassian.crowd.model.application.Applications
Transforms applications into their names.
namesOf(Iterable<? extends DirectoryEntity>) - Static method in class com.atlassian.crowd.model.DirectoryEntities
Transforms entities into their names.
namesOf(Iterable<? extends Group>) - Static method in class com.atlassian.crowd.model.group.Groups
namesOf(Iterable<? extends User>) - Static method in class com.atlassian.crowd.model.user.Users
needsReload() - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
needUpgrade() - Method in interface com.atlassian.crowd.manager.upgrade.UpgradeManager
Determines whether we need to run the upgrade or not.
needUpgrade() - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
NestedGroupsNotSupportedException - Exception in com.atlassian.crowd.exception
Thrown when a user attempts to add a group to another group in a Directory that does not support nested groups.
NestedGroupsNotSupportedException(long) - Constructor for exception com.atlassian.crowd.exception.NestedGroupsNotSupportedException
 
NestedGroupsNotSupportedExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
NestedGroupsNotSupportedExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.NestedGroupsNotSupportedExceptionMapper
 
NestingHelper - Class in com.atlassian.crowd.util
Encapsulates nasty logic related to making sure that all membership information returned to client applications is nesting-aware.
NestingHelper() - Constructor for class com.atlassian.crowd.util.NestingHelper
 
never() - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
newBuilder() - Static method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
Create an empty Builder.
newBuilder(Directory) - Static method in class com.atlassian.crowd.dao.directory.ImmutableDirectory
Create a Builder that copies its initial values from the given directory.
newBuilder() - Static method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
Create an empty Builder.
newBuilder(Directory) - Static method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory
Create a Builder that copies its initial values from the given directory.
newInstance(UserAuthenticationContext) - Static method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
newInstance(ValidationFactor) - Static method in class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntity
 
newInstance(List<ValidationFactor>) - Static method in class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntityList
 
newInstance(String, String, String) - Method in class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
 
newInstance(ClientProperties) - Method in class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
 
newInstance(Application) - Static method in class com.atlassian.crowd.model.application.ApplicationImpl
 
newInstance(String, ApplicationType) - Static method in class com.atlassian.crowd.model.application.ApplicationImpl
 
newInstance(Iterable<Property<?>>) - Static method in class com.atlassian.crowd.search.query.entity.PropertyTypeServiceImpl
Creates a new instance of PropertyTypeServiceImpl from a collection of Property.
newInstance(String, boolean, String) - Static method in class com.atlassian.crowd.security.demo.model.DemoGroup
 
newInstance(String, String, String, boolean, String, String, String) - Static method in class com.atlassian.crowd.security.demo.model.DemoUser
Creates a new user.
newInstance(String, String, String) - Method in interface com.atlassian.crowd.service.factory.CrowdClientFactory
Construct a new Crowd Client instance.
newInstance(ClientProperties) - Method in interface com.atlassian.crowd.service.factory.CrowdClientFactory
Constructs a new Crowd Client instance from the client properties.
newInstanceFromProperties(Properties) - Static method in class com.atlassian.crowd.service.client.ClientPropertiesImpl
 
newInstanceFromProperties(Properties) - Static method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
newInstanceFromPropertiesWithoutOverrides(Properties) - Static method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
newInstanceFromResourceLocator(ResourceLocator) - Static method in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
newInstanceFromResourceLocator(ResourceLocator) - Static method in class com.atlassian.crowd.service.client.ClientPropertiesImpl
 
newInstanceFromResourceLocator(ResourceLocator) - Static method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
newInstanceWithCredential(String, ApplicationType, PasswordCredential) - Static method in class com.atlassian.crowd.model.application.ApplicationImpl
 
newInstanceWithIdAndCredential(String, ApplicationType, PasswordCredential, long) - Static method in class com.atlassian.crowd.model.application.ApplicationImpl
 
newInstanceWithName(String) - Static method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
Creates a new instance of an InvalidAuthenticationException with a default detail message using the name of the entity that failed to authenticate.
newInstanceWithName(String, Throwable) - Static method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
Creates a new instance of an InvalidAuthenticationException with a default detail message using the name of the entity that failed to authenticate, and a cause.
newInstanceWithNameAndDescriptionFromCause(String, Throwable) - Static method in exception com.atlassian.crowd.exception.InvalidAuthenticationException
 
newInstanceWithPassword(String, ApplicationType, String) - Static method in class com.atlassian.crowd.model.application.ApplicationImpl
 
NEWLINE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
NEWLINE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
NEWLINE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
newMinimalGroupEntity(String, String, URI) - Static method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
Creates a GroupEntity with the minimal amount of information required.
newMinimalInstance(String) - Static method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
Creates a new minimal group instance.
newMinimalInstance(String) - Static method in class com.atlassian.crowd.integration.rest.entity.UserEntity
Creates a new minimal user instance.
newMinimalUserEntity(String, String, Link) - Static method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
Creates a UserEntity with the minimal amount of information required.
newName - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
newQuery() - Method in class com.atlassian.crowd.search.hibernate.HQLQueryTranslater
 
newUser() - Static method in class com.atlassian.crowd.embedded.impl.ImmutableUser
 
newUser(User) - Static method in class com.atlassian.crowd.embedded.impl.ImmutableUser
Creates a new User Builder by cloning the values from the supplied User.
next() - Method in class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
nextElement() - Method in class com.atlassian.crowd.directory.LimitedNamingEnumeration
 
nextId() - Method in interface com.atlassian.crowd.openid.server.provider.association.AssociationCache
 
nextId() - Method in class com.atlassian.crowd.openid.server.provider.association.InMemoryAssociationCache
 
nextId() - Method in class com.atlassian.crowd.openid.server.provider.association.RedisAssociationCache
 
nextRange(int) - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
NICKNAME - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
NL - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
NL - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
NL - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
NO_CACHE - Static variable in class com.atlassian.crowd.plugin.rest.service.util.CacheControl
Provides a cacheControl with noStore and noCache set to true
noContent() - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
NoDirectorySearchStrategy - Enum in com.atlassian.crowd.manager.application
A SearchStrategy for an application with no active directories associated.
NoLongTermFailureStrategy - Class in com.atlassian.crowd.manager.webhook
A Webhook health strategy that imposes a limit to the number of consecutive failures for at least some time.
NoLongTermFailureStrategy() - Constructor for class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
NoLongTermFailureStrategy(long, long) - Constructor for class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
NONE - Static variable in class com.atlassian.crowd.embedded.api.PasswordCredential
 
none() - Static method in class com.atlassian.crowd.embedded.impl.DirectoryUserCapabilities
 
NONE - Static variable in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
NoopBeforeGroupRemoval - Class in com.atlassian.crowd.manager.directory
An implementation of BeforeGroupRemoval which does nothing.
NoopBeforeGroupRemoval() - Constructor for class com.atlassian.crowd.manager.directory.NoopBeforeGroupRemoval
 
NoopDirectorySynchroniser - Class in com.atlassian.crowd.acceptance.utils
 
NoopDirectorySynchroniser() - Constructor for class com.atlassian.crowd.acceptance.utils.NoopDirectorySynchroniser
 
NoOpEventPublisher - Class in com.atlassian.crowd.embedded.event
 
NoOpEventPublisher() - Constructor for class com.atlassian.crowd.embedded.event.NoOpEventPublisher
 
NoOpPasswordScoreServiceImpl - Class in com.atlassian.crowd.embedded.core
A convenience implementation of password score service that always returns PasswordScore.VERY_STRONG, intended for use by products which do not intend to implement PasswordScoreService in a meaningful way.
NoOpPasswordScoreServiceImpl() - Constructor for class com.atlassian.crowd.embedded.core.NoOpPasswordScoreServiceImpl
 
NoopWebhookDAOImpl - Class in com.atlassian.crowd.dao.webhook
A NOP implementation of WebhookDAO.
NoopWebhookDAOImpl() - Constructor for class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
normaliserOf(Class<T>) - Static method in class com.atlassian.crowd.model.NameComparator
 
notExpiredAt(Date) - Static method in class com.atlassian.crowd.directory.ldap.util.ActiveDirectoryExpirationUtils
 
NothingResult - Class in com.atlassian.crowd.search.ldap
Holder representing empty set.
NothingResult() - Constructor for class com.atlassian.crowd.search.ldap.NothingResult
 
NOTIFICATION_EMAIL - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Email address for the administrator when server notifications occur.
NOTIFY_ON_SIGNUP - Static variable in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
notifyWebhooks() - Method in interface com.atlassian.crowd.manager.webhook.WebhookService
Delivers a notification to all the Webhooks.
notifyWebhooks() - Method in class com.atlassian.crowd.manager.webhook.WebhookServiceImpl
 
NovelleDirectory - Class in com.atlassian.crowd.directory
Novell eDirectory LDAP connector.
NovelleDirectory(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordHelper) - Constructor for class com.atlassian.crowd.directory.NovelleDirectory
 
nukePluginData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
NULL_PROVIDER - Static variable in interface com.atlassian.crowd.manager.avatar.AvatarProvider
 
NULL_RESTRICTION - Static variable in class com.atlassian.crowd.search.builder.QueryBuilder
 
NullRestriction - Interface in com.atlassian.crowd.search.query.entity.restriction
Signifies that there are no restrictions.
NullRestrictionEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a null (no) restriction entity.
NullRestrictionEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a null (no) restriction entity.
NullRestrictionImpl - Class in com.atlassian.crowd.search.query.entity.restriction
Implements a a NullRestriction interface.
NullResultException - Exception in com.atlassian.crowd.search.ldap
Denotes that the LDAPQuery could not be formed because the query would result in a null result (empty collection).
NullResultException() - Constructor for exception com.atlassian.crowd.search.ldap.NullResultException
 

O

OBJECT_SID - Static variable in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
ObjectAlreadyExistsException - Exception in com.atlassian.crowd.exception
 
ObjectAlreadyExistsException(String) - Constructor for exception com.atlassian.crowd.exception.ObjectAlreadyExistsException
 
objectClassAttribute - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
objectClassValue - Variable in class com.atlassian.crowd.directory.ldap.mapper.entity.LDAPGroupAttributesMapper
 
ObjectGUIDMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Maps the objectGUID on an entity.
ObjectGUIDMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectGUIDMapper
 
ObjectNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when an entity is not found.
ObjectNotFoundException() - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
 
ObjectNotFoundException(Class, Object) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Constructs a new exception with the specified detail message.
ObjectNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Constructs a new exception with the specified detail message and cause.
ObjectNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Default constructor.
ObjectNotFoundException - Exception in com.atlassian.crowd.integration.exception
Thrown when an entity is not found.
ObjectNotFoundException() - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
 
ObjectNotFoundException(Class, Object) - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
Default constructor.
ObjectNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
Default constructor.
ObjectSIDMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Maps the primaryGroupId of a user.
ObjectSIDMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.ObjectSIDMapper
 
objectToSQLString(Boolean, Dialect) - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanStringUserType
 
ObjectTranslator - Class in com.atlassian.crowd.service.soap
 
ObjectTranslator() - Constructor for class com.atlassian.crowd.service.soap.ObjectTranslator
 
OCTAL_ESC - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
OCTAL_ESC - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
OCTAL_ESC - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
of(Exception) - Static method in enum com.atlassian.crowd.integration.rest.entity.ErrorEntity.ErrorReason
 
of(String) - Static method in enum com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns the SupportedType from the specified name.
of(Class) - Static method in enum com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns the SupportedType from the specified Class type.
of(Class<T>) - Static method in class com.atlassian.crowd.model.EntityComparator
Returns a comparator for the specified type.
of(Class<T>) - Static method in class com.atlassian.crowd.model.NameComparator
Deprecated.
use a NameComparator.normaliserOf(Class) instead to reduce the number of transformations
of(Exception) - Static method in enum com.atlassian.crowd.plugin.rest.entity.ErrorEntity.ErrorReason
 
of(Exception) - Static method in class com.atlassian.crowd.plugin.rest.entity.ErrorEntity
Creates appropriate error entity from the given exception.
of(String) - Static method in enum com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns the SupportedType from the specified name.
of(Class) - Static method in enum com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns the SupportedType from the specified Class type.
ofGroupWithNoAttributes(Group) - Static method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
Creates new GroupTemplateWithAttributes based on the given group with empty attributes.
ofType(GroupType) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
 
ofTypeBoolean(String) - Static method in class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
 
ofTypeEnum(String) - Static method in class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
 
ofTypeString(String) - Static method in class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
 
ofUserWithNoAttributes(User) - Static method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
Deprecated.
OGNLDoubleEvaluationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
OGNLDoubleEvaluationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLDoubleEvaluationTest
 
OGNLInjectionTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
OGNLInjectionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLInjectionTest
 
ok() - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
ok(Object) - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
ok(Object, CacheControl) - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
on(Property<T>) - Static method in class com.atlassian.crowd.search.builder.Restriction
Returns an intermediate form of a property restriction.
onApplicationEvent(ApplicationEvent) - Method in class com.atlassian.crowd.console.logging.CrowdLoggingConfigurationListener
 
onApplicationStart(ApplicationStartedEvent) - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
onApplicationStartedEvent(ApplicationStartedEvent) - Method in class com.atlassian.crowd.plugin.CrowdPluginManager
Initialised the plugin system on receipt of a ApplicationStartedEvent
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class com.atlassian.crowd.integration.soap.springsecurity.UsernameStoringAuthenticationFailureHandler
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class com.atlassian.crowd.integration.springsecurity.UsernameStoringAuthenticationFailureHandler
 
ONE_MINUTE_IN_MILLIS - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
onPingFailure(long) - Method in interface com.atlassian.crowd.manager.webhook.WebhookNotificationListener
Reacts to a failed notification delivery.
onPingFailure(long) - Method in class com.atlassian.crowd.manager.webhook.WebhookNotificationListenerImpl
 
onPingSuccess(long) - Method in interface com.atlassian.crowd.manager.webhook.WebhookNotificationListener
Reacts to a successful notification delivery.
onPingSuccess(long) - Method in class com.atlassian.crowd.manager.webhook.WebhookNotificationListenerImpl
 
onPluginDisabled(PluginDisabledEvent) - Method in class com.atlassian.crowd.util.PluginResourceBundleProvider
 
onPluginEnabled(PluginEnabledEvent) - Method in class com.atlassian.crowd.util.PluginResourceBundleProvider
 
onSetUp() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
onSetUp() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
onSetUp() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
onSetUp() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminGroupUserPickerRemoveTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
onSetUp() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
onTearDown() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
OP_URI_EXTENSION - Static variable in class com.atlassian.crowd.openid.server.filter.OpenIDServerAuthenticationUrlProvider
 
OpenDS - Class in com.atlassian.crowd.directory
 
OpenDS(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.OpenDS
 
OpenID4JavaConsumer - Class in com.atlassian.crowd.openid.client.consumer
OpenID4JavaConsumer is an implementation of CrowdConsumer, which uses the openid4java library to implement the OpenID protocol.
OpenID4JavaConsumer() - Constructor for class com.atlassian.crowd.openid.client.consumer.OpenID4JavaConsumer
 
OpenID4JavaProvider - Class in com.atlassian.crowd.openid.server.provider
 
OpenID4JavaProvider(ServerManager, String, OpenIDAuthenticationManager, OpenIDPropertyManager, CrowdHttpAuthenticator, OpenIDResponder) - Constructor for class com.atlassian.crowd.openid.server.provider.OpenID4JavaProvider
 
OpenID4JavaResponder - Class in com.atlassian.crowd.openid.server.provider
 
OpenID4JavaResponder(ServerManager) - Constructor for class com.atlassian.crowd.openid.server.provider.OpenID4JavaResponder
 
OPENID_AUTH_CUSTOM_REALM - Static variable in interface com.atlassian.crowd.openid.client.consumer.CrowdConsumer
 
OPENID_AUTH_REQUEST - Static variable in interface com.atlassian.crowd.openid.client.consumer.CrowdConsumer
 
OPENID_AUTH_RESPONSE - Static variable in interface com.atlassian.crowd.openid.client.consumer.CrowdConsumer
 
OPENID_CLIENT_LOGIN - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
OPENID_NS_LOGIN_URL_PARAMETERS - Static variable in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
OPENID_RETURN_TO_URL - Static variable in interface com.atlassian.crowd.openid.client.consumer.CrowdConsumer
 
OPENID_SERVER_URL - Variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
OPENID_SERVER_URL - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
openIDAuthenticationManager - Variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
OpenIDAuthenticationManager - Interface in com.atlassian.crowd.openid.server.manager.openid
 
OpenIDAuthenticationManagerGeneric - Class in com.atlassian.crowd.openid.server.manager.openid
 
OpenIDAuthenticationManagerGeneric(SiteManager, AuthRecordManager, OpenIDPropertyManager, UserManager) - Constructor for class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
 
OpenIDAuthenticationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.client
This class contains tests which examine the authentication process between the crowd-openid-client and crowd-openid-server.
OpenIDAuthenticationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
OpenIDAuthException - Exception in com.atlassian.crowd.openid.client.consumer
Superclass for all OpenID related exceptions.
OpenIDAuthException() - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
 
OpenIDAuthException(String) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
 
OpenIDAuthException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
 
OpenIDAuthException(Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthException
 
OpenIDAuthFailedException - Exception in com.atlassian.crowd.openid.client.consumer
 
OpenIDAuthFailedException() - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthFailedException
 
OpenIDAuthFailedException(String) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthFailedException
 
OpenIDAuthFailedException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthFailedException
 
OpenIDAuthFailedException(Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthFailedException
 
OpenIDAuthRequest - Class in com.atlassian.crowd.openid.client.consumer
OpenIDAuthRequest contains all the information required to launch an OpenID authentication request to an OpenID Provider.
OpenIDAuthRequest(String, String) - Constructor for class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
Creates an OpenID authentication request for an OpenID.
OpenIDAuthRequest - Class in com.atlassian.crowd.openid.server.provider
 
OpenIDAuthRequest(String, ParameterList, RealmVerifier) - Constructor for class com.atlassian.crowd.openid.server.provider.OpenIDAuthRequest
 
OpenIDAuthRequestException - Exception in com.atlassian.crowd.openid.client.consumer
 
OpenIDAuthRequestException() - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestException
 
OpenIDAuthRequestException(String) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestException
 
OpenIDAuthRequestException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestException
 
OpenIDAuthRequestException(Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestException
 
OpenIDAuthRequestRealmException - Exception in com.atlassian.crowd.openid.client.consumer
 
OpenIDAuthRequestRealmException(String, String, Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequestRealmException
 
OpenIDAuthResponse - Class in com.atlassian.crowd.openid.client.consumer
OpenIDAuthResponse is a representation of the authentication response sent back from the OpenID Provider.
OpenIDAuthResponse() - Constructor for class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
Default constructor.
OpenIDAuthResponse(String) - Constructor for class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
Create an OpenIDAuthResponse for an OpenID.
OpenIDAuthResponse - Class in com.atlassian.crowd.openid.server.provider
 
OpenIDAuthResponse(String, boolean) - Constructor for class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
Creates a new OpenID authentication response object.
OpenIDAuthResponseException - Exception in com.atlassian.crowd.openid.client.consumer
 
OpenIDAuthResponseException() - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponseException
 
OpenIDAuthResponseException(String) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponseException
 
OpenIDAuthResponseException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponseException
 
OpenIDAuthResponseException(Throwable) - Constructor for exception com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponseException
 
OpenIDClientOGNLInjectionTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.client
 
OpenIDClientOGNLInjectionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDClientOGNLInjectionTest
 
OpenIDClientServlet - Class in com.atlassian.crowd.openid.client.servlet
OpenIDClientServlet acts as the proxy to handling OpenID authentication requests and responses.
OpenIDClientServlet() - Constructor for class com.atlassian.crowd.openid.client.servlet.OpenIDClientServlet
 
OpenIDException - Exception in com.atlassian.crowd.openid.server.provider
 
OpenIDException(String) - Constructor for exception com.atlassian.crowd.openid.server.provider.OpenIDException
 
OpenIDException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.server.provider.OpenIDException
 
OpenIDException(Throwable) - Constructor for exception com.atlassian.crowd.openid.server.provider.OpenIDException
 
openIdIdentifier(String, String) - Static method in class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
OpenIDPrincipal - Class in com.atlassian.crowd.openid.client.consumer
OpenIDPrincipal represents an authenticated OpenID user.
OpenIDPrincipal(OpenIDAuthResponse) - Constructor for class com.atlassian.crowd.openid.client.consumer.OpenIDPrincipal
Construct an OpenIDPrincipal from an OpenIDAuthResponse message.
openIDPropertyManager - Variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
OpenIDPropertyManager - Interface in com.atlassian.crowd.openid.server.manager.property
 
OpenIDPropertyManagerException - Exception in com.atlassian.crowd.openid.server.manager.property
 
OpenIDPropertyManagerException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerException
 
OpenIDPropertyManagerException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerException
 
OpenIDPropertyManagerGeneric - Class in com.atlassian.crowd.openid.server.manager.property
 
OpenIDPropertyManagerGeneric(PropertyDAO) - Constructor for class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
OpenIDProviderServlet - Class in com.atlassian.crowd.openid.server.servlet
 
OpenIDProviderServlet() - Constructor for class com.atlassian.crowd.openid.server.servlet.OpenIDProviderServlet
 
OpenIDResponder - Interface in com.atlassian.crowd.openid.server.provider
 
OPENIDSERVER_LOGIN_URL_ADMIN - Variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
OPENIDSERVER_LOGIN_URL_ADMIN - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
OpenIDServerAuthenticationUrlProvider - Class in com.atlassian.crowd.openid.server.filter
Provider for CrowdSecurityFilter that allows for the parameterisation of the authentication URL by the relaying party.
OpenIDServerAuthenticationUrlProvider(OpenIDServerClientProperties, UrlTemplateFormatter) - Constructor for class com.atlassian.crowd.openid.server.filter.OpenIDServerAuthenticationUrlProvider
 
OpenIDServerClientProperties - Interface in com.atlassian.crowd.openid.server.filter
OpenID server-specific client properties.
OpenIDServerClientPropertiesImpl - Class in com.atlassian.crowd.openid.server.filter
 
OpenIDServerOGNLInjectionTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.server
 
OpenIDServerOGNLInjectionTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerOGNLInjectionTest
 
OpenIDServerServlet - Class in com.atlassian.crowd.openid.server.servlet
 
OpenIDServerServlet() - Constructor for class com.atlassian.crowd.openid.server.servlet.OpenIDServerServlet
 
OpenIDServerTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.server
 
OpenIDServerTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
OpenIDServerTestWithOpenID2 - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.server
Direct HTTP tests against the OpenID resources, as a complement to the full browser tests in OpenIDAuthenticationTest.
OpenIDServerTestWithOpenID2() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
OpenIDStateHelper - Class in com.atlassian.crowd.openid.server.provider
Provides ways to fetch and retrieve the state of the current openid request and response from a given request.
openIdWithVersionAndDelegateId(String, String) - Static method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
openIdWithVersionEndpointAndClaimedId(String, String, String) - Static method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
OpenLDAP - Class in com.atlassian.crowd.directory
 
OpenLDAP(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.OpenLDAP
 
OpenLDAPRfc2307 - Class in com.atlassian.crowd.directory
 
OpenLDAPRfc2307(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.OpenLDAPRfc2307
 
Operation - Enum in com.atlassian.crowd.model.event
 
OperationEvent - Interface in com.atlassian.crowd.model.event
 
OperationFailedException - Exception in com.atlassian.crowd.exception
Represents an error when executing an operation on the remote directory failed for some reason.
OperationFailedException() - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException(String) - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationFailedException
 
OperationFailedException - Exception in com.atlassian.crowd.exception.runtime
Thrown when an operation failed for some reason.
OperationFailedException() - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.OperationFailedException
 
OperationFailedExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
OperationFailedExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.OperationFailedExceptionMapper
 
OperationNotPermittedException - Exception in com.atlassian.crowd.exception
Thrown when the operation is not permitted.
OperationNotPermittedException() - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotPermittedException(String) - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotPermittedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotPermittedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotPermittedException
 
OperationNotSupportedException - Exception in com.atlassian.crowd.exception
Checked exception thrown if the requested operation is not supported.
OperationNotSupportedException() - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationNotSupportedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationNotSupportedException(String) - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationNotSupportedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.OperationNotSupportedException
 
OperationType - Enum in com.atlassian.crowd.embedded.api
Represents the type of operations allowed to be performed on a directory.
OPTION_DEFAULT_PASSWORD - Static variable in class com.atlassian.crowd.migration.ApplicationMapper
 
OPTION_DEFAULT_PASSWORD - Static variable in class com.atlassian.crowd.migration.legacy.ApplicationMapper
 
OPTION_RESET_DOMAIN - Static variable in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
Options - Class in com.atlassian.crowd.console.action.setup
 
Options() - Constructor for class com.atlassian.crowd.console.action.setup.Options
 
OPTIONS_STEP - Static variable in class com.atlassian.crowd.console.action.setup.Options
 
OR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
OR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
OR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
or(String, int) - Static method in class com.atlassian.crowd.search.ldap.BitwiseFilter
Factory method
ORACLE10G_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
ORACLE8I_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
ORACLE9I_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
orderBy - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
orderByRequired - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
orExpression() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
orExpression_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.orExpression_return
 
ORIGINAL_URL - Static variable in class com.atlassian.crowd.integration.http.filter.CrowdSecurityFilter
The session key stored as a String, is the requested secure url before redirect to the authentication page.
ORIGINAL_URL - Static variable in class com.atlassian.crowd.integration.http.VerifyTokenFilter
The session key stored as a String, is the requested secure url before redirect to the authentication page.
ORIGINAL_URL - Static variable in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
The session key stored as a String, is the requested secure url before redirect to the authentication page.
ORIGINAL_URL - Static variable in class com.atlassian.crowd.openid.client.filter.VerifyOpenIDAuthenticationFilter
The session key stored as a String, is the requested secure url before redirect to the authentication page.
OsgiContainerManagerFactory - Class in com.atlassian.crowd.plugin.factory
 
OsgiContainerManagerFactory(PackageScannerConfiguration, HostComponentProvider, PluginEventManager, OsgiPersistentCache, ServletContextFactory) - Constructor for class com.atlassian.crowd.plugin.factory.OsgiContainerManagerFactory
 
OsgiPersistentCacheFactory - Class in com.atlassian.crowd.plugin.spring
 
OsgiPersistentCacheFactory(PluginDirectoryLocator) - Constructor for class com.atlassian.crowd.plugin.spring.OsgiPersistentCacheFactory
 
OVERRIDE_HEADER_NAME - Static variable in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
OVERRIDE_HEADER_VALUE - Static variable in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
overwriteTarget - Variable in class com.atlassian.crowd.importer.config.Configuration
Override any data in the target directory from what is found in the source,

P

PackageScannerConfigurationFactory - Class in com.atlassian.crowd.plugin.spring
Factory for the PackageScannerConfiguration to provide the scanner with Crowd's version number on startup.
PackageScannerConfigurationFactory(List<String>, List<String>, Map<String, String>) - Constructor for class com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
 
Page<T> - Interface in com.atlassian.crowd.model.page
 
pageBinder - Variable in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
 
pagedResults - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
PageImpl<T> - Class in com.atlassian.crowd.model.page
 
PageImpl(Iterable<T>, int, int, int, boolean) - Constructor for class com.atlassian.crowd.model.page.PageImpl
 
Pager<E> - Class in com.atlassian.crowd.openid.server.util
 
Pager(List<? extends E>, int, int, int) - Constructor for class com.atlassian.crowd.openid.server.util.Pager
 
pageSearchResults(Name, String, ContextMapper, SearchControls, DirContextProcessor, int) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Performs a paged results search on an LDAP directory server searching using the LDAP paged results control option to fetch results in chunks rather than all at once.
PairType - Class in com.atlassian.crowd.core.tiny
A simple type to represent a pair of objects.
PairType(Serializable, String) - Constructor for class com.atlassian.crowd.core.tiny.PairType
 
PARAM_DIRECTORY_ID - Static variable in class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
PARAM_RETURN_TO_URL - Static variable in class com.atlassian.crowd.openid.server.filter.OpenIDServerAuthenticationUrlProvider
 
PARAM_SYNC_MODE - Static variable in class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
ParametersExistCondition - Class in com.atlassian.crowd.plugin.web.conditions
Will check a given Context for the existence of a list of parameter names If all are present, shouldDisplay will return true
ParametersExistCondition() - Constructor for class com.atlassian.crowd.plugin.web.conditions.ParametersExistCondition
 
parameterValues - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
parentsOf(EntityDescriptor) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
 
parentsOf(EntityDescriptor) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction
 
parExpression() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
parExpression_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.parExpression_return
 
parse(String) - Static method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
parse(String) - Static method in enum com.atlassian.crowd.service.client.AuthenticationMethod
 
parseAuthRequest(String, String, String) - Method in interface com.atlassian.crowd.plugin.saml.SAMLMessageManager
Parses the non null request parameters for a SAML request into a SAML request object.
parseAuthRequest(String, String, String) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
parsePrettyDurationToSeconds(String) - Static method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
parseQuery(String, PropertyTypeService) - Method in interface com.atlassian.crowd.cql.parser.CqlQueryParser
Parses a query string and returns a SearchRestriction.
parseQuery(String, PropertyTypeService) - Method in class com.atlassian.crowd.cql.parser.CqlQueryParserImpl
 
parseString(String) - Static method in enum com.atlassian.crowd.search.SearchContext.PopulateMemberships
 
PARTIAL_GROUPNAME - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
PARTIAL_USERNAME - Static variable in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
PartialEntityQuery(Class<T>, EntityDescriptor) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
 
PartialEntityQueryWithRestriction(Class<T>, EntityDescriptor, SearchRestriction) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction
 
PartialEntityQueryWithStartIndex(Class<T>, EntityDescriptor, SearchRestriction, int) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithStartIndex
 
PartialMembershipQueryWithEntityToMatch(Class<T>, EntityDescriptor, EntityDescriptor, boolean) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithEntityToMatch
Deprecated.
Use #PartialMembershipQueryWithEntityToMatch(Class, EntityDescriptor, EntityDescriptor, boolean, SearchRestriction) instead. Since v2.9.
PartialMembershipQueryWithEntityToMatch(Class<T>, EntityDescriptor, EntityDescriptor, boolean, SearchRestriction) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithEntityToMatch
 
PartialMembershipQueryWithNameToMatch(Class<T>, EntityDescriptor, EntityDescriptor, boolean, String) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithNameToMatch
Deprecated.
Use #PartialMembershipQueryWithNameToMatch(Class, EntityDescriptor, EntityDescriptor, boolean, SearchRestriction, String...) instead. Since v2.9.
PartialMembershipQueryWithNameToMatch(Class<T>, EntityDescriptor, EntityDescriptor, boolean, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithNameToMatch
 
PartialMembershipQueryWithStartIndex(Class<T>, EntityDescriptor, EntityDescriptor, boolean, String, int) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithStartIndex
Deprecated.
Use #PartialMembershipQueryWithStartIndex(Class, EntityDescriptor, EntityDescriptor, boolean, int, SearchRestriction, String...) instead. Since v2.9.
PartialMembershipQueryWithStartIndex(Class<T>, EntityDescriptor, EntityDescriptor, boolean, int, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithStartIndex
 
PartialSyncTask(String) - Constructor for class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.PartialSyncTask
 
PartialXmlMapper - Class in com.atlassian.crowd.migration.legacy
Specialises XmlMapper for mappers that take into account just a subset of the directory types.
PartialXmlMapper(SessionFactory, BatchProcessor, DirectoryManager, Set<DirectoryType>) - Constructor for class com.atlassian.crowd.migration.legacy.PartialXmlMapper
 
password - Variable in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
password - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
password - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
password - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
password - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
PASSWORD_ATTRIBUTES - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
PASSWORD_ENCRYPTION_ALGORITHM - Static variable in class com.atlassian.crowd.password.encoder.DESPasswordEncoder
 
PASSWORD_LASTCHANGED - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the password last changed attribute.
PASSWORD_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Deprecated. 
PASSWORD_PATH_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
PASSWORD_RESET_REQUIRED_HEADER - Static variable in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
 
passwordConfirm - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
passwordConfirm - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
passwordConfirm - Variable in class com.atlassian.crowd.security.demo.action.user.AddUser
 
passwordConfirm - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
PasswordConstraint - Interface in com.atlassian.crowd.embedded.api
 
PasswordConstraintsLoader - Interface in com.atlassian.crowd.directory
Has the responsibility of instantiating the active PasswordConstraint's for a directory.
PasswordConstraintsLoaderImpl - Class in com.atlassian.crowd.directory
Instantiates the active PasswordConstraint's for a directory based on the directory's attributes.
PasswordConstraintsLoaderImpl(PasswordScoreService) - Constructor for class com.atlassian.crowd.directory.PasswordConstraintsLoaderImpl
 
PasswordCredential - Class in com.atlassian.crowd.embedded.api
Password based authentication information.
PasswordCredential() - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
Deprecated.
since 1.3.2, please use any other PasswordCredential constructor, this constructor should only be used by hibernate. If this constructor is used, please be aware that you must set PasswordCredential.setEncryptedCredential(boolean)
PasswordCredential(PasswordCredential) - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
 
PasswordCredential(String) - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
Constructor that takes an unencrypted credential.
PasswordCredential(String, boolean) - Constructor for class com.atlassian.crowd.embedded.api.PasswordCredential
 
PasswordCredential - Class in com.atlassian.crowd.integration.authentication
Password based authentication information.
PasswordCredential() - Constructor for class com.atlassian.crowd.integration.authentication.PasswordCredential
Deprecated.
since 1.3.2, please use any other PasswordCredential constructor. If this constructor is used, please be aware that you must call PasswordCredential.setEncryptedCredential(boolean).
PasswordCredential(String, boolean) - Constructor for class com.atlassian.crowd.integration.authentication.PasswordCredential
It is highly recommended that you use the PasswordCredential.encrypted(String) or PasswordCredential.unencrypted(String) factory methods for clarity instead.
PasswordEncoder - Interface in com.atlassian.crowd.password.encoder
Defines the operations and requirements for a class that needs to handle password operations in Crowd
PasswordEncoderException - Exception in com.atlassian.crowd.exception
An exception that is thrown if we have failed to encrypt a password with a given PasswordEncoder
PasswordEncoderException(String) - Constructor for exception com.atlassian.crowd.exception.PasswordEncoderException
 
PasswordEncoderException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.PasswordEncoderException
 
passwordEncoderFactory - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
PasswordEncoderFactory - Interface in com.atlassian.crowd.password.factory
This factory manages the getting of a PasswordEncoder, based on given encoder key such as 'MD5', 'SSHA', 'SHA', "PLAINTEXT, "DES"
PasswordEncoderFactoryImpl - Class in com.atlassian.crowd.password.factory
 
PasswordEncoderFactoryImpl() - Constructor for class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
This default constructor will initialise the PasswordEncoderFactoryImpl with the required default PasswordEncoder's, the current default is currently the AtlassianSecurityPasswordEncoder
PasswordEncoderFactoryImpl(Iterable<PasswordEncoder>) - Constructor for class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
PasswordEncoderModuleDescriptor<T extends PasswordEncoder> - Class in com.atlassian.crowd.plugin.descriptors
Module descriptor that handles creating PasswordEncoder plugins NOTE: This class has to be constructor injected since it's the only way moduleFactory can be set at its parent.
PasswordEncoderModuleDescriptor(PasswordEncoderFactory, ModuleFactory) - Constructor for class com.atlassian.crowd.plugin.descriptors.PasswordEncoderModuleDescriptor
 
PasswordEncoderNotFoundException - Exception in com.atlassian.crowd.exception
This exception is thrown if no PasswordEncoder is found when a lookup is done on the PasswordEncoderFactory
PasswordEncoderNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.PasswordEncoderNotFoundException
 
PasswordEncoderNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.PasswordEncoderNotFoundException
 
PasswordEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a password entity.
PasswordEntity(String) - Constructor for class com.atlassian.crowd.integration.rest.entity.PasswordEntity
Constructs a password entity.
PasswordEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a password entity.
PasswordEntity(String, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.PasswordEntity
Constructs a password entity.
PasswordHelper - Interface in com.atlassian.crowd.util
 
PasswordHelperImpl - Class in com.atlassian.crowd.util
Various password helper methods.
PasswordHelperImpl() - Constructor for class com.atlassian.crowd.util.PasswordHelperImpl
 
PasswordLengthConstraint - Class in com.atlassian.crowd.directory
 
PasswordLengthConstraint(int) - Constructor for class com.atlassian.crowd.directory.PasswordLengthConstraint
 
PasswordResetTokenInvalidationListener - Class in com.atlassian.crowd.manager.login
Listens to directory events that may affect the authentication credentials or the ability to reset a password and invalidates the password reset tokens for affected users.
PasswordResetTokenInvalidationListener(ForgottenLoginManager, EventListenerRegistrar) - Constructor for class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
PasswordScore - Enum in com.atlassian.crowd.embedded.api
A rating of a password based on estimated difficulty of cracking by some PasswordScoreService.
PasswordScoreConstraint - Class in com.atlassian.crowd.directory
 
PasswordScoreConstraint(PasswordScore, PasswordScoreService) - Constructor for class com.atlassian.crowd.directory.PasswordScoreConstraint
 
PasswordScoreService - Interface in com.atlassian.crowd.embedded.api
Analyses passwords to provide an estimate of their strength.
patternForVariableNamed(String) - Method in class com.atlassian.crowd.openid.server.util.UrlTemplateFormatter
 
Percentage - Class in com.atlassian.crowd.util
Used to print percentages to log messages.
performImport(Configuration) - Method in interface com.atlassian.crowd.importer.manager.ImporterManager
Will perform the import based on the given configuration into Crowd.
performImport(Configuration) - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
performOperation(Object, Session) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.DeleteOperation
 
performOperation(Object, Session) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.MergeOperation
 
performOperation(Object, Session) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.RemoveGroupOperation
 
performOperation(Object, Session) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.RemoveUserOperation
 
performOperation(Object, Session) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.ReplicateOperation
 
performOperation(Object, S) - Method in interface com.atlassian.crowd.util.persistence.hibernate.batch.HibernateOperation
Interface to logic that performs a single hibernate operation on a target object for use within a batch.
PermanentApplicationCondition - Class in com.atlassian.crowd.plugin.web.conditions
 
PermanentApplicationCondition() - Constructor for class com.atlassian.crowd.plugin.web.conditions.PermanentApplicationCondition
 
PERMISSION_XML_DIR_ID - Static variable in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
PERMISSION_XML_GROUP - Static variable in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
PERMISSION_XML_NODE - Static variable in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
PERMISSION_XML_PERMISSION - Static variable in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
PERMISSION_XML_ROOT - Static variable in class com.atlassian.crowd.migration.GrantedPermissionMapper
 
permissionEnabledGlobally(OperationType) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
PermissionException - Exception in com.atlassian.crowd.exception
Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
PermissionException() - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
PermissionException(String) - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
PermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
PermissionException(Throwable) - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
permissionManager - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
permissionManager - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
permissionManager - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
permissionManager - Variable in class com.atlassian.crowd.console.action.user.EditProfile
 
PermissionManager - Interface in com.atlassian.crowd.manager.permission
Permission Manager for Crowd to validate Directory Permissions and Application-Directory permissions.
PermissionManagerImpl - Class in com.atlassian.crowd.manager.permission
Implementation of the PermissionManager.
PermissionManagerImpl(ApplicationDAO, DirectoryDao) - Constructor for class com.atlassian.crowd.manager.permission.PermissionManagerImpl
 
PermissionOption - Enum in com.atlassian.crowd.embedded.api
Options in the UI for different types of permission configurations for an LDAP directory.
permissions - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
permissionsTab - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
PermittedGroup - Interface in com.atlassian.crowd.manager.permission
A DirectoryGroup with a corresponding UserPermission.
permittedGroup() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
PermittedGroupImpl - Class in com.atlassian.crowd.manager.permission
Convenience implementation (non persisted) to return to the service layer
PermittedGroupImpl(UserPermission, Long, String, String) - Constructor for class com.atlassian.crowd.manager.permission.PermittedGroupImpl
 
PermittedGroupMatcher<E extends PermittedGroup> - Class in com.atlassian.crowd.test.matchers
 
PermittedGroupMatcher(Matcher<String>, Matcher<Long>, Matcher<String>, Matcher<Integer>) - Constructor for class com.atlassian.crowd.test.matchers.PermittedGroupMatcher
 
PersistenceException - Exception in com.atlassian.crowd.util.persistence
Persistence related exception.
PersistenceException() - Constructor for exception com.atlassian.crowd.util.persistence.PersistenceException
Default constructor.
PersistenceException(String) - Constructor for exception com.atlassian.crowd.util.persistence.PersistenceException
Default constructor.
PersistenceException(String, Throwable) - Constructor for exception com.atlassian.crowd.util.persistence.PersistenceException
Default constructor.
PersistenceException(Throwable) - Constructor for exception com.atlassian.crowd.util.persistence.PersistenceException
Default constructor.
PersistenceTestHelper - Class in com.atlassian.crowd.acceptance.tests.persistence
A helper with methods and constants used for persistence/DAO integration tests
PersistenceTestHelper(String) - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.PersistenceTestHelper
 
ping(Webhook) - Method in class com.atlassian.crowd.manager.webhook.WebhookPinger
Synchronously ping a Webhook and throw IOException if the ping cannot be delivered.
PIPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
PIPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
PIPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
PIPE_PIPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
PIPE_PIPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
PIPE_PIPE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
PLAINTEXT_ENCODER - Static variable in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
 
PlaintextPasswordEncoder - Class in com.atlassian.crowd.password.encoder
A plaintext password encoder
PlaintextPasswordEncoder() - Constructor for class com.atlassian.crowd.password.encoder.PlaintextPasswordEncoder
 
PLUGIN_DATA_LOCATION - Static variable in class com.atlassian.crowd.CrowdConstants.CrowdHome
 
PLUGIN_DESCRIPTOR_FILENAME - Static variable in class com.atlassian.crowd.plugin.PluginUtils
 
PLUGIN_KEY_PREFIX - Static variable in class com.atlassian.crowd.migration.GenericMapper
 
PluginAwareActionConfig - Class in com.atlassian.crowd.plugin.descriptors.webwork
ActionConfig that contains a reference to its parent plugin.
PluginAwareActionFactory - Class in com.atlassian.crowd.plugin.descriptors.webwork
An Spring autowiring object factory that uses the classloader of the of PluginAware action configs to load and wire up the action class.
PluginAwareActionFactory() - Constructor for class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareActionFactory
 
PluginAwareConfiguration - Class in com.atlassian.crowd.plugin.descriptors.webwork
An XWork Configuration implementation that allows for PluginAware XWork actions.
PluginAwareConfiguration() - Constructor for class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareConfiguration
 
PluginAwareFreemarkerManager - Class in com.atlassian.crowd.plugin
 
PluginAwareFreemarkerManager() - Constructor for class com.atlassian.crowd.plugin.PluginAwareFreemarkerManager
 
PluginClassTemplateLoader - Class in com.atlassian.crowd.plugin.descriptors.webwork
 
PluginClassTemplateLoader() - Constructor for class com.atlassian.crowd.plugin.descriptors.webwork.PluginClassTemplateLoader
 
PluginComponentAccessor - Class in com.atlassian.crowd.plugin
Utility class to access OSGi components publicly exported by plugins.
PluginComponentAccessor() - Constructor for class com.atlassian.crowd.plugin.PluginComponentAccessor
 
pluginDataExists() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
PluginDecoratorMapper - Class in com.atlassian.crowd.plugin.sitemesh
 
PluginDecoratorMapper() - Constructor for class com.atlassian.crowd.plugin.sitemesh.PluginDecoratorMapper
 
PluginDirectoryLocator - Class in com.atlassian.crowd.plugin
This class provides the location of the plugin directories, in particular the plugins and bundled plugins (in JAR format) and the plugin cache.
PluginDirectoryLocator(HomeLocator) - Constructor for class com.atlassian.crowd.plugin.PluginDirectoryLocator
 
PluginPropertyManager - Interface in com.atlassian.crowd.manager.property
Manages plugin properties.
PluginPropertyManagerGeneric - Class in com.atlassian.crowd.manager.property
 
PluginPropertyManagerGeneric(PropertyDAO) - Constructor for class com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
 
PluginProvidedDecoratorModule - Interface in com.atlassian.crowd.plugin.module
Holds data about the decorator override.
PluginResourceBundleProvider - Class in com.atlassian.crowd.util
Implementation of ResourceBundleProvider that looks for resource bundles defined in plugins.
PluginResourceBundleProvider(PluginAccessor, Locale, PluginEventManager) - Constructor for class com.atlassian.crowd.util.PluginResourceBundleProvider
 
PluginUtils - Class in com.atlassian.crowd.plugin
 
PluginUtils() - Constructor for class com.atlassian.crowd.plugin.PluginUtils
 
pollChanges(SynchronisationMode) - Method in class com.atlassian.crowd.directory.DbCachingDirectoryPoller
 
pollChanges(SynchronisationMode) - Method in interface com.atlassian.crowd.directory.monitor.poller.DirectoryPoller
Polls the directory for mutations and synchronises accordingly.
pollingEnabled - Variable in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
PollingFinishedEvent - Class in com.atlassian.crowd.event.monitor.poller
Fired every time a poller finishes the polling process for detecting changes.
PollingFinishedEvent(DirectoryMonitor, long) - Constructor for class com.atlassian.crowd.event.monitor.poller.PollingFinishedEvent
 
pollingIntervalInMin - Variable in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
PollingStartedEvent - Class in com.atlassian.crowd.event.monitor.poller
Fired every time a poller starts the polling process.
PollingStartedEvent(DirectoryMonitor, long) - Constructor for class com.atlassian.crowd.event.monitor.poller.PollingStartedEvent
 
POOL_AUTHENTICATION - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_INITIAL_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_MAXIMUM_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_PREFERRED_SIZE - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_PROTOCOL - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
POOL_TIMEOUT - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
populateDatabase(String, JdbcTemplate) - Method in class com.atlassian.crowd.acceptance.tests.persistence.PersistenceTestHelper
 
populateDefaultAttributes() - Method in class com.atlassian.crowd.pageobjects.CreateDelegatedAuthenticationDirectoryPage
 
populateDefaultAttributes() - Method in class com.atlassian.crowd.pageobjects.CreateDirectoryConnectorPage
 
populateDirectoryAttributesForConnectionTest(Map<String, String>) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
populateDirectoryAttributesForConnectionTest(Map<String, String>) - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
populateDirectoryAttributesForConnectionTest(Map<String, String>) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
populateDirectoryAttributesForConnectionTest(Map<String, String>) - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConfiguration
 
populateNames(User) - Static method in class com.atlassian.crowd.util.UserUtils
Ensures that the first name, last name and displayName of the user object is fully populated.
populateParams() - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
postBootstrapDatabase() - Method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
POSTCODE - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
PostgresLegacyTableQueries - Class in com.atlassian.crowd.migration.legacy.database.sql
 
PostgresLegacyTableQueries() - Constructor for class com.atlassian.crowd.migration.legacy.database.sql.PostgresLegacyTableQueries
 
POSTGRESQL_HIBERNATE_DIALECT - Static variable in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
postInit(Dispatcher, FilterConfig) - Method in class com.atlassian.crowd.console.filter.CrowdBootstrapAwareStrutsPrepareFilter
 
postProcess(DirContext) - Method in class com.atlassian.crowd.directory.ldap.control.DeletedResultsControl
 
postprocessGroups(List<LDAPGroupWithAttributes>) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
postprocessGroups(List<LDAPGroupWithAttributes>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Perform any post-processing on groups.
prepareIdentifierCompareLocale() - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
 
prepareQuery(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
 
PreventAdminGroupUserPickerRemoveTest - Class in com.atlassian.crowd.selenium.tests.console
 
PreventAdminGroupUserPickerRemoveTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.PreventAdminGroupUserPickerRemoveTest
 
PreventAdminUserGroupPickerRemoveTest - Class in com.atlassian.crowd.selenium.tests.console
 
PreventAdminUserGroupPickerRemoveTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
preventingLockout - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
preventingLockout - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
primary() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
PRIMARY_GROUP_SUPPORT - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Key to determine if primary groups are supported.
primary_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.primary_return
 
PrimaryGroupIdMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Maps the primaryGroupId of a user.
PrimaryGroupIdMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.PrimaryGroupIdMapper
 
primaryGroupSupport - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
principal - Variable in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
PRINCIPAL_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_EMAIL - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_FULLNAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
PrincipalAuthenticationLoadTest - Class in com.atlassian.crowd.acceptance.tests.client.load
 
PrincipalAuthenticationLoadTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.load.PrincipalAuthenticationLoadTest
 
printMinimalSystemInfo(Logger) - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
printMinimalSystemInfo(Logger) - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
printSystemInfo(Logger) - Method in interface com.atlassian.crowd.util.SystemInfoHelper
 
printSystemInfo(Logger) - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
PRIVILEGE_LEVEL - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
Application-specific privilege level.
PRIVILEGE_LEVEL - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
Application-specific privilege level.
process(Object) - Method in interface com.atlassian.crowd.directory.ldap.util.AttributeValueProcessor
 
process(Object) - Method in class com.atlassian.crowd.directory.ldap.util.ListAttributeValueProcessor
 
processBatchFind(long, Collection<String>, Class<E>) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
 
processBatchFind(long, Collection<String>, Class<E>) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchFinder
 
processDirectoryMapping() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
processGeneral() - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
processGeneral() - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
processGeneral() - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
processGeneral() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
processGeneral() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
processGroup(Group, List<String>) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processGroup(SOAPGroup) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processGroups() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
processGroupWithAttributes(GroupWithAttributes, List<String>) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processLicense() - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
processLicenseDetails() - Method in class com.atlassian.crowd.console.action.License
 
processLogging() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
Reads current state of logging and updates class fields to match.
processMailTemplates() - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
processMemberships() - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
processNestableGroup(Group, List<String>) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processNestableGroup(SOAPNestableGroup) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processOpenIDRequest(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.openid.server.provider.CrowdProvider
Handle the given request as an OpenID request, with behaviour depending on the mode of the request according to the OpenID spec.
processOpenIDRequest(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.openid.server.provider.OpenID4JavaProvider
 
processProfiling() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
Updates the class profiling fields to reflect the current status of profiling.
processRole(Group, List<String>) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processRole(SOAPRole) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processRow(ResultSet) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper.AttributeMapper
 
processSOAPGroupAndMemberNames(SOAPGroup[]) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processSOAPGroupAndMemberNames(SOAPNestableGroup[]) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processSOAPNestableGroupAndMemberNames(Collection<SOAPNestableGroup>) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processSOAPRoleAndMemberNames(SOAPRole[]) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processUser(User) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processUser(SOAPPrincipal) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processUsers(Collection<User>) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processUserWithAttributes(UserWithAttributes) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
processUserWithAttributes(SOAPPrincipal) - Static method in class com.atlassian.crowd.service.soap.ObjectTranslator
 
Profile - Class in com.atlassian.crowd.openid.server.model.profile
A profile encapsulates a set of attributes for a user which are provided to an openid client (relying party).
Profile() - Constructor for class com.atlassian.crowd.openid.server.model.profile.Profile
 
Profile(User, String) - Constructor for class com.atlassian.crowd.openid.server.model.profile.Profile
 
ProfileAccessViolationException - Exception in com.atlassian.crowd.openid.server.manager.profile
 
ProfileAccessViolationException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.profile.ProfileAccessViolationException
 
ProfileAlreadyExistsException - Exception in com.atlassian.crowd.openid.server.manager.profile
 
ProfileAlreadyExistsException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.profile.ProfileAlreadyExistsException
 
ProfileAttributesHelper - Class in com.atlassian.crowd.openid.server.util
 
ProfileAttributesHelper() - Constructor for class com.atlassian.crowd.openid.server.util.ProfileAttributesHelper
 
ProfileDAO - Interface in com.atlassian.crowd.openid.server.model.profile
 
ProfileDAOHibernate - Class in com.atlassian.crowd.openid.server.model.profile
 
ProfileDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.profile.ProfileDAOHibernate
 
ProfileDoesNotExistException - Exception in com.atlassian.crowd.openid.server.manager.profile
 
ProfileDoesNotExistException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.profile.ProfileDoesNotExistException
 
profileManager - Variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
ProfileManager - Interface in com.atlassian.crowd.openid.server.manager.profile
 
ProfileManagerException - Exception in com.atlassian.crowd.openid.server.manager.profile
 
ProfileManagerException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.profile.ProfileManagerException
 
ProfileManagerGeneric - Class in com.atlassian.crowd.openid.server.manager.profile
 
ProfileManagerGeneric(ProfileDAO, UserDAO, AttributeDAO, SiteApprovalDAO) - Constructor for class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
progessSetupStep() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
PROP_CACHE_MANAGER - Static variable in class com.atlassian.crowd.util.persistence.hibernate.EhCacheProvider
 
PROPERTIES - Static variable in class com.atlassian.crowd.plugin.DecoratorAttributes
 
PROPERTIES_FILE - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file for Crowd.
PROPERTIES_FILE_APPLICATION_BASE_URL - Static variable in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
PROPERTIES_FILE_APPLICATION_LOGIN_URL - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the application authentication URL.
PROPERTIES_FILE_APPLICATION_LOGIN_URL_TEMPLATE - Static variable in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
PROPERTIES_FILE_APPLICATION_NAME - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the application authentication name.
PROPERTIES_FILE_APPLICATION_PASSWORD - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the application authentication password.
PROPERTIES_FILE_BASE_URL - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the Crowd server base URL.
PROPERTIES_FILE_COOKIE_DOMAIN - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for specifying a domain name used for a SSO cookie (optional).
PROPERTIES_FILE_COOKIE_TOKENKEY - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the name of Crowd SSO token cookie (optional).
PROPERTIES_FILE_HTTP_MAX_CONNECTIONS - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the maximum number of HTTP connections (optional).
PROPERTIES_FILE_HTTP_PROXY_HOST - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the HTTP proxy host (optional).
PROPERTIES_FILE_HTTP_PROXY_PASSWORD - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the HTTP proxy password (optional).
PROPERTIES_FILE_HTTP_PROXY_PORT - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the HTTP proxy port (optional).
PROPERTIES_FILE_HTTP_PROXY_USERNAME - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the HTTP proxy username (optional).
PROPERTIES_FILE_HTTP_TIMEOUT - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for HTTP connection timeout (optional).
PROPERTIES_FILE_SECURITY_SERVER_URL - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the Crowd server web services URL.
PROPERTIES_FILE_SECURITY_SERVER_URL - Static variable in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
Configuration file property value for the Crowd server web services URL.
PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the http session last validation, Date.
PROPERTIES_FILE_SESSIONKEY_TOKENKEY - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the http session token key, String.
PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for the time in minutes between validations, 0 for every time.
PROPERTIES_FILE_SOCKET_TIMEOUT - Static variable in class com.atlassian.crowd.integration.Constants
Configuration file property value for specifying how long to wait without retrieving any data from the remote connection (optional).
PROPERTIES_XML_ROOT - Static variable in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
PROPERTIES_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.PropertyMapper
 
PROPERTIES_XML_ROOT - Static variable in class com.atlassian.crowd.migration.PropertyMapper
 
propertiesToMap - Variable in class com.atlassian.crowd.migration.CrowdConfigMapper
 
Property - Class in com.atlassian.crowd.model.property
Captures various server properties of the crowd server.
Property(String, String, String) - Constructor for class com.atlassian.crowd.model.property.Property
 
Property() - Constructor for class com.atlassian.crowd.model.property.Property
 
Property - Class in com.atlassian.crowd.openid.server.model.property
Used for configuration of the CrowdID server.
Property() - Constructor for class com.atlassian.crowd.openid.server.model.property.Property
 
Property<V> - Interface in com.atlassian.crowd.search.query.entity.restriction
Property Values are accessible via UserTermKeys, GroupTermKeys
PROPERTY_USE_LEGACY_AD_INCREMENTAL_SYNC - Static variable in class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
PROPERTY_XML_KEY - Static variable in class com.atlassian.crowd.migration.legacy.PropertyMapper
 
PROPERTY_XML_KEY - Static variable in class com.atlassian.crowd.migration.PropertyMapper
 
PROPERTY_XML_NAME - Static variable in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
PROPERTY_XML_NAME - Static variable in class com.atlassian.crowd.migration.legacy.PropertyMapper
 
PROPERTY_XML_NAME - Static variable in class com.atlassian.crowd.migration.PropertyMapper
 
PROPERTY_XML_NODE - Static variable in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
PROPERTY_XML_NODE - Static variable in class com.atlassian.crowd.migration.legacy.PropertyMapper
 
PROPERTY_XML_NODE - Static variable in class com.atlassian.crowd.migration.PropertyMapper
 
PROPERTY_XML_VALUE - Static variable in class com.atlassian.crowd.migration.CrowdPropertiesMapper
 
PROPERTY_XML_VALUE - Static variable in class com.atlassian.crowd.migration.legacy.PropertyMapper
 
PROPERTY_XML_VALUE - Static variable in class com.atlassian.crowd.migration.PropertyMapper
 
PropertyBasedTrustedApplicationStore - Class in com.atlassian.crowd.trusted
Implementation of TrustedApplicationStore using PropertyManager.
PropertyBasedTrustedApplicationStore(EncryptionProvider, PropertyManager) - Constructor for class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
PropertyDAO - Interface in com.atlassian.crowd.dao.property
Persist property objects.
PropertyDAO - Interface in com.atlassian.crowd.openid.server.model.property
 
PropertyDAOHibernate - Class in com.atlassian.crowd.dao.property
 
PropertyDAOHibernate() - Constructor for class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
PropertyDAOHibernate - Class in com.atlassian.crowd.openid.server.model.property
 
PropertyDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.property.PropertyDAOHibernate
 
PropertyDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.property
 
PropertyDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
PropertyEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a property entity.
PropertyEntity(String, String) - Constructor for class com.atlassian.crowd.integration.rest.entity.PropertyEntity
Constructs a property with the specified name and type.
PropertyEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a property entity.
PropertyEntity(String, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.PropertyEntity
Constructs a property with the specified name and type.
propertyExpression() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
propertyExpression() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
propertyExpression_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.propertyExpression_return
 
propertyFileLocation - Variable in class com.atlassian.crowd.service.client.BaseResourceLocator
 
PropertyId - Class in com.atlassian.crowd.model.property
 
PropertyId() - Constructor for class com.atlassian.crowd.model.property.PropertyId
 
PropertyId(String, String) - Constructor for class com.atlassian.crowd.model.property.PropertyId
 
PropertyImpl<V> - Class in com.atlassian.crowd.search.query.entity.restriction
 
PropertyImpl(String, Class<V>) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
 
propertyManager - Variable in class com.atlassian.crowd.console.action.BaseAction
 
PropertyManager - Interface in com.atlassian.crowd.manager.property
API for storing and retrieving Crowd server properties.
PropertyManagerException - Exception in com.atlassian.crowd.manager.property
Error accessing property.
PropertyManagerException() - Constructor for exception com.atlassian.crowd.manager.property.PropertyManagerException
Default constructor.
PropertyManagerException(String) - Constructor for exception com.atlassian.crowd.manager.property.PropertyManagerException
Default constructor.
PropertyManagerException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.property.PropertyManagerException
Default constructor.
PropertyManagerException(Throwable) - Constructor for exception com.atlassian.crowd.manager.property.PropertyManagerException
Default constructor.
PropertyManagerGeneric - Class in com.atlassian.crowd.manager.property
 
PropertyManagerGeneric(PropertyDAO) - Constructor for class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
PropertyMapper - Class in com.atlassian.crowd.migration.legacy.database
 
PropertyMapper(SessionFactory, BatchProcessor, JdbcOperations, PropertyDAOHibernate, CrowdBootstrapManager) - Constructor for class com.atlassian.crowd.migration.legacy.database.PropertyMapper
 
PropertyMapper - Class in com.atlassian.crowd.migration.legacy
 
PropertyMapper(SessionFactory, BatchProcessor, PropertyDAOHibernate, CrowdBootstrapManager) - Constructor for class com.atlassian.crowd.migration.legacy.PropertyMapper
 
PropertyMapper - Class in com.atlassian.crowd.migration
This mapper will handle the mapping of a Property
PropertyMapper(SessionFactory, BatchProcessor, PropertyDAO) - Constructor for class com.atlassian.crowd.migration.PropertyMapper
 
PropertyRestriction<T> - Interface in com.atlassian.crowd.search.query.entity.restriction
Restriction on a search based on a property of type T.
PropertyRestrictionEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a property restriction entity.
PropertyRestrictionEntity(PropertyEntity, String, String) - Constructor for class com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity
Creates a new instance of RestPropertyRestriction.
PropertyRestrictionEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a property restriction entity.
PropertyRestrictionEntity(PropertyEntity, String, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.PropertyRestrictionEntity
Creates a new instance of RestPropertyRestriction.
PropertyTypeService - Interface in com.atlassian.crowd.search.query.entity
Property type service.
PropertyTypeServiceImpl - Class in com.atlassian.crowd.search.query.entity
Implements a PropertyTypeServiceImpl.
PropertyTypeServiceImpl(Map<String, Class>) - Constructor for class com.atlassian.crowd.search.query.entity.PropertyTypeServiceImpl
Constructs a new PropertyTypeService.
PropertyUtils - Class in com.atlassian.crowd.acceptance.utils
 
PropertyUtils() - Constructor for class com.atlassian.crowd.acceptance.utils.PropertyUtils
 
PropertyUtils - Class in com.atlassian.crowd.search.query.entity.restriction
Factory methods for creating Property objects.
PropertyUtils() - Constructor for class com.atlassian.crowd.search.query.entity.restriction.PropertyUtils
 
PropertyUtils - Class in com.atlassian.crowd.util
PropertyUtils class to enable the writing back of Properties
PropertyUtils() - Constructor for class com.atlassian.crowd.util.PropertyUtils
 
providesIdentifier() - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
ProxiableConsumerManagerFactory - Class in com.atlassian.crowd.openid.client.util
Creates a ConsumerManager after configuring openid4java's proxy settings from the standard system properties ProxiableConsumerManagerFactory.PROXY_HOST_PROPERTY and ProxiableConsumerManagerFactory.PROXY_PORT_PROPERTY (which will also apply to HTTPS, despite their name), so that the consumer manager will use these proxy settings.
ProxiableConsumerManagerFactory() - Constructor for class com.atlassian.crowd.openid.client.util.ProxiableConsumerManagerFactory
 
PublicIdentityTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid
 
PublicIdentityTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
publish(Object) - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
 
publish(Object) - Method in class com.atlassian.crowd.util.TransactionalEventPublisher
 
put(T) - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
put(String, V) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
put(String, Association) - Method in interface com.atlassian.crowd.openid.server.provider.association.AssociationCache
 
put(String, Association) - Method in class com.atlassian.crowd.openid.server.provider.association.InMemoryAssociationCache
 
put(String, Association) - Method in class com.atlassian.crowd.openid.server.provider.association.RedisAssociationCache
 
putActual(String, String) - Method in class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettings
 
putAll(Collection<T>) - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
putAll(Map<? extends String, ? extends V>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 

Q

Query<T> - Interface in com.atlassian.crowd.embedded.api
Represents a search query for user management.
QueryAnalyser - Class in com.atlassian.crowd.directory.ldap
Used to inspect search queries to determine if they are executable on LDAP implementations.
QueryAnalyser() - Constructor for class com.atlassian.crowd.directory.ldap.QueryAnalyser
 
QueryBuilder - Class in com.atlassian.crowd.search.builder
Recommended convenience class to build queries.
QueryBuilder() - Constructor for class com.atlassian.crowd.search.builder.QueryBuilder
 
QueryBuilder.PartialEntityQuery<T> - Class in com.atlassian.crowd.search.builder
 
QueryBuilder.PartialEntityQueryWithRestriction<T> - Class in com.atlassian.crowd.search.builder
 
QueryBuilder.PartialEntityQueryWithStartIndex<T> - Class in com.atlassian.crowd.search.builder
 
QueryBuilder.PartialMembershipQueryWithEntityToMatch<T> - Class in com.atlassian.crowd.search.builder
 
QueryBuilder.PartialMembershipQueryWithNameToMatch<T> - Class in com.atlassian.crowd.search.builder
 
QueryBuilder.PartialMembershipQueryWithStartIndex<T> - Class in com.atlassian.crowd.search.builder
 
queryFor(Class<T>, EntityDescriptor) - Static method in class com.atlassian.crowd.search.builder.QueryBuilder
 
queryFor(Class<T>, EntityDescriptor, SearchRestriction, int, int) - Static method in class com.atlassian.crowd.search.builder.QueryBuilder
 
QueryUtils - Class in com.atlassian.crowd.search.query
 
QueryUtils() - Constructor for class com.atlassian.crowd.search.query.QueryUtils
 
QUOTE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
QUOTE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
QUOTE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
QUOTE_STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
QUOTE_STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
QUOTE_STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 

R

RANDOM_HASH_CACHE - Static variable in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
RANDOM_NUMBER - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
RANDOM_NUMBER - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
The Key that represents the generated 'Random-Number' ValidationFactor
RANDOM_NUMBER - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
The Key that represents the generated 'Random-Number' ValidationFactor
RANDOM_NUMBER - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
Random number associated with token.
randomAlphanumericString(int) - Method in class com.atlassian.crowd.util.SecureRandomStringUtils
Generates a random String by randomly selecting characters from the the alphabet of characters in the range 0-9, A-Z and a-z.
randomString(int, char[]) - Method in class com.atlassian.crowd.util.SecureRandomStringUtils
Generates a random String by randomly selecting characters from the provided alphabet until the desired length is reached.
RangeOption - Class in com.atlassian.crowd.directory.ldap.util
Code copied from: http://jira.springframework.org/browse/LDAP-176 To fix: http://jira.atlassian.com/browse/CWD-1445 Attribute name Range Option used for Incremental Retrieval of Multi-valued Properties.
RangeOption(int) - Constructor for class com.atlassian.crowd.directory.ldap.util.RangeOption
 
RangeOption(int, int) - Constructor for class com.atlassian.crowd.directory.ldap.util.RangeOption
 
RBRACKET - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
RBRACKET - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
RBRACKET - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
readAttributes(UserWithAttributes) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
ReadOnlyGroupException - Exception in com.atlassian.crowd.exception
Thrown when a directory is asked to modify a group or its memberships which cannot be modified.
ReadOnlyGroupException(String) - Constructor for exception com.atlassian.crowd.exception.ReadOnlyGroupException
 
ReadOnlyGroupException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ReadOnlyGroupException
 
readTimeout - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
readyDirectoriesForSynchronization(ApplicationReadyEvent) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorStarter
 
RecalculateLicenseTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
A test class that looks at the license resource count for Crowd
RecalculateLicenseTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.RecalculateLicenseTest
 
recover(IntStream, RecognitionException) - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
RecoveryModeActivatedEvent - Class in com.atlassian.crowd.event.recovery
Raised when recovery mode in Crowd has been activated, usually at, or close to the initialization time of the application.
RecoveryModeActivatedEvent(String, Directory) - Constructor for class com.atlassian.crowd.event.recovery.RecoveryModeActivatedEvent
 
RecoveryModeAwareApplicationService - Class in com.atlassian.crowd.manager.recovery
An extension of ApplicationServiceGeneric that supports recovery mode.
RecoveryModeAwareApplicationService(DirectoryManager, SearchStrategyFactory, PermissionManager, EventPublisher, EventStore, WebhookRegistry, AvatarProvider, ApplicationFactory, RecoveryModeService) - Constructor for class com.atlassian.crowd.manager.recovery.RecoveryModeAwareApplicationService
 
RecoveryModeAwareDirectoryManager - Class in com.atlassian.crowd.manager.recovery
Overrides DirectoryManagerGeneric to provide recovery-mode aware behaviour.
RecoveryModeAwareDirectoryManager(DirectoryDao, ApplicationDAO, EventPublisher, PermissionManager, DirectoryInstanceLoader, DirectorySynchroniser, DirectoryPollerManager, ClusterLockService, SynchronisationStatusManager, BeforeGroupRemoval, RecoveryModeService) - Constructor for class com.atlassian.crowd.manager.recovery.RecoveryModeAwareDirectoryManager
 
RecoveryModeAwareTokenAuthenticationManager - Class in com.atlassian.crowd.manager.token
 
RecoveryModeAwareTokenAuthenticationManager(SessionTokenStorage, ApplicationDAO, TokenFactory, Cache<String, Boolean>, EventPublisher, PropertyManager, DirectoryManager, ApplicationManager, ApplicationService, RecoveryModeService, ApplicationFactory) - Constructor for class com.atlassian.crowd.manager.token.RecoveryModeAwareTokenAuthenticationManager
 
RecoveryModeAwareUserPermissionService - Class in com.atlassian.crowd.manager.permission
 
RecoveryModeAwareUserPermissionService(InternalUserPermissionDAO, DirectoryManager, RecoveryModeService, AuthenticatedUserProvider) - Constructor for class com.atlassian.crowd.manager.permission.RecoveryModeAwareUserPermissionService
 
RecoveryModeDirectoryLoader - Class in com.atlassian.crowd.manager.recovery
 
RecoveryModeDirectoryLoader() - Constructor for class com.atlassian.crowd.manager.recovery.RecoveryModeDirectoryLoader
 
RecoveryModeRemoteDirectory - Class in com.atlassian.crowd.manager.recovery
Proxy directory that adds a temp admin account to Crowd and allow admin to login to recover from a broken deployment.
RecoveryModeRemoteDirectory(RecoveryModeDirectory) - Constructor for class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
RecoveryModeService - Interface in com.atlassian.crowd.manager.recovery
Internal service that provides access point to Crowd's recovery mode.
RedisAssociationCache - Class in com.atlassian.crowd.openid.server.provider.association
An implementation of the association cache backed by Redis.
RedisAssociationCache(String, JedisPool, AssociationStringMapFormat) - Constructor for class com.atlassian.crowd.openid.server.provider.association.RedisAssociationCache
 
referral - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
REFERRAL_FIELD - Static variable in class com.atlassian.crowd.selenium.tests.console.directory.CreateConnectorTest
 
REFERRAL_FIELD - Static variable in class com.atlassian.crowd.selenium.tests.console.directory.CreateDelegateTest
 
refresh() - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
refresh() - Method in interface com.atlassian.crowd.dao.RefreshableDao
Flush all the caches, reload everything from the backend storage.
RefreshableDao - Interface in com.atlassian.crowd.dao
DAOs that implement this interface can be refreshed to flush their caches and ensure they are up-to-date with the backend storage.
refreshSpringContextAndCreateDatabase(Properties) - Method in class com.atlassian.crowd.console.setup.DefaultHibernateConfigurator
 
RegexConstraint - Class in com.atlassian.crowd.directory
 
RegexConstraint(String) - Constructor for class com.atlassian.crowd.directory.RegexConstraint
 
register(Object) - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
 
register() - Method in class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
register(ContainerBuilder, LocatableProperties) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
register(Object) - Method in class com.atlassian.crowd.util.TransactionalEventPublisher
 
registerFailure(Webhook) - Method in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
registerFailure(Webhook) - Method in interface com.atlassian.crowd.manager.webhook.WebhookHealthStrategy
Register a failed ping delivery to a Webhook.
registerListener() - Method in class com.atlassian.crowd.event.listener.XWorkChangeListener
This method can be removed in favour of an atlassian-event Spring based scanner for EventListeners
registerListener() - Method in class com.atlassian.crowd.manager.login.PasswordResetTokenInvalidationListener
 
registerListeners() - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
registerSuccess(Webhook) - Method in class com.atlassian.crowd.manager.webhook.NoLongTermFailureStrategy
 
registerSuccess(Webhook) - Method in interface com.atlassian.crowd.manager.webhook.WebhookHealthStrategy
Register a successful ping delivery to a Webhook.
registerWebhook(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
registerWebhook(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
registerWebhook(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Registers a Webhook associated to the application.
registerWebhook(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
registerWebhook(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.WebhooksController
 
registerWebhook(WebhookEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
registerWebhook(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Registers a new Webhook on the server.
registerWebhookWithSimpleBody(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
rememberMeLoginToCrowd(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.seraph.CrowdAuthenticator
REMOTE_ADDRESS - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
The key to use when setting the client remote address.
REMOTE_ADDRESS - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
The key to use when setting the client remote address.
REMOTE_ADDRESS_QUERY_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
REMOTE_ADDRESSES_PATH_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
REMOTE_GROUP_XML_ACTIVE - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_DESCRIPTION - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_DESCRIPTION - Static variable in class com.atlassian.crowd.migration.legacy.GroupMapper
 
REMOTE_GROUP_XML_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.legacy.GroupMapper
 
REMOTE_GROUP_XML_NAME - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_NODE - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL - Static variable in class com.atlassian.crowd.migration.legacy.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.legacy.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL_NAME - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL_NODE - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_PRINCIPAL_NODE - Static variable in class com.atlassian.crowd.migration.legacy.GroupMapper
 
REMOTE_GROUP_XML_ROOT - Static variable in class com.atlassian.crowd.migration.GroupMapper
 
REMOTE_GROUP_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.GroupMapper
 
REMOTE_HOST - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
If you need to set the host - use only for an application.
REMOTE_HOST - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
If you need to set the host - use only for an application.
REMOTE_PRINCIPAL_XML_NODE - Static variable in class com.atlassian.crowd.migration.legacy.UserMapper
 
REMOTE_PRINCIPAL_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.UserMapper
 
REMOTE_ROLE_XML_DESCRIPTION - Static variable in class com.atlassian.crowd.migration.legacy.RoleMapper
 
REMOTE_ROLE_XML_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.legacy.RoleMapper
 
REMOTE_ROLE_XML_PRINCIPAL - Static variable in class com.atlassian.crowd.migration.legacy.RoleMapper
 
REMOTE_ROLE_XML_PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.migration.legacy.RoleMapper
 
REMOTE_ROLE_XML_PRINCIPAL_NODE - Static variable in class com.atlassian.crowd.migration.legacy.RoleMapper
 
REMOTE_ROLE_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.RoleMapper
 
RemoteAddress - Class in com.atlassian.crowd.model.application
Represents a valid IP address (IPv4, IPv6) or hostname for an Application
RemoteAddress(String) - Constructor for class com.atlassian.crowd.model.application.RemoteAddress
Generates a RemoteAddress based on the value provided
RemoteAddressEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a RemoteAddress entity
RemoteAddressEntity(String, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
 
RemoteAddressEntitySet - Class in com.atlassian.crowd.plugin.rest.entity
Represents a set of RemoteAddressEntity.
RemoteAddressEntitySet(Set<RemoteAddressEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
RemoteCrowdAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
Runs the Crowd-to-Crowd tests.
RemoteCrowdAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.RemoteCrowdAcceptanceTestHarness
 
RemoteCrowdAuthenticationProvider - Class in com.atlassian.crowd.integration.soap.springsecurity
A concrete implementation of the CrowdAuthenticationProvider that uses the crowd client libraries (SOAP) to communicate with the Crowd server.
RemoteCrowdAuthenticationProvider(AuthenticationManager, HttpAuthenticator, CrowdUserDetailsService) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
RemoteCrowdAuthenticationProvider - Class in com.atlassian.crowd.integration.springsecurity
A concrete implementation of the CrowdAuthenticationProvider that uses the crowd client libraries to communicate with the Crowd server.
RemoteCrowdAuthenticationProvider(CrowdClient, CrowdHttpAuthenticator, CrowdUserDetailsService) - Constructor for class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
RemoteCrowdConnection - Class in com.atlassian.crowd.console.value.directory
 
RemoteCrowdConnection() - Constructor for class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
RemoteCrowdDirectory - Class in com.atlassian.crowd.directory
A RemoteDirectory that allows integration with a remote Crowd server.
RemoteCrowdDirectory(CrowdClientFactory) - Constructor for class com.atlassian.crowd.directory.RemoteCrowdDirectory
Creates a new RemoteCrowdDirectory using the given CrowdClientFactory.
RemoteCrowdDirectoryInstanceLoader - Interface in com.atlassian.crowd.directory.loader
Marker interface for the RemoteCrowdDirectory instance loader.
RemoteCrowdDirectoryInstanceLoaderImpl - Class in com.atlassian.crowd.directory.loader
Loads an implementation of a RemoteDirectory for use at runtime by the Crowd security server.
RemoteCrowdDirectoryInstanceLoaderImpl(InstanceFactory) - Constructor for class com.atlassian.crowd.directory.loader.RemoteCrowdDirectoryInstanceLoaderImpl
 
remoteDirectory - Variable in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
RemoteDirectory - Interface in com.atlassian.crowd.directory
Gateway to perform operations on the physical remote directory.
RemoteDirectoryCacheRefresher - Class in com.atlassian.crowd.directory.ldap.cache
A simple implementation of CacheRefresher that will only do "Full Refresh".
RemoteDirectoryCacheRefresher(RemoteDirectory) - Constructor for class com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
 
RemoteDirectoryEvent - Class in com.atlassian.crowd.event.remote
An event that models an event occuring on a Remote Directory.
RemoteDirectoryEvent(Object, long) - Constructor for class com.atlassian.crowd.event.remote.RemoteDirectoryEvent
 
RemoteDirectoryMonitorErrorEvent - Class in com.atlassian.crowd.event.remote
 
RemoteDirectoryMonitorErrorEvent(Object, long, Exception) - Constructor for class com.atlassian.crowd.event.remote.RemoteDirectoryMonitorErrorEvent
 
RemoteDirectoryNestedGroupTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
RemoteDirectoryNestedGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoteDirectoryNestedGroupTest
 
RemoteDirectorySynchronisedEvent - Class in com.atlassian.crowd.event.directory
This event is designed to be thrown by a SynchronisableDirectory after it has completed synchronising its cache.
RemoteDirectorySynchronisedEvent(Object, RemoteDirectory) - Constructor for class com.atlassian.crowd.event.directory.RemoteDirectorySynchronisedEvent
 
RemoteEntityCreatedOrUpdatedEvent<T extends DirectoryEntity> - Class in com.atlassian.crowd.event.remote
 
RemoteEntityCreatedOrUpdatedEvent(Object, long, T) - Constructor for class com.atlassian.crowd.event.remote.RemoteEntityCreatedOrUpdatedEvent
 
RemoteEntityDeletedEvent - Class in com.atlassian.crowd.event.remote
 
RemoteEntityDeletedEvent(Object, long, String) - Constructor for class com.atlassian.crowd.event.remote.RemoteEntityDeletedEvent
 
RemoteGroupCreatedEvent - Class in com.atlassian.crowd.event.remote.group
 
RemoteGroupCreatedEvent(Object, long, Group) - Constructor for class com.atlassian.crowd.event.remote.group.RemoteGroupCreatedEvent
 
RemoteGroupCreatedOrUpdatedEvent - Class in com.atlassian.crowd.event.remote.group
 
RemoteGroupCreatedOrUpdatedEvent(Object, long, Group) - Constructor for class com.atlassian.crowd.event.remote.group.RemoteGroupCreatedOrUpdatedEvent
 
RemoteGroupDeletedEvent - Class in com.atlassian.crowd.event.remote.group
 
RemoteGroupDeletedEvent(Object, long, String) - Constructor for class com.atlassian.crowd.event.remote.group.RemoteGroupDeletedEvent
 
RemoteGroupEvent - Interface in com.atlassian.crowd.event.remote.group
A tag to denote a RemoteDirectoryEvent that is related to groups.
RemoteGroupUpdatedEvent - Class in com.atlassian.crowd.event.remote.group
 
RemoteGroupUpdatedEvent(Object, long, Group) - Constructor for class com.atlassian.crowd.event.remote.group.RemoteGroupUpdatedEvent
 
remoteUser - Variable in class com.atlassian.crowd.security.demo.action.BaseAction
 
RemoteUserCreatedEvent - Class in com.atlassian.crowd.event.remote.principal
 
RemoteUserCreatedEvent(Object, long, User) - Constructor for class com.atlassian.crowd.event.remote.principal.RemoteUserCreatedEvent
 
RemoteUserCreatedOrUpdatedEvent - Class in com.atlassian.crowd.event.remote.principal
 
RemoteUserCreatedOrUpdatedEvent(Object, long, User) - Constructor for class com.atlassian.crowd.event.remote.principal.RemoteUserCreatedOrUpdatedEvent
 
RemoteUserDeletedEvent - Class in com.atlassian.crowd.event.remote.principal
 
RemoteUserDeletedEvent(Object, long, String) - Constructor for class com.atlassian.crowd.event.remote.principal.RemoteUserDeletedEvent
 
RemoteUserEvent - Interface in com.atlassian.crowd.event.remote.principal
A tag to denote a RemoteDirectoryEvent that is related to principals.
RemoteUserUpdatedEvent - Class in com.atlassian.crowd.event.remote.principal
 
RemoteUserUpdatedEvent(Object, long, User) - Constructor for class com.atlassian.crowd.event.remote.principal.RemoteUserUpdatedEvent
 
remove(Application) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Removes the application.
remove(Application) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
remove(Directory) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
remove(Directory) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
remove(Directory) - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
remove(Group) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
remove(String, String) - Method in interface com.atlassian.crowd.dao.property.PropertyDAO
Removes a property.
remove(String, String) - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
remove(Token) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Removes a token.
remove(long, String) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Remove token.
remove(Token) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
remove(long, String) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
remove(Token) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
remove(long, String) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
remove(User) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
remove(Webhook) - Method in class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
remove(Webhook) - Method in interface com.atlassian.crowd.dao.webhook.WebhookDAO
 
remove(Webhook) - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
remove(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierMap
 
remove(Object) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
remove(String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
remove(String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
remove(Directory) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Removes the specified directory from the data store.
remove(Group) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Removes group.
remove(User) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Removes the user.
remove(Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Remove an application.
remove(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
remove(Token) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
remove(long, String) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
remove(Token) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
remove(long, String) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
remove(Webhook) - Method in interface com.atlassian.crowd.manager.webhook.WebhookRegistry
 
remove(Webhook) - Method in class com.atlassian.crowd.manager.webhook.WebhookRegistryImpl
 
remove(T) - Method in interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
Removes the DAO object from the persistence store.
remove(T) - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
Removes the DAO object from the persistence store.
remove(String) - Method in interface com.atlassian.crowd.openid.server.provider.association.AssociationCache
 
remove(String) - Method in class com.atlassian.crowd.openid.server.provider.association.CacheBackedAssociationStore
 
remove(String) - Method in class com.atlassian.crowd.openid.server.provider.association.InMemoryAssociationCache
 
remove(String) - Method in class com.atlassian.crowd.openid.server.provider.association.RedisAssociationCache
 
remove(Object) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Removes the DAO object from the persistence store.
removeActiveRequest(HttpServletRequest) - Static method in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
Removes the given auth request from the session of the provided http request.
removeActual(String) - Method in class com.atlassian.sal.crowd.pluginsettings.CrowdPluginSettings
 
removeAddress(String) - Method in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
Removes the address of the proxy from the list of trusted proxies.
removeAddress(String) - Method in class com.atlassian.crowd.manager.proxy.TrustedProxyManagerImpl
Removes from the list of trusted servers.
removeAlias(Application, String) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Remove an application-specific alias for a username.
removeAlias(Application, String) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
removeAlias(Application, String) - Method in interface com.atlassian.crowd.manager.application.AliasManager
Remove an application-specific alias for a username.
removeAlias(Application, String) - Method in class com.atlassian.crowd.manager.application.AliasManagerImpl
 
removeAliases(Application) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Removes all the username-aliases for a specific application.
removeAliases(Application) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
removeAliasesForUser(String) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Removes all the aliases registered for a given username in all applications (there may be different users)
removeAliasesForUser(String) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
removeAliasesForUser(String) - Method in interface com.atlassian.crowd.manager.application.AliasManager
Removes all the aliases registered for a given username in all applications (there may be different users)
removeAliasesForUser(String) - Method in class com.atlassian.crowd.manager.application.AliasManagerImpl
 
removeAliasesForUserShouldRemoveAllAliasesOfTheUserAndLeaveOtherUsersUnaffected() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
removeAll(long) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
removeAll(long) - Method in interface com.atlassian.crowd.dao.group.InternalGroupDao
Removes all groups from a directory.
removeAll(long) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Remove all tokens associated with the given directory id.
removeAll() - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Wipes all tokens from the store.
removeAll(long) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
removeAll() - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
removeAll(long) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
removeAll() - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
removeAll(long) - Method in interface com.atlassian.crowd.dao.user.InternalUserDao
 
removeAll(long) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
removeAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
removeAll(long) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
removeAll() - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
removeAll(long) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
removeAll() - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
Removes all tokens from all implementations.
removeAllByGuid(Collection<String>) - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
removeAllGroupAttributes(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes all group attributes.
removeAllGroupAttributes(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeAllGroups(long, Set<String>) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
removeAllGroups(Set<String>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeAllGroups(Set<String>) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Removes all groups from the directory.
removeAllGroups(long, Set<String>) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Bulk remove all the given groups.
removeAllMappings(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapper
 
removeAllMappings(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapperImpl
 
removeAllMembers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the list of users in the group.
removeAllMembers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeAllMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Called by CachingUserManager.removeUser(String) to ensure the users details are removed from any and all user->groups and (user+group)->[yes,no] caches.
removeAllMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeAllMembershipsFromUserMembershipsCache(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the list of groups the user belongs to.
removeAllMembershipsFromUserMembershipsCache(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeAllMonitors() - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
removeAllowAll(Long) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
removeAllPollers() - Method in class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
removeAllPollers() - Method in interface com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerManager
Attempts to unregister all registered pollers.
removeAllRelationships(long) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Removes all relationships the the given directory identified by directory id.
removeAllRelationships(long) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeAllUserAttributes(User) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Remove all attributes for a user.
removeAllUserAttributes(User) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeAllUserRelationships(long) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Removes all user relationships the the given directory identified by directory id.
removeAllUserRelationships(long) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeAllUsers(long, Set<String>) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
removeAllUsers(Set<String>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeAllUsers(Set<String>) - Method in interface com.atlassian.crowd.directory.InternalRemoteDirectory
Removes all users from the directory.
removeAllUsers(long, Set<String>) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Bulk remove all the given users from directory.
RemoveApplication - Class in com.atlassian.crowd.console.action.application
 
RemoveApplication() - Constructor for class com.atlassian.crowd.console.action.application.RemoveApplication
 
removeApplication(long) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Removes an application.
removeApplication(long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Removes the specified application.
RemoveApplicationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test the removing of an application
RemoveApplicationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveApplicationTest
 
removeAttribute(Group, String) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
removeAttribute(User, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
removeAttribute(Group, String) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Remove the attribute from the group.
removeAttribute(User, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Removes the attributes for the user with the given name.
removeAttribute(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
removeAttribute(String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
removeAttribute(String) - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
removeAttribute(String) - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
removeAttributeFromGroup(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes an attribute from a group that is in the application's assigned directory.
removeAttributeFromGroup(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removeAttributeFromGroup(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes an attribute from a group that is in the application's assigned directory.
removeAttributeFromGroup(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removeAttributeFromPrincipal(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes an attribute from a principal who is in the application's assigned directory.
removeAttributeFromPrincipal(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removeAttributeFromPrincipal(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes an attribute from a principal who is in the application's assigned directory.
removeAttributeFromPrincipal(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removeByDirectoryAndUsername(long, String) - Method in interface com.atlassian.crowd.dao.token.ExpirableUserTokenDao
Remove all the tokens matching the username and directory id
removeByDirectoryAndUsername(long, String) - Method in class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
removeByDirectoryAndUsername(long, String) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Removes the password reset tokens associated to a username in a directory.
removeByDirectoryAndUsername(long, String) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
removeByGuid(String) - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
removeByToken(String) - Method in interface com.atlassian.crowd.dao.token.ExpirableUserTokenDao
Removes the token with the given random hash
removeByToken(String) - Method in class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
removeCachedGroupMembership(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes all the membership details for this specific userName, groupName pair, when a group is being removed.
removeCachedGroupMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeCachedGroupMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Called by CachingGroupManager.removeGroup(String) to ensure the group details are removed from any and all user->groups and (user+group)->[yes,no] caches.
removeCachedGroupMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeCachedUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes membership details for the specified user/group
removeCachedUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeCrowdToken(HttpServletRequest, HttpServletResponse, ClientProperties, CookieConfiguration) - Method in interface com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelper
Removes the Crowd SSO token.
removeCrowdToken(HttpServletRequest, HttpServletResponse, ClientProperties, CookieConfiguration) - Method in class com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelperImpl
 
removeDefaultGroup() - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
removedExpiredInviteUserTokens() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
removedExpiredResetPasswordTokens() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
RemoveDirectory - Class in com.atlassian.crowd.console.action.directory
 
RemoveDirectory() - Constructor for class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
removeDirectory(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will remove a directory from the Application, this will also remove all associated entities (users/groups/memberships).
removeDirectory(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
removeDirectory(Directory) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes a given directory and all its associated entities and mappings.
removeDirectory(Directory) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeDirectoryFromApplication(Directory, Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will remove a directory from an application.
removeDirectoryFromApplication(Directory, Application) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
removeDirectoryMapping(long, long) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Removes a mapping between application and directory.
removeDirectoryMapping(long, long) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
removeDirectoryMapping(long) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
removeDirectoryMappings(long) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Removes all the mappings associated with the given directory identified by directory id.
removeDirectoryMappings(long) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
RemoveDirectoryPage - Class in com.atlassian.crowd.pageobjects
 
RemoveDirectoryPage() - Constructor for class com.atlassian.crowd.pageobjects.RemoveDirectoryPage
 
RemoveDirectoryPage(String) - Constructor for class com.atlassian.crowd.pageobjects.RemoveDirectoryPage
 
RemoveDirectoryTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test the removing of a directory
RemoveDirectoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
removeDnFromGroup(String, LDAPGroupWithAttributes) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
removeEncoder(PasswordEncoder) - Method in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
Will remove a given encoder from the available encoders in the PasswordEncoder factory
removeEncoder(PasswordEncoder) - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
removeExcept(long, String, String) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Remove all tokens for the user except for the token specified by exclusionToken.
removeExcept(long, String, String) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
removeExcept(long, String, String) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
removeExcept(long, String, String) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
removeExcept(long, String, String) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
removeExpiredTokens(Date) - Method in interface com.atlassian.crowd.dao.token.ExpirableUserTokenDao
Remove all the tokens whose expiry date is older than the given cutoff date
removeExpiredTokens(Date) - Method in class com.atlassian.crowd.dao.token.ExpirableUserTokenDaoHibernate
 
removeExpiredTokens(Date, long) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
Remove all tokens that have expired.
removeExpiredTokens(Date, long) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
removeExpiredTokens(Date, long) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
removeExpiredTokens() - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
removeExpiredTokens() - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Removes all tokens that have exceeded their expiry time.
removeExpiredTokens() - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
removeExpiredTokens(Date, long) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
removeExpiredTokens(Date, long) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
removeExpiredTokens(Date) - Method in class com.atlassian.crowd.service.token.DefaultExpirableUserTokenService
 
removeExpiredTokens(Date) - Method in interface com.atlassian.crowd.service.token.ExpirableUserTokenService
Remove all tokens which have expired as of the given date
removeFromAllGroupNamesCache(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
When we remove a group, if we have already cached the list of all available groups, we need to remove this group.
removeFromAllGroupNamesCache(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeFromAllUsers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the user from the cache
removeFromAllUsers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
RemoveGrantedPermissionsFromGroup - Class in com.atlassian.crowd.manager.permission
Removes internal permissions from group so that it can be deleted without violating any foreign key constraints.
RemoveGrantedPermissionsFromGroup(InternalUserPermissionDAO) - Constructor for class com.atlassian.crowd.manager.permission.RemoveGrantedPermissionsFromGroup
 
removeGroup() - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
RemoveGroup - Class in com.atlassian.crowd.console.action.group
 
RemoveGroup() - Constructor for class com.atlassian.crowd.console.action.group.RemoveGroup
 
removeGroup(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
removeGroup(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeGroup(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
removeGroup(String) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
removeGroup(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
removeGroup(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Removes the group that matches the supplied name.
removeGroup(String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
removeGroup(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
removeGroup(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes the group that matches the supplied name.
removeGroup(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeGroup(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeGroup(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
removeGroup(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Removes ALL groups from each of the application's assigned directories that are active.
removeGroup(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
removeGroup(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes a group matching the supplied groupName in the directory specified by the passed in directoryId.
removeGroup(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeGroup(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
removeGroup(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Removes a group.
removeGroup(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
RemoveGroup - Class in com.atlassian.crowd.security.demo.action.group
 
RemoveGroup() - Constructor for class com.atlassian.crowd.security.demo.action.group.RemoveGroup
 
removeGroup(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the group, if it exists
removeGroup(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
removeGroup(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Removes a group from the remote Crowd server
removeGroup(String) - Method in interface com.atlassian.crowd.service.GroupManager
Removes a group from Crowd.
removeGroup(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a group from the application's assigned directory.
removeGroup(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removeGroup(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a group from the application's assigned directory.
removeGroup(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removeGroupAttribute(Group, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes all the values for a single attribute key for a group.
removeGroupAttribute(Group, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
removeGroupAttributes(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Removes all the values for a single attribute key for a group.
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeGroupAttributes(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
removeGroupAttributes(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Removes a group's attribute values for all active permissible directories assigned to the application.
removeGroupAttributes(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
removeGroupAttributes(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes a group's attribute values in the directory specified by the passed in directoryId.
removeGroupAttributes(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
removeGroupAttributes(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Removes a group's attribute.
removeGroupAttributes(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Removes a group attribute (set) from the server.
removeGroupFromGroup(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
removeGroupFromGroup(String, String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
removeGroupFromGroup(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Removes a group as a member of a parent group.
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
removeGroupFromGroup(Group, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes a group as a member of a parent group.
removeGroupFromGroup(Group, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeGroupFromGroup(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Removes group from the parent group.
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeGroupFromGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
removeGroupFromGroup(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Makes child group matching the given name not members of the parent group across ALL active directories.
removeGroupFromGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
removeGroupFromGroup(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes an existing child group from being a direct member of an existing parent group in the directory specified by the passed in directoryId.
removeGroupFromGroup(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
removeGroupFromGroup(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Removes a group to a group.
removeGroupFromUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the group from the user/group membership in the cache
removeGroupFromUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeGroupMapping(long, long, String) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Removes a group mapping.
removeGroupMapping(long, long, String) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
removeGroupMapping(Application, Directory, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will remove a group mapping for the given application + directory mapping.
removeGroupMapping(Application, Directory, String) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
removeGroupMapping(String) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Unauthorises a group.
removeGroupMappings(long, String) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Removes group mappings.
removeGroupMappings(long, String) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
removeGroupMembers(long, String) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Removes all members of the given group name.
removeGroupMembers(long, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeGroupMemberships(long, String) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Removes all relationships from parent groups to the given group name.
removeGroupMemberships(long, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeGroupMembershipsForGroup(Group, Collection<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
RemoveGroupOperation - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation
An operation to remove a group and its related information such as members, memberships, and attributes.
RemoveGroupOperation() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.RemoveGroupOperation
 
removeGroups(Collection<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
removeImportErrorEvent() - Method in class com.atlassian.crowd.console.action.error.ErrorAction
 
removeMembership(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Remove any stored [yes,no] membership relationship for a userName and groupName combination.
removeMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
removeMembership(String, String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Removes a user identified by userName from the group identified by groupName.
removeMonitor(long) - Method in interface com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManager
Removes a monitor from a monitored directory.
removeMonitor(long) - Method in class com.atlassian.crowd.manager.directory.monitor.DirectoryMonitorManagerImpl
 
removeNonExistingToken() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
removeNonExistingTokenByUsernameAndDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
removePermission(Application, Directory, OperationType) - Method in interface com.atlassian.crowd.manager.permission.PermissionManager
Removes a permission with the given OperationType from the Application+Directory mapping
removePermission(Directory, OperationType) - Method in interface com.atlassian.crowd.manager.permission.PermissionManager
 
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
 
removePoller(long) - Method in class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
removePoller(long) - Method in interface com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerManager
Removes the DirectoryPoller from the scheduler if one exists for the given directory.
RemovePrincipal - Class in com.atlassian.crowd.console.action.principal
 
RemovePrincipal() - Constructor for class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
removePrincipal(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a principal from the application's assigned directory.
removePrincipal(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removePrincipal(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a principal from the application's assigned directory.
removePrincipal(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removePrincipalFromGroup(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a principal from a group for the application's assigned directory.
removePrincipalFromGroup(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removePrincipalFromGroup(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a principal from a group for the application's assigned directory.
removePrincipalFromGroup(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removePrincipalFromRole(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
removePrincipalFromRole(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removePrincipalFromRole(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a principal from a role for the application's assigned directory.
removePrincipalFromRole(AuthenticatedToken, String, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removeProductLicense(String) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
removeProfile(Profile) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
removeProperty(String, String) - Method in interface com.atlassian.crowd.manager.property.PluginPropertyManager
 
removeProperty(String, String) - Method in class com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
 
removeProperty(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Will attempt to remove a property from the datastore
removeProperty(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
removeProperty(String, String) - Method in class com.atlassian.crowd.util.PropertyUtils
Removes the specified property from the specified property file
removeProvider(AuthenticationProvider) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.DynamicProviderManager
 
removeProvider(AuthenticationProvider) - Method in class com.atlassian.crowd.integration.soap.springsecurity.DynamicProviderManagerImpl
 
removeProvider(AuthenticationProvider) - Method in interface com.atlassian.crowd.integration.springsecurity.DynamicProviderManager
 
removeProvider(AuthenticationProvider) - Method in class com.atlassian.crowd.integration.springsecurity.DynamicProviderManagerImpl
 
removeRemoteAddress(long, RemoteAddress) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Dissociates the given remote address from the given application.
removeRemoteAddress(long, RemoteAddress) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
removeRemoteAddress(Application, RemoteAddress) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will remove the passed in RemoteAddress from the application
removeRemoteAddress(Application, RemoteAddress) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
removeRemoteAddress(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
removeRemoteAddress(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Removes a remote address from the list of allowed addresses for the application.
removeRemoteAddress(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Removes the remote address of the specified application.
removeRole(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
removeRole(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
removeRole(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a role from the application's assigned directory.
removeRole(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
removeRPAddressRestriction(String) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
 
removeRPAddressRestriction(String) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
removeSecureMapping(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapper
 
removeSecureMapping(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapperImpl
 
RemoveSession - Class in com.atlassian.crowd.console.action.session
 
RemoveSession() - Constructor for class com.atlassian.crowd.console.action.session.RemoveSession
 
removeToken() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
removeToken(String) - Method in class com.atlassian.crowd.service.token.DefaultInviteUserTokenService
 
removeToken(String) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
Removes the token with the given random hash
removeTokenByUsernameAndDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.ExpirableUserTokenDaoHibernateTest
 
removeUser(String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
removeUser(String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeUser(String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
removeUser(String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
removeUser(String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Removes the user that matches the supplied name.
removeUser(String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
removeUser(String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
removeUser(User) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes the user that matches the supplied name.
removeUser(User) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeUser(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeUser(Application, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
removeUser(Application, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Removes the user from the first active directory they are found in.
removeUser(Application, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
removeUser(Application, String) - Method in class com.atlassian.crowd.manager.application.CachingApplicationService
 
removeUser(Application, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
removeUser(long, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes a user matching the supplied username in the directory specified by the passed in directoryId.
removeUser(long, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeUser(String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
removeUser(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Removes the user.
removeUser(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Removes a user.
RemoveUser - Class in com.atlassian.crowd.security.demo.action.user
 
RemoveUser() - Constructor for class com.atlassian.crowd.security.demo.action.user.RemoveUser
 
removeUser(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the user from the cache.
removeUser(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeUser(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
removeUser(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Removes a user from the remote Crowd server
removeUser(String) - Method in interface com.atlassian.crowd.service.UserManager
Removes a user from Crowd.
removeUserAttribute(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes all the values for a single attribute key for a user.
removeUserAttribute(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeUserAttribute(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Removes the user attribute.
removeUserAttribute(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Deletes a user attribute.
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
removeUserAttributes(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Removes all the values for a single attribute key for a user.
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeUserAttributes(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
removeUserAttributes(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Removes a user's attribute values for the first active directory containing this username.
removeUserAttributes(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
removeUserAttributes(Application, String, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
removeUserAttributes(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes a user's attribute values in the directory specified by the passed in directoryId.
removeUserAttributes(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
removeUserAttributes(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Removes a user attribute from the server.
RemoveUserCondition - Class in com.atlassian.crowd.plugin.web.conditions
Stops displaying of any links where the username/directoryId matches that of the currently authenticated user.
RemoveUserCondition() - Constructor for class com.atlassian.crowd.plugin.web.conditions.RemoveUserCondition
 
removeUserFromGroup(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
removeUserFromGroup(String, String) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
removeUserFromGroup(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Removes a user as a member of a group.
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
removeUserFromGroup(User, Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Removes a user as a member of a group.
removeUserFromGroup(User, Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
removeUserFromGroup(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Removes user as a member of the given group.
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeUserFromGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
removeUserFromGroup(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Makes the primary user of the given username no longer a member of the group on the directory where the primary user resides.
removeUserFromGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
removeUserFromGroup(Application, String, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
removeUserFromGroup(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Removes an existing user from being a direct member of an existing group in the directory specified by the passed in directoryId.
removeUserFromGroup(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
removeUserFromGroup(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Removes a user from a group.
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Removes a user from a group.
removeUserFromGroup(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the user from the user/group membership in the cache
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeUserFromGroup(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Removes a user from a group.
removeUserFromLocalGroup(String, String) - Method in class com.atlassian.crowd.directory.hybrid.LocalGroupHandler
 
removeUserMemberships(long, String) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Removes all MembershipType.GROUP_USER relationships from parent groups to the given username.
removeUserMemberships(long, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
removeUserMembershipsForGroup(Group, Set<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
RemoveUserOperation - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation
An operation to remove a user and its related information such as memberships and attributes.
RemoveUserOperation() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.RemoveUserOperation
 
RemoveUserSessionWhenCredentialUpdatedListener - Class in com.atlassian.crowd.event.listener
This takes care of invalidating a user's session after their password is changed.
RemoveUserSessionWhenCredentialUpdatedListener(EventPublisher, TokenManager) - Constructor for class com.atlassian.crowd.event.listener.RemoveUserSessionWhenCredentialUpdatedListener
 
RemoveUserSessionWhenEditedListener - Class in com.atlassian.crowd.event.listener
 
RemoveUserSessionWhenEditedListener(EventPublisher, TokenManager) - Constructor for class com.atlassian.crowd.event.listener.RemoveUserSessionWhenEditedListener
 
rename(Group, String) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
rename(User, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
rename(Group, String) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Renames group.
rename(User, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Changes the user's name to the provided new name.
RenameEntity - Class in com.atlassian.crowd.integration.rest.entity
 
RenameEntity(String) - Constructor for class com.atlassian.crowd.integration.rest.entity.RenameEntity
 
RenameEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
RenameEntity(String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RenameEntity
 
renameGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
renameGroup(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
renameGroup(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
renameGroup(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
renameGroup(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Renames a group.
renameGroup(String, String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
renameGroup(String, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
renameGroup(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Renames a group in the directory specified by the passed in directoryId.
renameGroup(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
renameGroup(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
renameGroupMappings(long, String, String) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Renames group mappings.
renameGroupMappings(long, String, String) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
renameGroupRelationships(long, String, String) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Renames group name in all relationships.
renameGroupRelationships(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
renamePrincipalOverMultipleInternalDirectoriesShouldOnlyRenameOneUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
renameTo(String) - Method in class com.atlassian.crowd.model.group.InternalGroup
 
renameTo(String) - Method in class com.atlassian.crowd.model.user.InternalUser
 
renameUser(String, String) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
renameUser(String, String) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
renameUser(String, String) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
renameUser(String, String) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
renameUser(String, String) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Renames a user.
renameUser(String, String) - Method in class com.atlassian.crowd.directory.Rfc2307
 
renameUser(String, String) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
renameUser(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Renames the User.
renameUser(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
renameUser(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
renameUser(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
renameUser(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Renames the user in the first active directory the users exists in.
renameUser(Application, String, String) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
renameUser(Application, String, String) - Method in class com.atlassian.crowd.manager.application.CachingApplicationService
 
renameUser(Application, String, String) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
renameUser(long, String, String) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Renames a user in the directory specified by the passed in directoryId.
renameUser(long, String, String) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
renameUser(String, String) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
renameUser(String, String, Link, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Renames a user.
renameUser(String, RenameEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Renames a user.
renameUser(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Renames a user on the remote Crowd server, initially finding them by their current username.
renameUserRelationships(long, String, String) - Method in interface com.atlassian.crowd.dao.membership.InternalMembershipDao
Renames username in all relationships.
renameUserRelationships(long, String, String) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
render(String, Map<String, Object>) - Method in class com.atlassian.crowd.plugin.web.CrowdTemplateRenderer
 
render(String, Map<String, Object>) - Method in interface com.atlassian.crowd.plugin.web.TemplateRenderer
 
renderFreemarkerTemplate(String) - Method in class com.atlassian.crowd.console.action.BaseAction
 
renderText(String, Map<String, Object>) - Method in class com.atlassian.crowd.plugin.web.CrowdTemplateRenderer
 
renderText(String, Map<String, Object>) - Method in interface com.atlassian.crowd.plugin.web.TemplateRenderer
 
renderVelocityFragment(String, Map<String, Object>) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
ReplicateOperation - Class in com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation
Hibernate Operation to replicate entities in batch
ReplicateOperation(ReplicationMode) - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.operation.ReplicateOperation
 
RepresentationJsonTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
RepresentationJsonTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationJsonTest
 
RepresentationJsonTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationJsonTest
 
RepresentationTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Test the textual representations of entities used by the REST resources.
RepresentationXmlTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
RepresentationXmlTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationXmlTest
 
RepresentationXmlTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationXmlTest
 
request - Variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
request - Variable in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
 
REQUEST_OPENID_AUTH_RESPONSE - Static variable in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
 
REQUEST_PARAM_NAME - Static variable in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
REQUEST_SSO_COOKIE_COMMITTED - Static variable in class com.atlassian.crowd.integration.Constants
 
RequestCacheThreadLocal - Class in com.atlassian.crowd.plugin.web
Threadlocal for caching objects that must survive the whole HTTP request.
RequestCacheThreadLocal() - Constructor for class com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
 
RequestCacheThreadLocalFilter - Class in com.atlassian.crowd.plugin.web.filter
Servlet filter for initialising and cleaning up the RequestCacheThreadLocal.
RequestCacheThreadLocalFilter() - Constructor for class com.atlassian.crowd.plugin.web.filter.RequestCacheThreadLocalFilter
 
RequestDefaults - Class in com.atlassian.crowd.plugin.rest.filter
 
RequestDefaults() - Constructor for class com.atlassian.crowd.plugin.rest.filter.RequestDefaults
 
REQUESTED_PROXIES_CACHE - Static variable in class com.atlassian.crowd.manager.proxy.TrustedProxyManagerImpl
 
requestPasswordReset(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
requestPasswordReset(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Requests a password reset.
requestPasswordReset(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Requests a password reset.
requestPasswordReset(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Requests a password reset.
RequestResetPasswordEvent - Class in com.atlassian.crowd.event.login
An event fired when the user requests their password to be reset.
RequestResetPasswordEvent(User, String) - Constructor for class com.atlassian.crowd.event.login.RequestResetPasswordEvent
Constructs a new instance of RequestResetPasswordEvent.
RequestResetPasswordListener - Class in com.atlassian.crowd.event.listener
Listener responsible for handling RequestResetPasswordEvent's by sending an email to the user, letting them know their new password.
RequestResetPasswordListener() - Constructor for class com.atlassian.crowd.event.listener.RequestResetPasswordListener
 
RequestToApplicationMapper - Interface in com.atlassian.crowd.integration.soap.springsecurity
Maps request paths (Ant format) to application names.
RequestToApplicationMapperImpl - Class in com.atlassian.crowd.integration.soap.springsecurity
Maps request paths (Ant format) to application names.
RequestToApplicationMapperImpl(ClientProperties) - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.RequestToApplicationMapperImpl
 
requestUsernames(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
requestUsernames(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Requests an email to be sent containing usernames associated with the given email address.
requestUsernames(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Requests an email to be sent containing usernames associated with the given email address.
requestUsernames(String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Sends the usernames associated with the given email address.
RequestUsernamesEvent - Class in com.atlassian.crowd.event.login
An event fired when the user requests their usernames to be sent to their email.
RequestUsernamesEvent(User, List<String>) - Constructor for class com.atlassian.crowd.event.login.RequestUsernamesEvent
 
RequestUsernamesListener - Class in com.atlassian.crowd.event.listener
Listener responsible for handling RequestUsernamesEvent's by sending an email to the user, letting them know their new password.
RequestUsernamesListener(ForgottenLoginMailer) - Constructor for class com.atlassian.crowd.event.listener.RequestUsernamesListener
 
requireDistinct() - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
requiredPluginsNotEnabled() - Method in class com.atlassian.crowd.plugin.RequiredPluginsStartupCheck
 
RequiredPluginsStartupCheck - Class in com.atlassian.crowd.plugin
 
RequiredPluginsStartupCheck(PluginAccessor, RequiredPluginProvider) - Constructor for class com.atlassian.crowd.plugin.RequiredPluginsStartupCheck
 
REQUIRES_PASSWORD_CHANGE - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for if the principal needs to change their password.
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
This filter will process all requests, however, if the filterProcessesUrl is part of the request URI, the filter will assume the request is a username/password authentication (login) request and will not check for Crowd SSO authentication.
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
This filter will process all requests, however, if the filterProcessesUrl is part of the request URI, the filter will assume the request is a username/password authentication (login) request and will not check for Crowd SSO authentication.
RequireSecurityToken - Annotation Type in com.atlassian.crowd.xwork
Method level annotation for XWork actions to mark whether a particular action method invocation needs to be protected by an XSRF token.
requiresPasswordChange(UserWithAttributes) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
RESET_LINK_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login link macro key.
resetCrowdPasswordIfRequired() - Method in interface com.atlassian.crowd.manager.application.CrowdApplicationPasswordManager
Resets both the Crowd application's password in the database and application.password in crowd.properties.
resetCrowdPasswordIfRequired() - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
resetFailuresSinceLastSuccess() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
resetIdentifierGenerators() - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
Reset Hibernate incremental ID generators so we don't get ID collisions after a restore.
resetOldestFailureDate() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
ResetPassword - Class in com.atlassian.crowd.console.action.principal
 
ResetPassword() - Constructor for class com.atlassian.crowd.console.action.principal.ResetPassword
 
ResetPassword - Class in com.atlassian.crowd.console.action
 
ResetPassword() - Constructor for class com.atlassian.crowd.console.action.ResetPassword
 
ResetPasswordEvent - Class in com.atlassian.crowd.event.user
A simple ResetPasswordEvent.
ResetPasswordEvent(Object, Directory, User, String) - Constructor for class com.atlassian.crowd.event.user.ResetPasswordEvent
 
ResetPasswordTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
ResetPasswordTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ResetPasswordTest
 
resetPrincipalCredential(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
resetPrincipalCredential(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
resetPrincipalCredential(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
resetPrincipalCredential(AuthenticatedToken, String) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
ResetPrincipalPasswordTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
ResetPrincipalPasswordTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ResetPrincipalPasswordTest
 
resetUserCredential(long, String, PasswordCredential, String) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Resets the user credentials and invalidates the token.
resetUserCredential(long, String, PasswordCredential, String) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
resolve(String) - Method in class com.atlassian.crowd.service.AbstractUserService
 
resolve(String) - Method in interface com.atlassian.crowd.service.UserService
Returns the user that made this request or null if this application does not have such a user.
resolve(String) - Method in class com.atlassian.crowd.service.UserServiceImpl
 
resolve(ApplicationCertificate) - Method in class com.atlassian.crowd.trusted.CrowdUserResolver
 
resolve(String) - Method in class com.atlassian.sal.crowd.user.DefaultUserManager
 
resolveAvatarUri(URI) - Method in class com.atlassian.crowd.console.action.BaseAction
Resolve a URI against a base of Crowd's context path to get a suitable URI for placing into a page.
resolveIPAddress() - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
resolveText(String, Serializable[]) - Method in class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
resolveText(Locale, String, Serializable...) - Method in class com.atlassian.sal.crowd.message.CrowdI18nResolver
 
ResourceBundleProvider - Interface in com.atlassian.crowd.util
Interface for providers of ResourceBundles.
ResourceDownloadRewriteRule - Class in com.atlassian.crowd.util
 
ResourceDownloadRewriteRule() - Constructor for class com.atlassian.crowd.util.ResourceDownloadRewriteRule
 
ResourceLocator - Interface in com.atlassian.crowd.service.client
Will provide information about the location of the Crowd resource used to configure a Crowd Client.
respondWithChallenge(HttpServletResponse, String, String) - Static method in class com.atlassian.crowd.plugin.rest.filter.BasicAuthenticationHelper
Responds to request with a message and a Basic Authentication challenge.
ResponseFactory - Class in com.atlassian.crowd.plugin.rest.response
 
REST_SERVICE_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
REST_SERVICE_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
RestAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
Tests the Crowd REST API.
RestAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.RestAcceptanceTestHarness
 
RestAuthSessionHelperUtil - Class in com.atlassian.crowd.plugin.rest.service.util
 
RestAuthSessionHelperUtil() - Constructor for class com.atlassian.crowd.plugin.rest.service.util.RestAuthSessionHelperUtil
 
RestCrowdClient - Class in com.atlassian.crowd.integration.rest.service
This is the Crowd Client to access REST services on a remote Crowd Server.
RestCrowdClient(ClientProperties) - Constructor for class com.atlassian.crowd.integration.rest.service.RestCrowdClient
Deprecated.
use the RestCrowdClientFactory methods
RestCrowdClient(RestExecutor) - Constructor for class com.atlassian.crowd.integration.rest.service.RestCrowdClient
Please do not call this constructor directly.
RestCrowdClientFactory - Class in com.atlassian.crowd.integration.rest.service.factory
Factory class for creating a new instance of CrowdClient using REST.
RestCrowdClientFactory() - Constructor for class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
 
RestCrowdClientFactory(AuthorizationHeaderGenerator) - Constructor for class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
 
RestCrowdClientFactory(AuthorizationHeaderGenerator, HttpClientProvider) - Constructor for class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
 
RestCrowdClientTest - Class in com.atlassian.crowd.acceptance.tests.rest.service.client
Tests the RestCrowdClient.
RestCrowdClientTest() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
RestCrowdClientTestNoRestore() - Constructor for class com.atlassian.crowd.acceptance.harness.ConfigurationFromFileCrowdAcceptanceTestHarness.RestCrowdClientTestNoRestore
 
RestCrowdHttpAuthenticationFactory - Class in com.atlassian.crowd.integration.rest.service.factory
This factory can be used to access a lazily instantiated singleton instance of CrowdHttpAuthenticator.
RestCrowdServiceAcceptanceTestCase - Class in com.atlassian.crowd.acceptance.tests.rest.service
All REST acceptance tests should subclass this class.
RestCrowdServiceAcceptanceTestCase(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Constructs a test case with the given name.
RestCrowdServiceAcceptanceTestCase(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Constructs a test case with the given name, using the given RestServer.
RestDirectoryGroup - Class in com.atlassian.crowd.plugin.rest.entity
 
RestDirectoryGroup(String, Long, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RestDirectoryGroup
 
RestExecutor - Class in com.atlassian.crowd.integration.rest.service
This class provides primitive building blocks for using a REST API.
RestExecutor(String, HttpHost, CredentialsProvider, CloseableHttpClient) - Constructor for class com.atlassian.crowd.integration.rest.service.RestExecutor
 
restore(String) - Method in class com.atlassian.crowd.acceptance.page.RestorePage
 
restoreBaseSetup() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
restoreBaseSetup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
restoreCrowdFromXML(String) - Method in class com.atlassian.crowd.acceptance.harness.ConfigurationFromFileCrowdAcceptanceTestHarness.RestCrowdClientTestNoRestore
 
restoreCrowdFromXML(String) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
restoreCrowdFromXML(String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
Restore Crowd from a backup file, unless we already have this data present.
restoreCrowdFromXML(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
restoreDatabaseAndUpgradeSchema() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
The database needs to be restored and upgraded before a transaction is started, because otherwise Hibernate's SessionFactory will initialise it with the new schema.
restoreExpectingFailure(String) - Method in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
Restores state from Crowd backup file, expecting a failure.
restoreExpectingSuccess(String) - Method in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
Restores state from Crowd backup file.
restoreFromXml(String) - Method in class com.atlassian.crowd.pageobjects.RestoreFromXMLPage
 
RestoreFromXMLPage - Class in com.atlassian.crowd.pageobjects
 
RestoreFromXMLPage() - Constructor for class com.atlassian.crowd.pageobjects.RestoreFromXMLPage
 
RestorePage - Class in com.atlassian.crowd.acceptance.page
 
RestorePage(WebTester, String, String, String, String) - Constructor for class com.atlassian.crowd.acceptance.page.RestorePage
 
restoreSavedPassword() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
Restore password from previous request(ex: Test connection) to the ldapPassword to ensure we don't save an empty password - refer CWD-1763
restoreSavedPassword() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
Restore password from previous request(ex: Test connection) to the ldapPassword to ensure we don't save an empty password - refer CWD-1763
RestPage<T> - Class in com.atlassian.crowd.plugin.rest.entity
 
RestPage(Page<? extends E>, Function<E, ? extends T>) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RestPage
 
RestPage(List<T>, int, int, int, boolean) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RestPage
 
RestPermittedGroup - Class in com.atlassian.crowd.plugin.rest.entity
 
RestPermittedGroup(String, UserPermission, Long, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RestPermittedGroup
 
RESTRICTED_DOMAINS - Static variable in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
restriction() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
restriction() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
Restriction - Class in com.atlassian.crowd.search.builder
Example usage:
Restriction() - Constructor for class com.atlassian.crowd.search.builder.Restriction
 
Restriction.RestrictionWithProperty<T> - Class in com.atlassian.crowd.search.builder
 
restriction_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.restriction_return
 
RestrictionWithProperty(Property<T>) - Constructor for class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
 
RestServer - Interface in com.atlassian.crowd.acceptance.rest
This interface represents a server which offers a Crowd REST service.
RestServerImpl - Enum in com.atlassian.crowd.acceptance.tests.rest
 
RestServiceVersionFilter - Class in com.atlassian.crowd.plugin.rest.filter
Filter which adds the REST service version to the response header.
RestServiceVersionFilter(String, String) - Constructor for class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
RestServiceVersionFilter(ApplicationProperties) - Constructor for class com.atlassian.crowd.plugin.rest.filter.RestServiceVersionFilter
 
RestXmlParsingTest - Class in com.atlassian.crowd.acceptance.tests.rest
 
RestXmlParsingTest() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
RestXmlParsingTest(RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
result - Variable in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
Result - Class in com.atlassian.crowd.importer.model
This class represents and tracks just what happened via an import.
Result() - Constructor for class com.atlassian.crowd.importer.model.Result
 
results - Variable in class com.atlassian.crowd.console.action.AbstractBrowser
Results listObjects.
results - Variable in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Results listObjects.
results - Variable in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Results listObjects.
ResultsAggregator<T> - Class in com.atlassian.crowd.manager.application
An aggregator across results from multiple queries that may include duplicates.
ResultsAggregator() - Constructor for class com.atlassian.crowd.manager.application.ResultsAggregator
 
resultsPerPage - Variable in class com.atlassian.crowd.console.action.AbstractBrowser
Results per page.
resultsPerPage - Variable in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Results per page.
resultsPerPage - Variable in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Results per page.
resultsStart - Variable in class com.atlassian.crowd.console.action.AbstractBrowser
Results start.
resultsStart - Variable in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Results start.
resultsStart - Variable in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Results start.
retainAll(Collection<?>) - Method in class com.atlassian.crowd.embedded.impl.IdentifierSet
 
retrieveRemoteSourceDirectories(Configuration) - Method in interface com.atlassian.crowd.importer.manager.ImporterManager
The retrieve the set of remote source directories.
retrieveRemoteSourceDirectories(Configuration) - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
retrieveRemoteSourceDirectory(Configuration) - Method in interface com.atlassian.crowd.importer.importers.Importer
The retrieve the set of remote source directories.
returningAtMost(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
 
returningAtMost(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction
 
returningAtMost(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithStartIndex
 
returningAtMost(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithNameToMatch
 
returningAtMost(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithStartIndex
 
ReturnType - Enum in com.atlassian.crowd.search
 
revoke(InternalGrantedPermission) - Method in interface com.atlassian.crowd.dao.permission.InternalUserPermissionDAO
Remove the explicit permission from the group.
revoke(InternalGrantedPermission) - Method in class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
revokePermissions(RestDirectoryGroup) - Method in class com.atlassian.crowd.plugin.rest.service.resource.permission.UserPermissionAdminResource
 
revokePermissionsForGroup(DirectoryGroup) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Remove all permissions from the given group.
revokePermissionsForGroup(DirectoryGroup) - Method in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
Rfc2307 - Class in com.atlassian.crowd.directory
This class provides read-only support for the POSIX LDAP Schema (RFC2307)
Rfc2307(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordEncoderFactory) - Constructor for class com.atlassian.crowd.directory.Rfc2307
 
RFC2307Directory - Class in com.atlassian.crowd.directory
Read-only, non-nesting implementation of RFC2307 user-group membership interactions.
RFC2307Directory(LDAPQueryTranslater, EventPublisher, InstanceFactory) - Constructor for class com.atlassian.crowd.directory.RFC2307Directory
 
RFC2307GidNumberMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
 
RFC2307GidNumberMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.RFC2307GidNumberMapper
 
RFC2307MemberUidMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute.group
 
RFC2307MemberUidMapper(String) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC2307MemberUidMapper
 
RFC4519Directory - Class in com.atlassian.crowd.directory
Read-write, nesting-aware implementation of RFC4519 user-group membership interactions.
RFC4519Directory(LDAPQueryTranslater, EventPublisher, InstanceFactory) - Constructor for class com.atlassian.crowd.directory.RFC4519Directory
 
RFC4519DirectoryMembershipsIterable - Class in com.atlassian.crowd.directory
An Iterable over group Memberships optimised for the case where we already have the DNs and names of all possible users and sub-groups.
RFC4519DirectoryMembershipsIterable(RFC4519Directory, Map<LdapName, String>, Map<LdapName, String>, Set<String>) - Constructor for class com.atlassian.crowd.directory.RFC4519DirectoryMembershipsIterable
 
RFC4519DirectoryMembershipsIterable(RFC4519Directory, Map<LdapName, String>, Map<LdapName, String>) - Constructor for class com.atlassian.crowd.directory.RFC4519DirectoryMembershipsIterable
 
RFC4519MemberDnMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute.group
A generic memberDn mapper that will look for the 'member' attribute in groups.
RFC4519MemberDnMapper(String, boolean) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnMapper
 
RFC4519MemberDnRangedMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute.group
A memberDN mapper that will handle both normal and ranged memberships attribute ("member" and "member;") used in Microsoft Active Directory.
RFC4519MemberDnRangedMapper(String, boolean) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangedMapper
 
RFC4519MemberDnRangeOffsetMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute.group
If the group has ranged memberships (Active Directory specific) this mapper will obtain the offset - ie.
RFC4519MemberDnRangeOffsetMapper(String) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.group.RFC4519MemberDnRangeOffsetMapper
 
role() - Static method in class com.atlassian.crowd.search.EntityDescriptor
Deprecated. 
ROLE_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_DESCRIPTION_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role description attribute.
ROLE_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_DN_ADDITION - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role base dn.
ROLE_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_NAME_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role name attribute.
ROLE_OBJECTCLASS_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role object class.
ROLE_OBJECTFILTER_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role object class.
ROLE_POPULATE_MEMBERSHIPS - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_PRINCIPAL_MEMBER - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_USERNAMES_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role membership attribute.
RoleCreatedEvent - Class in com.atlassian.crowd.event.role
An Event that represents the creation of a Role (Group with GroupType.LEGACY_ROLE).
RoleCreatedEvent(Object, Directory, Group) - Constructor for class com.atlassian.crowd.event.role.RoleCreatedEvent
 
RoleDeletedEvent - Class in com.atlassian.crowd.event.role
An Event that represents the removal of a Role (Group with GroupType.LEGACY_ROLE).
RoleDeletedEvent(Object, Directory, String) - Constructor for class com.atlassian.crowd.event.role.RoleDeletedEvent
 
RoleMapper - Class in com.atlassian.crowd.migration.legacy.database
 
RoleMapper(SessionFactory, BatchProcessor, JdbcOperations, GroupDAOHibernate, MembershipDAOHibernate, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.database.RoleMapper
 
RoleMapper - Class in com.atlassian.crowd.migration.legacy
 
RoleMapper(SessionFactory, BatchProcessor, GroupDAOHibernate, MembershipDAOHibernate, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.RoleMapper
 
RoleMembershipCreatedEvent - Class in com.atlassian.crowd.event.role
An Event that represents the creation of a Role + Principal membership
RoleMembershipCreatedEvent(Object, Directory, String, String) - Constructor for class com.atlassian.crowd.event.role.RoleMembershipCreatedEvent
 
RoleMembershipDeletedEvent - Class in com.atlassian.crowd.event.role
An Event that represents the deletion of a Role + Principal membership
RoleMembershipDeletedEvent(Object, Directory, String, String) - Constructor for class com.atlassian.crowd.event.role.RoleMembershipDeletedEvent
 
ROLES_DISABLED - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
If set, roles are disabled.
RoleUpdatedEvent - Class in com.atlassian.crowd.event.role
An Event that represents the updating of a Role (Group with GroupType.LEGACY_ROLE).
RoleUpdatedEvent(Object, Directory, Group) - Constructor for class com.atlassian.crowd.event.role.RoleUpdatedEvent
 
rollbackProcessBatch() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called after processing each batch where an exception was encountered.
rollbackProcessBatch() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
rollbackProcessIndividual() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
Called after processing an individual item where an exception was encountered.
rollbackProcessIndividual() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
 
rollbackTransaction() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
Method is protected to allow subclasses to override the transaction management if they need to (e.g.
routeFor(ClientProperties) - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
Create an HttpRoute with a specific port by filling in the default with DefaultSchemePortResolver.
RPAREN - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
RPAREN - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
RPAREN - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
run() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest.AuthenticateApplicationProxy
 
run() - Method in class com.atlassian.crowd.manager.webhook.WebhookNotifierRunnable
This runs in a separate thread, therefore the webhook instance is detached.
runJob(JobRunnerRequest) - Method in class com.atlassian.crowd.file.DaoRefresher
 
runJob(JobRunnerRequest) - Method in class com.atlassian.crowd.manager.backup.BackupJobRunner
 
runJob(JobRunnerRequest) - Method in class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
runJob(JobRunnerRequest) - Method in class com.atlassian.crowd.manager.license.LicenseResourceJob
Runs the job of notifying the administrator if the current license resource limit is above 90%.
runJob(JobRunnerRequest) - Method in class com.atlassian.crowd.manager.token.reaper.SessionTokenReaper
Processes the removal of the expired tokens from the crowd server.
runJob(JobRunnerRequest) - Method in class com.atlassian.crowd.manager.token.reaper.UserTokenReaper
Processes the removal of the expired tokens from the crowd database.

S

SafeParametersInterceptor - Class in com.atlassian.crowd.xwork.interceptors
Injects submitted form parameters into action properties.
SafeParametersInterceptor() - Constructor for class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
 
SafeXmlXFireExporter - Class in com.atlassian.crowd.service.soap
Web controller that exports the specified service bean as a XFire Soap service endpoint.
SafeXmlXFireExporter() - Constructor for class com.atlassian.crowd.service.soap.SafeXmlXFireExporter
 
SafeXmlXFireServletControllerAdapter - Class in com.atlassian.crowd.service.soap
 
SafeXmlXFireServletControllerAdapter(XFire, ServletContext, QName) - Constructor for class com.atlassian.crowd.service.soap.SafeXmlXFireServletControllerAdapter
 
SALPROPERTY_XML_KEY - Static variable in class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
SALPROPERTY_XML_NODE - Static variable in class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
SALPROPERTY_XML_PROPERTY_NAME - Static variable in class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
SALPROPERTY_XML_ROOT - Static variable in class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
SALPROPERTY_XML_STRING_VALUE - Static variable in class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
SALPropertyMapper - Class in com.atlassian.crowd.migration.legacy.database
 
SALPropertyMapper(SessionFactory, BatchProcessor, JdbcOperations) - Constructor for class com.atlassian.crowd.migration.legacy.database.SALPropertyMapper
 
SALPropertyMapper - Class in com.atlassian.crowd.migration.legacy
This mapper will handle the mapping of a com.atlassian.crowd.model.salproperty.SALProperty objects This mapper is here for legacy compatibility only, for releases of Crowd older the 1.6 that used SAL integration (i.e.
SALPropertyMapper(SessionFactory, BatchProcessor, PropertyDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.SALPropertyMapper
 
SAMLAuthAction - Class in com.atlassian.crowd.plugin.saml.action
Action responsible for servicing SAML authentication requests.
SAMLAuthAction() - Constructor for class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
SAMLAuthRequest - Class in com.atlassian.crowd.plugin.saml
 
SAMLAuthRequest(String, String, String) - Constructor for class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
Parses the non null request parameters for a SAML request into a SAML request object.
SAMLAuthRequest(String, String, String, String, String) - Constructor for class com.atlassian.crowd.plugin.saml.SAMLAuthRequest
 
SAMLAuthResponse - Class in com.atlassian.crowd.plugin.saml
 
SAMLAuthResponse(String, String, String) - Constructor for class com.atlassian.crowd.plugin.saml.SAMLAuthResponse
 
SAMLAuthTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml
This tests the SAML Authentication interaction but does not rigorously examine the actual response message sent back to Google.
SAMLAuthTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
SAMLException - Exception in com.atlassian.crowd.plugin.saml
An exception class for when there's a problem handling SAML messages.
SAMLException() - Constructor for exception com.atlassian.crowd.plugin.saml.SAMLException
 
SAMLException(Throwable) - Constructor for exception com.atlassian.crowd.plugin.saml.SAMLException
 
SAMLException(String) - Constructor for exception com.atlassian.crowd.plugin.saml.SAMLException
 
SAMLException(String, Throwable) - Constructor for exception com.atlassian.crowd.plugin.saml.SAMLException
 
SAMLMessageManager - Interface in com.atlassian.crowd.plugin.saml
 
SAMLMessageManagerImpl - Class in com.atlassian.crowd.plugin.saml
 
SAMLMessageManagerImpl(HomeLocator) - Constructor for class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
SANITISED_PASSWORD - Static variable in class com.atlassian.crowd.embedded.api.PasswordCredential
String that substitutes the real password in contexts where it cannot be displayed.
SANITISED_PASSWORD - Static variable in class com.atlassian.crowd.model.directory.DirectoryImpl
 
save(SiteApproval) - Method in interface com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAO
Saves a new DAO object to the persistence store.
save(SiteApproval) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAOHibernate
 
save(T) - Method in class com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate
 
save(T) - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
Saves a new DAO object to the persistence store.
save(Attribute) - Method in interface com.atlassian.crowd.openid.server.model.profile.attribute.AttributeDAO
Saves a new DAO object to the persistence store.
save(Attribute) - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.AttributeDAOHibernate
 
save(Profile) - Method in interface com.atlassian.crowd.openid.server.model.profile.ProfileDAO
Saves a new DAO object to the persistence store.
save(Profile) - Method in class com.atlassian.crowd.openid.server.model.profile.ProfileDAOHibernate
 
save(AddressRestriction) - Method in interface com.atlassian.crowd.openid.server.model.security.AddressRestrictionDAO
Saves a new DAO object to the persistence store.
save(User) - Method in interface com.atlassian.crowd.openid.server.model.user.UserDAO
Saves a new DAO object to the persistence store.
save(PluginPersistentState) - Method in class com.atlassian.crowd.plugin.CrowdPluginPersistentStateStore
This method is synchronised so that you don't have two people trying to save plugin state at the same time
save(Object) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Saves a new DAO object to the persistence store.
saveAll(Collection<Token>) - Method in interface com.atlassian.crowd.dao.token.TokenDAO
Used when switching implementations.
saveAll(Collection<Token>) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
saveAll(Collection<Token>) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
saveOrUpdate(Object) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Saves or updates DAO object to the persistence store.
saveSelectedDirectory(long) - Static method in class com.atlassian.crowd.util.SelectionUtils
 
ScheduledBackupException - Exception in com.atlassian.crowd.manager.backup
Exception thrown for scheduling errors for automated backups.
ScheduledBackupException(String) - Constructor for exception com.atlassian.crowd.manager.backup.ScheduledBackupException
 
ScheduledBackupException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.backup.ScheduledBackupException
 
scheduleJob(int) - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
SchemaCreationIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.migration
This test is HSQLDB-specific because it uses a HSQLDB-specific statement to delete any existing previous schema.
SchemaCreationIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
 
SchemaHelper - Class in com.atlassian.crowd.openid.server.util
Migrated from bucket.
SchemaHelper() - Constructor for class com.atlassian.crowd.openid.server.util.SchemaHelper
 
SchemaHelper - Class in com.atlassian.crowd.util.persistence.hibernate
Migrated from bucket.
SchemaHelper() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
SchemaUpgradeIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.migration
This test is HSQLDB-specific because it uses a SQL script with the HSQLDB dialect to restore the database to a known state.
SchemaUpgradeIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaUpgradeIntegrationTest
 
scrapeTable(String, Function<List<String>, T>) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
scrapeTable(String, List<String>, Function<List<String>, T>) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
scrapeTable(String, List<String>, Function<List<String>, T>, boolean) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
search(EntityQuery<String>) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Will search for a List of Alias' based on a given EntityQuery
search(EntityQuery<String>) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
search(EntityQuery<Application>) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Will search for all the applications which qualify for the given EntityQuery.
search(EntityQuery<Application>) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
search(EntityQuery<Directory>) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
search(EntityQuery) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
search(EntityQuery<Directory>) - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
search(long, EntityQuery<T>) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
search(long, MembershipQuery<T>) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
search(EntityQuery<? extends Token>) - Method in interface com.atlassian.crowd.dao.token.SearchableTokenStorage
Searches for token based on criteria.
search(EntityQuery<? extends Token>) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
search(EntityQuery<? extends Token>) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
search(long, EntityQuery<T>) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
search(Name, String, SearchControls, ContextMapper) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
search(Name, String, SearchControls, ContextMapper, DirContextProcessor) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
search(Name, String, SearchControls, AttributeToContextCallbackHandler, DirContextProcessor) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
search(Query<T>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Searches for entities (e.g.
search(Query<T>) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
search(EntityQuery<Directory>) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Search for directories matching the specified query.
search(long, EntityQuery<T>) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Searches for group based on the given criteria.
search(long, MembershipQuery<T>) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
Search for memberships by the given criteria.
search(long, EntityQuery<T>) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Returns users matching the search query in the given directory, ordered by name.
search(EntityQuery) - Method in interface com.atlassian.crowd.manager.application.AliasManager
Perform an AliasQuery search on the alias tables of Crowd.
search(EntityQuery) - Method in class com.atlassian.crowd.manager.application.AliasManagerImpl
 
search(EntityQuery) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Search applications.
search(EntityQuery) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
search(EntityQuery<? extends Token>) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
search(String, int, int, SearchRestrictionEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.SearchResource
Searches for entities satisfying the given search restriction.
search(String, int, int, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.SearchResource
Searches for entities satisfying the given search restriction.
search(String, String) - Method in class com.atlassian.sal.crowd.search.CrowdSearchProvider
 
search(UserKey, String) - Method in class com.atlassian.sal.crowd.search.CrowdSearchProvider
 
SEARCH_INDEX_START - Static variable in class com.atlassian.crowd.search.SearchContext
 
SEARCH_MAX_RESULTS - Static variable in class com.atlassian.crowd.search.SearchContext
 
SearchableTokenService - Interface in com.atlassian.crowd.manager.token
A marker interface for SearchableTokenStorage that provides transaction-wrapped access.
SearchableTokenStorage - Interface in com.atlassian.crowd.dao.token
A store that can accept arbitrary queries over the tokens.
SearchContext - Class in com.atlassian.crowd.search
 
SearchContext() - Constructor for class com.atlassian.crowd.search.SearchContext
 
SearchContext(Map<String, Object>) - Constructor for class com.atlassian.crowd.search.SearchContext
 
SearchContext.PopulateMemberships - Enum in com.atlassian.crowd.search
 
SearchController - Class in com.atlassian.crowd.plugin.rest.service.controller
Controller for the Search resource.
SearchController(ApplicationService, ApplicationManager, CqlQueryParser) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.SearchController
 
searchDirectGroupRelationships(Application, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
searchDirectGroupRelationships(Application, MembershipQuery<T>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Searches for direct group relationships in any of the application's active assigned directories.
searchDirectGroupRelationships(Application, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
searchDirectGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.InMemoryAggregatingSearchStrategy
 
searchDirectGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.InMemoryNonAggregatingSearchStrategy
 
searchDirectGroupRelationships(MembershipQuery<T>) - Method in enum com.atlassian.crowd.manager.application.NoDirectorySearchStrategy
 
searchDirectGroupRelationships(MembershipQuery<T>) - Method in interface com.atlassian.crowd.manager.application.SearchStrategy
Searches for direct group relationships in any of the application's active assigned directories.
searchDirectGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.SingleDirectorySearchStrategy
 
searchDirectGroupRelationships(Application, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
searchDirectGroupRelationships(long, MembershipQuery<T>) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Searches for direct group relationships in the directory specified by the passed in directoryId.
searchDirectGroupRelationships(long, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
searchDirectories(EntityQuery<Directory>) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns a List of Directories matching the search query.
searchDirectories(EntityQuery<Directory>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
SearchDN - Class in com.atlassian.crowd.directory.ldap.name
 
SearchDN(LDAPPropertiesMapper, Converter) - Constructor for class com.atlassian.crowd.directory.ldap.name.SearchDN
 
searchDN - Variable in class com.atlassian.crowd.directory.SpringLDAPConnector
 
searchEntities(Name, String, ContextMapperWithRequiredAttributes<T>, int, int) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Executes a search with paging if paged results is supported.
searchEntitiesWithRequestControls(Name, String, ContextMapperWithRequiredAttributes<T>, SearchControls, DirContextProcessor, int, int) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
Searcher<T extends DirectoryEntity> - Interface in com.atlassian.crowd.console.action
 
searchGroupNames(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchGroupNames(SearchRestriction, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for group names matching the searchRestriction criteria.
searchGroupObjects(EntityQuery<?>, ContextMapperWithRequiredAttributes<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
searchGroupObjectsOfSpecifiedGroupType(EntityQuery<?>, ContextMapperWithRequiredAttributes<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
This method expects that the query contains a non-null groupType in the entityDescriptor.
searchGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
searchGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
searchGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
searchGroupRelationships(MembershipQuery<T>) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Searches for membership information.
searchGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
searchGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
searchGroupRelationshipsWithGroupTypeSpecified(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.RFC2307Directory
 
searchGroupRelationshipsWithGroupTypeSpecified(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.RFC4519Directory
 
searchGroupRelationshipsWithGroupTypeSpecified(MembershipQuery<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Execute the search for group relationships given that a group of type GROUP or LEGACY_ROLE has been specified in the EntityDescriptor for the group(s).
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
searchGroups(EntityQuery<T>) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Searches for groups that match the supplied query criteria.
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
searchGroups(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchGroups(Application, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
 
searchGroups(Application, EntityQuery<T>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns a List<Group> matching the search criteria defined in the query for ALL of the active directories assigned to the application.
searchGroups(Application, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
searchGroups(EntityQuery<T>) - Method in enum com.atlassian.crowd.manager.application.NoDirectorySearchStrategy
 
searchGroups(EntityQuery<T>) - Method in interface com.atlassian.crowd.manager.application.SearchStrategy
Returns a List<Group> matching the search criteria defined in the query.
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.SingleDirectorySearchStrategy
 
searchGroups(Application, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
searchGroups(long, EntityQuery<T>) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns a list of groups matching the given query in the directory specified by the passed in directoryId.
searchGroups(long, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
searchGroups(EntityQuery<T>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
searchGroups(String, SearchRestrictionEntity, int, int, boolean, boolean, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.SearchController
Searches for groups satisfying the restriction.
searchGroups(String, String, int, int, boolean, boolean, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.SearchController
Searches for groups satisfying the restriction.
searchGroups(SearchRestriction[]) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
searchGroups(SearchRestriction, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups matching the following criteria.
searchGroups(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.GroupManager
Searches the list of all available groups based on the passed-in restrictions and returns a list of groups that match.
searchGroups(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Searches for groups that are in the application's assigned directory.
searchGroups(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
searchGroups(AuthenticatedToken, SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Searches for groups that are in the application's assigned directory.
searchGroups(AuthenticatedToken, SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
searchGroupsWithAttributes(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchGroupsWithAttributes(SearchRestriction, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for groups (with their attributes) matching the following criteria.
searchNestedGroupRelationships(Application, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
searchNestedGroupRelationships(Application, MembershipQuery<T>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Searches for direct and indirect (nested) group relationships in any of the application's active assigned directories.
searchNestedGroupRelationships(Application, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
searchNestedGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.InMemoryAggregatingSearchStrategy
 
searchNestedGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.InMemoryNonAggregatingSearchStrategy
 
searchNestedGroupRelationships(MembershipQuery<T>) - Method in enum com.atlassian.crowd.manager.application.NoDirectorySearchStrategy
 
searchNestedGroupRelationships(MembershipQuery<T>) - Method in interface com.atlassian.crowd.manager.application.SearchStrategy
Searches for direct and indirect (nested) group relationships in any of the application's active assigned directories.
searchNestedGroupRelationships(MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.SingleDirectorySearchStrategy
 
searchNestedGroupRelationships(Application, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
searchNestedGroupRelationships(long, MembershipQuery<T>) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Searches for direct and indirect (nested) group relationships in the directory specified by the passed in directoryId.
searchNestedGroupRelationships(long, MembershipQuery<T>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
SearchPicker - Class in com.atlassian.crowd.console.action.pickers
 
SearchPicker() - Constructor for class com.atlassian.crowd.console.action.pickers.SearchPicker
 
searchPrincipals(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Searches for principals that are in the application's assigned directory.
searchPrincipals(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
searchPrincipals(AuthenticatedToken, SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Searches for principals that are in the application's assigned directory.
searchPrincipals(AuthenticatedToken, SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
SearchResource - Class in com.atlassian.crowd.plugin.rest.service.resource
Search resource.
SearchResource(SearchController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.SearchResource
 
SearchResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Note that this test class is reused in JIRA via inheritance.
SearchResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Constructs a test case with the given name.
SearchResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Constructs a test case with the given name, using the given RestServer.
SearchRestriction - Interface in com.atlassian.crowd.embedded.api
Marker interface representing a search restriction.
SearchRestriction - Class in com.atlassian.crowd.integration.soap
 
SearchRestriction() - Constructor for class com.atlassian.crowd.integration.soap.SearchRestriction
 
SearchRestriction(String, String) - Constructor for class com.atlassian.crowd.integration.soap.SearchRestriction
 
SearchRestrictionEntity - Class in com.atlassian.crowd.integration.rest.entity
Search restriction entity classes should extend this abstract class.
SearchRestrictionEntity() - Constructor for class com.atlassian.crowd.integration.rest.entity.SearchRestrictionEntity
 
SearchRestrictionEntity - Class in com.atlassian.crowd.plugin.rest.entity
Search restriction entity classes should extend this abstract class.
SearchRestrictionEntity() - Constructor for class com.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
 
SearchRestrictionEntityTranslator - Class in com.atlassian.crowd.integration.rest.util
Utility class to convert from a SearchRestriction interface to one of SearchRestrictionEntity classes.
SearchRestrictionEntityTranslator() - Constructor for class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
 
SearchRestrictionEntityTranslator - Class in com.atlassian.crowd.plugin.rest.util
Utility class to convert from a SearchRestriction interface to one of SearchRestrictionEntity classes.
SearchRestrictionEntityTranslator() - Constructor for class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
 
SearchRestrictionEntityTranslator.SupportedType - Enum in com.atlassian.crowd.integration.rest.util
Represents a supported value type.
SearchRestrictionEntityTranslator.SupportedType - Enum in com.atlassian.crowd.plugin.rest.util
Represents a supported value type.
SearchResultsUtil - Class in com.atlassian.crowd.search.util
Utility methods for processing search results.
SearchResultsUtil() - Constructor for class com.atlassian.crowd.search.util.SearchResultsUtil
 
searchRoles(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. 
searchRoles(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
searchRoles(AuthenticatedToken, SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Searches for roles that are in the application's assigned directory.
searchRoles(AuthenticatedToken, SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
SearchStrategy - Interface in com.atlassian.crowd.manager.application
A set of querying across a collection of active directories assigned to an application.
SearchStrategyFactory - Interface in com.atlassian.crowd.manager.application
A factory which may be able to create a SearchStrategy for a given Application and its associated active directories
searchTimeout - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
searchUserNames(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchUserNames(SearchRestriction, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for usernames matching the searchRestriction criteria.
searchUserObjects(EntityQuery<?>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
searchUsers(EntityQuery<T>) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Searches for users that match the supplied query criteria.
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
searchUsers(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchUsers(Application, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.AbstractInMemorySearchStrategy
 
searchUsers(Application, EntityQuery<T>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Returns a List<User> or List<String> matching the search criteria defined in the query for ALL of the active directories assigned to the application.
searchUsers(Application, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
searchUsers(EntityQuery<T>) - Method in enum com.atlassian.crowd.manager.application.NoDirectorySearchStrategy
 
searchUsers(EntityQuery<T>) - Method in interface com.atlassian.crowd.manager.application.SearchStrategy
Returns a List<User> or List<String> matching the search criteria defined in the query.
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.SingleDirectorySearchStrategy
 
searchUsers(Application, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
searchUsers(long, EntityQuery<T>) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns a list of users matching the given query in the directory specified by the passed in directoryId.
searchUsers(long, EntityQuery<T>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
searchUsers(EntityQuery<T>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
searchUsers(String, SearchRestrictionEntity, int, int, boolean, boolean, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.SearchController
Searches for users satisfying the restriction.
searchUsers(String, String, int, int, boolean, boolean, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.SearchController
Searches for users satisfying the restriction.
searchUsers(SearchRestriction[]) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
searchUsers(SearchRestriction, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for users matching the following criteria.
searchUsers(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.UserManager
Searches the list of all available users based on the passed-in restrictions and returns a list of users that match.
searchUsersWithAttributes(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchUsersWithAttributes(SearchRestriction, int, int) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Searches for users (with their attributes) matching the following criteria.
searchWithLimitedResults(Name, String, SearchControls, ContextMapper, DirContextProcessor, int) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
secret - Variable in class com.atlassian.crowd.acceptance.tests.soap.InformationLeakingTestBase
 
SECURE_COOKIE - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: SSO Cookie set to "Secure"
SecurePage - Class in com.atlassian.crowd.acceptance.page
 
SecurePage(ITestingEngine) - Constructor for class com.atlassian.crowd.acceptance.page.SecurePage
 
SecurePage(WebTester, String, String, String, String, String) - Constructor for class com.atlassian.crowd.acceptance.page.SecurePage
 
SecureRandomStringUtils - Class in com.atlassian.crowd.util
Generates random Strings by selecting characters from an alphabet using a cryptographically secure PRNG.
SECURITY_SERVER_NAME - Static variable in class com.atlassian.crowd.integration.Constants
 
SECURITY_TOKEN_REQUIRED_ERROR_KEY - Static variable in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
SecurityHeadersInterceptor - Class in com.atlassian.crowd.xwork.interceptors
Add headers to prevent security problems.
SecurityHeadersInterceptor() - Constructor for class com.atlassian.crowd.xwork.interceptors.SecurityHeadersInterceptor
 
SecurityServer - Interface in com.atlassian.crowd.service.soap.server
Atlassian Crowd SOAP security services interface.
SecurityServerClient - Interface in com.atlassian.crowd.service.soap.client
An interface to communicate with the Crowd Security Server.
SecurityServerClientBulkAddTest - Class in com.atlassian.crowd.acceptance.tests.client.load
 
SecurityServerClientBulkAddTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
SecurityServerClientFactory - Class in com.atlassian.crowd.service.soap.client
Use this class to maintain a singleton instance of the SecurityServerClient.
SecurityServerClientFactory() - Constructor for class com.atlassian.crowd.service.soap.client.SecurityServerClientFactory
 
SecurityServerClientGroupTest - Class in com.atlassian.crowd.acceptance.tests.client
 
SecurityServerClientGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientGroupTest
 
SecurityServerClientImpl - Class in com.atlassian.crowd.service.soap.client
An implementation of the SecurityServerClient interface.
SecurityServerClientImpl(SoapClientProperties) - Constructor for class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
SecurityServerClientPrincipalTest - Class in com.atlassian.crowd.acceptance.tests.client
 
SecurityServerClientPrincipalTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
SecurityServerClientTest - Class in com.atlassian.crowd.acceptance.tests.client
 
SecurityServerClientTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
SecurityServerGeneric - Class in com.atlassian.crowd.service.soap.server
Crowd XFire SOAP service implementation.
SecurityServerGeneric(SOAPService, ApplicationService, PropertyManager, TokenAuthenticationManager, ForgottenLoginManager) - Constructor for class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
select - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
SELECT_SETUP_STEP - Static variable in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
selectDecorator(Content, SiteMeshContext) - Method in class com.atlassian.crowd.plugin.sitemesh.CrowdDecoratorSelector
 
SelectionUtils - Class in com.atlassian.crowd.util
 
SelectSetupStep - Class in com.atlassian.crowd.console.action.setup
Decides which step in the setup process we are up to.
SelectSetupStep() - Constructor for class com.atlassian.crowd.console.action.setup.SelectSetupStep
 
seleniumJsElementNotPresent(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
seleniumJsElementPresent(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
seleniumJsTextNotPresent(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
seleniumJsTextPresent(String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
sendAuthenticationResponse(HttpServletRequest, HttpServletResponse, OpenIDAuthRequest, OpenIDAuthResponse) - Method in class com.atlassian.crowd.openid.server.provider.OpenID4JavaResponder
 
sendAuthenticationResponse(HttpServletRequest, HttpServletResponse, OpenIDAuthRequest, OpenIDAuthResponse) - Method in interface com.atlassian.crowd.openid.server.provider.OpenIDResponder
Responds to the provided authentication request with the provided authentication response.
sendHtmlEmail(InternetAddress, String, String, String) - Method in interface com.atlassian.crowd.manager.mail.MailManager
Sends an HTML email using the configured mail server (remote host / JNDI).
sendHtmlEmail(InternetAddress, String, String, String) - Method in class com.atlassian.crowd.manager.mail.MailManagerImpl
 
sendPlainTextEmail(InternetAddress, String, String) - Method in interface com.atlassian.crowd.manager.mail.MailManager
Sends an email using the configured mail server (remote host / JNDI).
sendPlainTextEmail(InternetAddress, String, String) - Method in class com.atlassian.crowd.manager.mail.MailManagerImpl
 
sendPlainTextResponse(HttpServletResponse, String) - Method in class com.atlassian.crowd.openid.server.provider.OpenID4JavaResponder
 
sendPlainTextResponse(HttpServletResponse, String) - Method in interface com.atlassian.crowd.openid.server.provider.OpenIDResponder
Sends a direct (HTTP 200) plain text response to the requester.
sendResetLink(Application, String, int) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Sends a reset link to the first user with the matching username from all the active directories assigned to the application.
sendResetLink(long, String, int) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Sends a reset link to the user with specified username and directory ID.
sendResetLink(Application, String, int) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
sendResetLink(long, String, int) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
sendResetLink(String) - Method in interface com.atlassian.crowd.openid.server.manager.login.ForgottenLoginManager
Sends a reset link to the first user with the matching username from all the active directories assigned to the application.
sendResetLink(String) - Method in class com.atlassian.crowd.openid.server.manager.login.ForgottenLoginManagerImpl
 
sendUsernames(Application, String) - Method in interface com.atlassian.crowd.manager.login.ForgottenLoginManager
Sends the usernames associated with the given email address.
sendUsernames(Application, String) - Method in class com.atlassian.crowd.manager.login.ForgottenLoginManagerImpl
 
sendUsernames(String) - Method in interface com.atlassian.crowd.openid.server.manager.login.ForgottenLoginManager
Sends the usernames associated with the given email address.
sendUsernames(String) - Method in class com.atlassian.crowd.openid.server.manager.login.ForgottenLoginManagerImpl
 
SeraphDisablerFilter - Class in com.atlassian.crowd.plugin.rest.filter
A Filter that disables all Seraph processing further along the chain.
SeraphDisablerFilter() - Constructor for class com.atlassian.crowd.plugin.rest.filter.SeraphDisablerFilter
 
serialiseAssociation(Association) - Method in class com.atlassian.crowd.openid.server.provider.association.AssociationStringMapFormat
 
SERVER_ID_KEY - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
SERVER_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
SERVER_TRUST_RESTRICTION_TYPE - Static variable in class com.atlassian.crowd.openid.server.model.property.Property
Server Property: Server Security Rescrition type (none, whitelist, blacklist).
serverError() - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
service - Variable in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
Session - Interface in com.atlassian.crowd.model.authentication
A Session represents an authenticated, time-bound information exchange opportunity granted by a server to a client.
session() - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
SESSION_OPENID_AUTH_REQUEST - Static variable in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
 
SESSION_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
SESSION_TIME - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Session time;
SessionConfigTest - Class in com.atlassian.crowd.acceptance.tests.administration
 
SessionConfigTest() - Constructor for class com.atlassian.crowd.acceptance.tests.administration.SessionConfigTest
 
SessionEntity - Class in com.atlassian.crowd.integration.rest.entity
 
SessionEntity(String, UserEntity, Date, Date) - Constructor for class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
SessionEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a Session entity.
SessionEntity(String, UserEntity, Link, Date, Date) - Constructor for class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
SessionEntity(String, UserEntity, Link, Date, Date, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
sessionFactory - Variable in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
sessionLastValidation - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
sessionTokenKey - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
SessionTokenReaper - Class in com.atlassian.crowd.manager.token.reaper
The token reaper is a scheduled processes that removes expired tokens from the crowd server.
SessionTokenReaper(TokenAuthenticationManager) - Constructor for class com.atlassian.crowd.manager.token.reaper.SessionTokenReaper
 
SessionTokenStorage - Interface in com.atlassian.crowd.dao.token
A store of session tokens, that may be created, retrieved and deleted.
sessionValidationInterval - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
set(long, DirectorySynchronisationInformation) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStore
Set directory synchronisation information for a directory with the given id.
set(long, DirectorySynchronisationInformation) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
 
set(HttpServletRequest, HttpServletResponse) - Static method in class com.atlassian.crowd.plugin.web.ExecutingHttpRequest
DO NOT CALL THIS OUTSIDE OF THE FIRST WEB FILTER
setActionHelper(ActionHelper) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setActive(String) - Method in class com.atlassian.crowd.console.action.application.BrowseApplications
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setActive(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
setActive(String) - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
setActive(String) - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
setActive(String) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setActive(boolean) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setActive(boolean) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setActive(boolean) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setActive(boolean) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setActive(boolean) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setActive(boolean) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setActive(boolean) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setActive(boolean) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
setActive(boolean) - Method in class com.atlassian.crowd.model.InternalEntity
 
setActive(boolean) - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
setActive(boolean) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setActive(boolean) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setActive(boolean) - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
setActive(String) - Method in class com.atlassian.crowd.security.demo.action.group.BrowseGroups
 
setActive(boolean) - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
setActive(boolean) - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
setActive(boolean) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setActive(String) - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
setActive(boolean) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setActiveFlag(String) - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
setActiveRequest(HttpServletRequest, OpenIDAuthRequest) - Static method in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
Saves the given auth request in the session of the provided http request.
setActiveResponse(HttpServletRequest, OpenIDAuthResponse) - Static method in class com.atlassian.crowd.openid.server.provider.OpenIDStateHelper
Saves the given auth response in the provided http request
setAddress(String) - Method in class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
 
setAddress(String) - Method in class com.atlassian.crowd.console.action.application.UpdateAddresses
 
setAddress(String) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
setAddress(String) - Method in class com.atlassian.crowd.openid.server.model.security.AddressRestriction
 
setAddresses(List) - Method in class com.atlassian.crowd.console.action.admin.ViewTrustedProxies
 
setAdminAuthority(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Set the name of the admin authority.
setAdminAuthority(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
Set the name of the admin authority.
setAdminAuthority(String) - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Set the name of the admin authority.
setAdminAuthority(String) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
Set the name of the admin authority.
setAdminGroupChecker(AdminGroupChecker) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setAdminGroupChecker(AdminGroupChecker) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setAlias(String) - Method in class com.atlassian.crowd.model.alias.Alias
 
setAlias(long, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
setAlias(long, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
 
setAliasDao(AliasDAO) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
setAliasesForUser(String, Map<Long, String>) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
setAliasForUsername(String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
setAliasingEnabled(boolean) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setAliasingEnabled(boolean) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setAliasingEnabled(boolean) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setAliasManager(AliasManager) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
setAliasManager(AliasManager) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setAliasManager(AliasManager) - Method in class com.atlassian.crowd.console.action.user.ViewApplications
 
setAllAliasesForUser(String, Map<Long, String>) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.AliasResource
Sets the alias for the given username in all the applications, replacing the previous alias set for the same username, if they exist.
setAllowAll(Long) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setAllowAllToAuthenticate(boolean) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Sets whether all the users in the directory are allowed to authenticate with the application.
setAllowedOperations(Set<OperationType>) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setAllowedOperations(Set<OperationType>) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setAllowedOperations(Set<OperationType>) - Method in class com.atlassian.crowd.model.application.DirectoryMapping
Sets (i.e.
setAllowedOperations(Set<OperationType>) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setAllowReplyingPartyLocalhostMode(boolean) - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
setAllowReplyingPartyLocalhostMode(boolean) - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
setAlwaysAllow(boolean) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
setAppenderName(String) - Method in class com.atlassian.crowd.console.logging.CrowdLoggingConfigurationListener
 
setApplication(String) - Method in class com.atlassian.crowd.importer.config.Configuration
 
setApplication(String) - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
Sets the application name the authentication request is for.
setApplication(Application) - Method in class com.atlassian.crowd.model.application.GroupMapping
Sets the application of this mapping.
setApplication(String) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
Sets the application name the authentication request is for.
setApplicationConfig(ApplicationConfiguration) - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.acceptance.utils.ContextAwareEhCacheManagerFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.plugin.CrowdHostContainer
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.plugin.descriptors.ComponentModuleDescriptor
Support autowire of application context
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
Support autowire of application context
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
setApplicationContext(ApplicationContext) - Method in class com.atlassian.crowd.util.SpringContextInstanceFactory
 
setApplicationDao(ApplicationDAO) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
setApplicationDescription(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
Sets the application manager which is used to get the configurated applications.
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.plugin.web.conditions.ApplicationPluginCondition
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.plugin.web.conditions.PermanentApplicationCondition
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.support.SupportInformationServiceImpl
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
setApplicationManager(ApplicationManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask430
 
setApplicationName(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setApplicationName(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setApplicationName(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
Used for testing purposes.
setApplicationName(String) - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
setApplicationPassword(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setApplicationPassword(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setApplicationService(ApplicationService) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
setApplicationService(ApplicationService) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setApplicationService(ApplicationService) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setApplicationService(ApplicationService) - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
setApplicationType(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
setApplicationType(ApplicationType) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setApplicationURL(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
setApplicationURL(String) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setAsActualType(String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setAssertionNotBeforeMinutes(int) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
setAssertionNotOnOrAfterMinutes(int) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
setAttribute(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
setAttribute(String) - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
setAttribute(String, String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setAttribute(String, String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setAttribute(String, String) - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
setAttribute(String, Set<String>) - Method in class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
 
setAttribute(String, String) - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
setAttribute(String, Set<String>) - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
setAttributeForAllInDirectory(long, String, String) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
setAttributeForAllInDirectory(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Ensures that all users in the directory with the given ID have the attribute with the given name set (only) to the single given attribute value.
setAttributes(String[]) - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
setAttributes(String[]) - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Called by the DirectoryInstanceLoader after constructing an InternalDirectory.
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
setAttributes(Map<String, String>) - Method in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.ldap.LDAPPropertiesMapperImpl
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Called by the DirectoryInstanceLoader after constructing an InternalDirectory.
setAttributes(Map<String, String>) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
When a directory store is loaded, the attributes map will be set by the Crowd framework.
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Called by the DirectoryInstanceLoader after constructing an InternalDirectory.
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
setAttributes(SOAPAttribute[]) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
Sets the attributes of the application.
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
Sets the attributes of the directory.
setAttributes(Map) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
 
setAttributes(Set<Attribute>) - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setAttributes(Map<String, String>) - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
setAttributes(AttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setAttributesHelper(InternalAttributesHelper) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
setAttributesHelper(InternalAttributesHelper) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
setAttributesMap(Map) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDPrincipal
Map of attributes (may be null if no attributes present).
setAuthActionId(long) - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
setAuthenticated(boolean) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationToken
Disallow setAuthenticated(true).
setAuthenticated(boolean) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationToken
Disallow setAuthenticated(true).
setAuthenticated(boolean) - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
setAuthenticatedApplication(HttpServletRequest, String) - Static method in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
Sets the name of the authenticated application as an attribute of the HttpSession.
setAuthenticatedApplicationToken(HttpServletRequest, Token) - Static method in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedApplicationUtil
Sets the application token of the authenticated application as an attribute of the HttpSession.
setAuthenticatedUser(HttpServletRequest, String) - Static method in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedUserUtil
Sets the name of the authenticated application as an attribute of the HttpSession.
setAuthenticatedUser(String) - Method in class com.atlassian.crowd.service.AbstractUserService
 
setAuthenticatedUser(String) - Method in interface com.atlassian.crowd.service.UserService
Authenticate the current user by setting an appropriate authentication token in Spring Security's SecurityContext.
setAuthenticatedUser(String) - Method in class com.atlassian.crowd.service.UserServiceImpl
 
setAuthorityPrefix(String) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Set the authority prefix applied to group names the principal is a member of when generating the GrantedAuthority[] and no authorityMap is set, e.g.
setAuthorityPrefix(String) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
setAuthorityPrefix(String) - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Set the authority prefix applied to group names the principal is a member of when generating the GrantedAuthority[] and no authorityMap is set, e.g.
setAuthorityPrefix(String) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
setAvatarProvider(AvatarProvider) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
setBackupManager(BackupManager) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setBackupScheduler(BackupScheduler) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setBaseDN(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setBaseDN(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setBaseURL(String) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setBaseURL(String) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
setBaseURL(String) - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
setBaseURL(String) - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
setBatchFinder(BatchFinder) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
setBatchProcessor(BatchProcessor) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
setBatchSize(int) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchFinder
 
setBatchSize(int) - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.AbstractBatchProcessor
The batchSize value should be the same as the hibernate.jdbc.batch_size Hibernate property.
setBeanName(String) - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
setBoolean(String, boolean) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setBoolean(String, boolean) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setBootstrapManager(CrowdBootstrapManager) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
setBootstrapManager(CrowdBootstrapManager) - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
setBootstrapManager(CrowdBootstrapManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
setBootstrapManager(CrowdBootstrapManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
setBootstrapManager(CrowdBootstrapManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
setBootstrapManager(CrowdBootstrapManager) - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
setBuildNumber(Integer) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Will set the buildNumber for the current release of Crowd.
setBuildNumber(Integer) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setCacheEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setCacheEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setCacheEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
setCacheEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
setCacheEnabled(boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setCacheEnabled(boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setCacheManager(CacheManager) - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
setCacheManager(CacheManager) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setCacheManager(CacheManager) - Method in class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
setCachingEnabled(boolean) - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
setCheckImmediate(boolean) - Method in class com.atlassian.crowd.openid.client.action.Login
 
setChildName(String) - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
setChildType(MembershipDTO.ChildType) - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
setClaimedIdentifier(String) - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
setClassNames(String[]) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
setClazz(String) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.console.action.setup.Complete
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.CrowdServer
 
setClientProperties(ClientProperties) - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
setClientValidationManager(ClientValidationManager) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
setConception(Date) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setConfigDirectory(String) - Method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
setConfigLocation(Resource) - Method in class com.atlassian.crowd.openid.server.util.MappingResources
 
setConfigLocation(Resource) - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
setConfiguration(DirectoryConfiguration) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
setConfiguration(Configuration) - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
setConfiguration(Configuration) - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
setConfigurationApplication(String) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationDatabaseDriver(String) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationDatabaseURL(String) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationImportPasswords(boolean) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationManager(ConfigurationManager) - Static method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
setConfigurationManager(ConfigurationManager) - Method in class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
setConfigurationPassword(String) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationSourceDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigurationUsername(String) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setConfigureDemoApp(boolean) - Method in class com.atlassian.crowd.console.action.setup.Integration
 
setConfigureOpenIDServer(boolean) - Method in class com.atlassian.crowd.console.action.setup.Integration
 
setConfirmPassword(String) - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
setConfirmPassword(String) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setConfirmPassword(String) - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
setConfirmPassword(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
setConnectionPoolProperties(ConnectionPoolProperties) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Stores the provided LDAP connection pool properties so they can be applied when the system next restarts.
setConnectionPoolProperties(ConnectionPoolProperties) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
setConnectionTimeoutInSec(long) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setConnectionTimeoutInSec(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setConnectionTimeoutInSec(long) - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
setConnector(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setConnectorValidator(ConnectorValidator) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setConnectorValidator(ConnectorValidator) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setConnectorValidator(ConnectorValidator) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setConnectorValidator(ConnectorValidator) - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
setConsumerManager(ConsumerManager) - Method in class com.atlassian.crowd.openid.client.consumer.OpenID4JavaConsumer
The consumerManager is part of the openid4java library.
setCountry(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setCountry(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.model.InternalEntity
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
setCreatedDate(Date) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setCreatedDateToNow() - Method in class com.atlassian.crowd.model.InternalEntity
 
setCredential(String) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
Deprecated.
create a new instance rather than mutating.
setCredential(PasswordCredential) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Sets the authenticating credential information.
setCredential(String) - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
Sets the password credential.
setCredential(PasswordCredential) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setCredential(PasswordCredential) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
Sets the authenticating credential information.
setCronExpression(String) - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
setCrowdApplication(Application) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setCrowdApplicationPasswordManager(CrowdApplicationPasswordManager) - Method in class com.atlassian.crowd.console.action.setup.Complete
 
setCrowdApplicationPasswordManager(CrowdApplicationPasswordManager) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setCrowdClient(CrowdClient) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
setCrowdClient(CrowdClient) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setCrowdClient(CrowdClient) - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
setCrowdHttpAuthenticator(CrowdHttpAuthenticator) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setCrowdHttpAuthenticator(CrowdHttpAuthenticator) - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
setCrowdLicenseManager(CrowdLicenseManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setCrowdLicenseManager(CrowdLicenseManager) - Method in class com.atlassian.crowd.console.filter.LicenceFilter
 
setCrowdLicenseManager(CrowdLicenseManager) - Method in class com.atlassian.crowd.event.listener.LicenseResourceLimitListener
 
setCrowdLicenseManager(CrowdLicenseManager) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
setCrowdToken(HttpServletRequest, HttpServletResponse, String, ClientProperties, CookieConfiguration) - Method in interface com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelper
Sets the Crowd SSO token in: the request: as an attribute, so the user is authenticated for the span of the request. the response: as a cookie, so the user is authenticated for subsequent requests. Also sets the last session validation date/time.
setCrowdToken(HttpServletRequest, HttpServletResponse, String, ClientProperties, CookieConfiguration) - Method in class com.atlassian.crowd.integration.http.util.CrowdHttpTokenHelperImpl
 
setCrowdUserDetailsService(CrowdUserDetailsService) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setCurrentLicenseResourceTotal(int) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setCurrentLicenseResourceTotal(int) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setCurrentProfile(Profile) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setCurrentProfile(Profile) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setCurrentResources(long) - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
setData(String, byte[]) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setData(String, byte[]) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setDatabaseDriver(String) - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
setDatabaseOption(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setDatabases(DatabaseList) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setDatabaseURL(String) - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
setDataSource(DataSource) - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
setDataSource(DataSource) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
setDataSource(DataSource) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
setDataSource(DataSource) - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest
 
setDataSource(DataSource) - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622IntegrationTest
 
setDatasourceDatabaseType(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setDatasourceHibernateDialect(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setDatasourceJndiName(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setDatasourceOverwriteData(boolean) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setDate(String, Date) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setDate(String, Date) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setDefaultProfile(boolean) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setDefaultProfile(Profile) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
setDefaultProperties(Properties) - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
setDelimiter(Character) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setDelimiter(Character) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
setDemonstrationContentInstalled() - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
setDeploymentTitle(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setDeploymentTitle(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setDescription(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
setDescription(String) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setDescription(String) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setDescription(String) - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
setDescription(String) - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
setDescription(String) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setDescription(String) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setDescription(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setDescription(String) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setDescription(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setDescription(String) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setDescription(String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setDescription(String) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
setDescription(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setDetails(HttpServletRequest, UsernamePasswordAuthenticationToken) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
Provided so that subclasses may configure what is put into the authentication request's details property.
setDetails(HttpServletRequest, UsernamePasswordAuthenticationToken) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
Provided so that subclasses may configure what is put into the authentication request's details property.
setDirectories(List) - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
setDirectory(Directory) - Method in class com.atlassian.crowd.model.application.GroupMapping
Sets the directory of this group.
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622IntegrationTest
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask420
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask428
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask429
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask524
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask542
 
setDirectoryDao(DirectoryDao) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask622
 
setDirectoryDescription(String) - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
setDirectoryDescription(String) - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
setDirectoryDescription(String) - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
setDirectoryDescription(String) - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
setDirectoryGroup(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
setDirectoryGroupMappings(Map<Long, Set<String>>) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
setDirectoryId(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
setDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
setDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
setDirectoryID(long) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setDirectoryId(long) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setDirectoryId(long) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
setDirectoryId(long) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Called by the DirectoryInstanceLoader after constructing an InternalDirectory.
setDirectoryId(long) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
setDirectoryId(long) - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
setDirectoryId(long) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
setDirectoryId(long) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
When a directory store is loaded, the directoryId will be set by the crowd framework.
setDirectoryId(long) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Called by the DirectoryInstanceLoader after constructing an InternalDirectory.
setDirectoryID(Long) - Method in class com.atlassian.crowd.importer.config.Configuration
 
setDirectoryId(long) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setDirectoryId(long) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
setDirectoryId(long) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
setDirectoryId(long) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setDirectoryId(long) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setDirectoryId(Long) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setDirectoryIds(List<Long>) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.AbstractViewDirectory
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.CreateCustom
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setDirectoryInstanceLoader(DirectoryInstanceLoader) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
Sets the directory manager which is used to lookup principals.
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.migration.legacy.GenericLegacyImporter
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask112
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask113
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask214
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask215
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask216
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask322
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask342
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask361
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask397
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
setDirectoryManager(DirectoryManager) - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
setDirectoryMapping(DirectoryMapping) - Method in class com.atlassian.crowd.model.application.GroupMapping
Sets the directory mapping.
setDirectoryMappings(List<DirectoryMapping>) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setDirectoryMappings(DirectoryMappingEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setDirectoryName(String) - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
setDirectoryName(String) - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
setDirectoryName(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setDirectoryName(String) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setDirectoryPosition(long, int) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will place the directory with the given directoryId and the passed in position in the current list of directories configured for an application.
setDirectoryPosition(long, int) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
setDirectoryType(String) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setDisabledUser(boolean) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setDisplayName(String) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setDob(int, int, int) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setDob(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setDobDay(int) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setDobMonth(int) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setDobYear(int) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setDomain(String) - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
setDomain(String) - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
setDomain(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setDomain(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setDouble(String, double) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setDouble(String, double) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setDriver(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
setDummyMode(boolean) - Method in class com.atlassian.crowd.openid.client.action.Login
 
setEmail(String, SOAPPrincipal) - Static method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
setEmail(String) - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
setEmail(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setEmail(String) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setEmail(String) - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
setEmail(String) - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
setEmail(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setEmail(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setEmail(String) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setEmail(String) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setEmail(String) - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
setEmail(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setEmailAddress(String) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setEmailSentOnSignUp(boolean) - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
setEmailSentOnSignUp(boolean) - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
setEnableCheckImmediateMode(boolean) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
setEnableCheckImmediateMode(boolean) - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
setEnableCheckImmediateMode(boolean) - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
setEnableRelyingPartyLocalhostMode(boolean) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
setEnableScheduleBackups(boolean) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setEnableStatelessMode(boolean) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.GeneralOptions
 
setEnableStatelessMode(boolean) - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
setEnableStatelessMode(boolean) - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
setEncoders(Iterable<PasswordEncoder>) - Method in class com.atlassian.crowd.password.factory.PasswordEncoderFactoryImpl
 
setEncryptedCredential(boolean) - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
Deprecated.
create a new instance rather than mutating.
setEncryptedCredential(boolean) - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
setEncryptedPassword(PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setEncryptedPasswords(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setEncryptionAlgorithm(String) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
setEncryptionType(String) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setEncryptionType(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setEncryptPasswords(boolean) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
setEntity(DirectoryEntity) - Method in exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
setEntityName(String) - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
setEntityName(String) - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
setEntityName(String) - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
setEntries(List) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
setError(boolean) - Method in class com.atlassian.crowd.console.action.Login
 
setError(OpenIDAuthException) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
 
setEventListeners(Map<String, Object>) - Method in class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.crowd.console.action.setup.Complete
 
setEventPublisher(EventPublisher) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setExclusions(List<String>) - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
setExistingUsers(Set<String>) - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
setExportFileName(String) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setExportResponseMessage(String) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setExternalId(String) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setFailedUsers(Set<String>) - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
setFailuresSinceLastSuccess(long) - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
setFilePath(String) - Method in class com.atlassian.crowd.console.action.setup.Import
 
setFilterExpiredUsers(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setFilterExpiredUsers(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setFirstname(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setFirstname(String) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setFirstname(String) - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
setFirstName(String) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setFirstname(String) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setFirstname(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setForceLowerCasePrefix(boolean) - Method in class com.atlassian.crowd.password.encoder.LdapMd5PasswordEncoder
 
setForgottenDetail(String) - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
setForgottenDetail(String) - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
setForgottenLoginMailer(ForgottenLoginMailer) - Method in class com.atlassian.crowd.event.listener.RequestResetPasswordListener
 
setForgottenLoginManager(ForgottenLoginManager) - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
setForgottenLoginManager(ForgottenLoginManager) - Method in class com.atlassian.crowd.console.action.principal.ResetPassword
 
setForgottenLoginManager(ForgottenLoginManager) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setForgottenLoginManager(ForgottenLoginManager) - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
setForgottenPasswordTemplate(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
setForgottenUsernamesTemplate(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
setFrom(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setFrom(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setFullName(String, SOAPPrincipal) - Static method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
setFullName(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setFullname(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setGender(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setGender(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setGroupAttribute(Group, String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a group's attributes with the new attributes.
setGroupAttribute(Group, String, Set<String>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a group's attributes with the new attributes.
setGroupAttribute(Group, String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
setGroupAttribute(Group, String, Set<String>) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
setGroupDao(InternalGroupDao) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
setGroupDao(InternalGroupDao) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
setGroupDescription(String) - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
setGroupDescription(String) - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
setGroupDescription(String) - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
setGroupDescriptionAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setGroupDescriptionAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setGroupDNaddition(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setGroupDNaddition(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setGroupMappingConfiguration(OrderedBidiMap) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
setGroupMemberAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setGroupMemberAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setGroupMembers(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
setGroupMembershipManager(GroupMembershipManager) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
setGroupMemberships(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setGroupMemberships(File) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
setGroupMembershipsFailedImport(Set<String>) - Method in class com.atlassian.crowd.importer.model.Result
 
setGroupMembershipsImported(Long) - Method in class com.atlassian.crowd.importer.model.Result
 
setGroupName(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
setGroupName(String) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setGroupName(String) - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
setGroupName(String) - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
setGroupName(String) - Method in class com.atlassian.crowd.model.application.GroupMapping
Sets the name of the group being mapped.
setGroupNameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setGroupNameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setGroupObjectClass(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setGroupObjectClass(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setGroupObjectFilter(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setGroupObjectFilter(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setGroups(GroupEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
setGroupsAlreadyExist(Set<String>) - Method in class com.atlassian.crowd.importer.model.Result
 
setGroupsFailedImport(Set<String>) - Method in class com.atlassian.crowd.importer.model.Result
 
setGroupsImported(Long) - Method in class com.atlassian.crowd.importer.model.Result
 
setGroupToAuthorityMappings(Iterable<Map.Entry<String, String>>) - Method in interface com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsService
Set the authority mappings.
setGroupToAuthorityMappings(Iterable<Map.Entry<String, String>>) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
setGroupToAuthorityMappings(Iterable<Map.Entry<String, String>>) - Method in interface com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsService
Set the authority mappings.
setGroupToAuthorityMappings(Iterable<Map.Entry<String, String>>) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
 
setGroupToRemove(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
setGzipEnabled(boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Deprecated.
this is no longer configurable in Crowd and this method has no effect.
setGzipEnabled(boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
setHibernateConfig(HibernateConfig) - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
setHibernateProperties(Properties) - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
setHibernateProperties(Properties) - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
setHiddenField(String) - Method in class com.atlassian.crowd.directory.ldap.LdapTypeConfig
 
setHomeLocator(HomeLocator) - Method in class com.atlassian.crowd.console.action.setup.Complete
 
setHost(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setHost(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setHourToRun(int) - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
setHourToRun(int) - Method in interface com.atlassian.crowd.manager.backup.BackupScheduler
Set the time of day at which the automated backups are run.
setHqlQueryTranslater(HQLQueryTranslater) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
setHqlQueryTranslater(HQLQueryTranslater) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
setHqlQueryTranslater(HQLQueryTranslater) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
setHqlQueryTranslater(HQLQueryTranslater) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
setHqlQueryTranslater(HQLQueryTranslater) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
setHqlQueryTranslater(HQLQueryTranslater) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
setHttpAuthenticator(HttpAuthenticator) - Method in class com.atlassian.crowd.console.action.License
 
setHttpAuthenticator(HttpAuthenticator) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdLogoutHandler
 
setHttpAuthenticator(HttpAuthenticator) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
Mandatory dependency.
setHttpAuthenticator(CrowdHttpAuthenticator) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdLogoutHandler
 
setHttpAuthenticator(CrowdHttpAuthenticator) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
Mandatory dependency.
setHttpMaxConnections(long) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setHttpMaxConnections(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setHttpMaxConnections(long) - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
setHttpProxyHost(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setHttpProxyHost(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setHttpProxyPassword(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setHttpProxyPassword(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setHttpProxyPort(Integer) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setHttpProxyPort(Integer) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setHttpProxyUsername(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setHttpProxyUsername(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setHttpTimeout(long) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setHttpTimeout(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setHttpTimeout(long) - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.event.listener.LicenseResourceLimitListener
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
setI18nHelper(I18nHelper) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
setID(long) - Method in class com.atlassian.crowd.console.action.application.UpdatePermissions
 
setID(long) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.AbstractViewDirectory
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.RemoveDirectory
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCacheFromBrowse
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setID(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setId(String) - Method in class com.atlassian.crowd.console.tags.SoyTemplate
Set an id to pass through to the Soy template.
setId(String) - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
setId(Long) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setId(Long) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setID(long) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setId(Long) - Method in class com.atlassian.crowd.model.application.GroupMapping
Sets the group mapping ID.
setId(Long) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setId(Long) - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
setId(Long) - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
setId(Long) - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
setID(long) - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
setID(long) - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
setId(String) - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
setIdentifier(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
setIdentifier(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthResponse
 
setIdentifier(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDPrincipal
 
setIdentifier(String) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setIdentifier(String) - Method in class com.atlassian.crowd.openid.server.provider.OpenIDAuthResponse
 
setIdentifierHash(String) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setIgnorePartialResultException(boolean) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
setImmediate(boolean) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
setImpl(int, String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setImplementationClass(String) - Method in class com.atlassian.crowd.console.action.directory.CreateCustom
 
setImplementationClass(String) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setImplementationClass(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setImplementationClass(String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setImporterFactory(ImporterFactory) - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
setImporterFactory(ImporterFactory) - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
setImporterManager(ImporterManager) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setImporterManager(ImporterManager) - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
setImporterManager(ImporterManager) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
setImportFilePath(String) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setImportGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
setImportGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
setImportNestedGroups(boolean) - Method in class com.atlassian.crowd.importer.config.Configuration
 
setImportPasswords(boolean) - Method in class com.atlassian.crowd.importer.config.Configuration
 
setImportResponseMessage(String) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setImportType(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportType
 
setIncludeIpAddressInValidationFactors(boolean) - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
setIncludeIpAddressInValidationFactors(boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setIncludeIpAddressInValidationFactors(boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setIncrementalSyncEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setIncrementalSyncEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setIncrementalSyncEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setIncrementalSyncEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setIncrementalSyncEnabled(boolean) - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
setIncrementalSyncEnabled(boolean) - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
setInitialContext(InitialContext) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setInitialContext(InitialContext) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setInitialMessage(String) - Method in class com.atlassian.crowd.console.action.pickers.ViewPicker
 
setInitialSize(String) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setInitialSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setInstallOption(String) - Method in class com.atlassian.crowd.console.action.setup.Installation
 
setInt(String, int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setInt(String, int) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setInternalAtlassianSecurityDirectories(List<Directory>) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setIPAddresses(List<String>) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setIsInvalidToken(boolean) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setJ_password(String) - Method in class com.atlassian.crowd.console.action.Login
 
setJ_username(String) - Method in class com.atlassian.crowd.console.action.Login
 
setJdbcDatabaseType(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJdbcDriverClassName(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJdbcHibernateDialect(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJdbcOverwriteData(boolean) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJdbcPassword(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJdbcTemplate(JdbcOperations) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
setJdbcUrl(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJdbcUsername(String) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setJndiLocation(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setJndiLocation(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setJndiMailActive(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setJndiMailActive(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setJohnsonEventContainer(JohnsonEventContainer) - Method in class com.atlassian.crowd.console.action.error.ErrorAction
 
setKey(String) - Method in class com.atlassian.crowd.console.action.License
 
setKey(String) - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
setKey(String) - Method in class com.atlassian.crowd.console.action.setup.License
 
setKey(String) - Method in class com.atlassian.crowd.model.property.PropertyId
 
setKeyPath(String) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
setKeySize(int) - Method in class com.atlassian.crowd.plugin.saml.SAMLMessageManagerImpl
 
setLanguage(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setLanguage(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setLastAccessedTime(long) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setLastAccessedTime(long) - Method in class com.atlassian.crowd.model.token.Token
 
setLastModified(Date) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setLastname(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setLastname(String) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setLastname(String) - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
setLastName(String) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setLastname(String) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setLastname(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setLayout(Layout) - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
setLdapConfigurationTester(LDAPConfigurationTester) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setLdapConfigurationTester(LDAPConfigurationTester) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
SetLdapConnectionSettingsListener - Class in com.atlassian.crowd.event.listener
Will update the LDAP connection pool system settings after the application started up.
SetLdapConnectionSettingsListener() - Constructor for class com.atlassian.crowd.event.listener.SetLdapConnectionSettingsListener
 
setLdapPassword(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setLdapPassword(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setLdapPropertiesHelper(LDAPPropertiesHelper) - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest
 
setLdapPropertiesHelper(LDAPPropertiesHelper) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setLdapPropertiesHelper(LDAPPropertiesHelper) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setLdapPropertiesHelper(LDAPPropertiesHelperImpl) - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
setLdapPropertiesHelper(LDAPPropertiesHelper) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setLdapPropertiesHelper(LDAPPropertiesHelper) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
setLdif(InputStream) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LdifLoaderForTesting
 
setLegacyTableQueries(LegacyTableQueries) - Method in interface com.atlassian.crowd.migration.legacy.database.DatabaseImporter
The set of SQL queries that is compatible with the database in use (eg.
setLegacyTableQueries(LegacyTableQueries) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMapper
 
setLegacyTableQueries(LegacyTableQueries) - Method in class com.atlassian.crowd.migration.verify.DatabaseVerificationManager
 
setLegacyTableQueries(LegacyTableQueries) - Method in class com.atlassian.crowd.migration.verify.DatabaseVerifier
Provides the appropriate legacy table querier to the verifier if it needs to query the database.
setLegacyXmlMigrator(LegacyXmlMigrator) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setLevel(String) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling.LoggingConfigEntry
 
setLevelForLogger(String, String) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
setLevelNames(String[]) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
setLicense(CrowdLicense) - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
setLicense(String) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
setLicenseHash(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
setLicenseManager(LicenseManager) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
setLicenseMessage(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseRegistry
 
setLicenseStore(CrowdLicenseStore) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
setLifetime(TokenLifetime) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setLink(Link) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setLink(Link) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setLocal(boolean) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
setLocal(boolean) - Method in class com.atlassian.crowd.model.group.InternalGroup
 
setLocalGroupsEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setLocalGroupsEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setLocalUserStatusEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setLocalUserStatusEnabled(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setLogFileName(String) - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
setLogFileName(String) - Method in class com.atlassian.crowd.console.logging.CrowdLoggingConfigurationListener
Configuration to be passed to the CrowdHomeLogAppender when it switches to file logging.
setLoginUrlAuthenticationEntryPoint(LoginUrlAuthenticationEntryPoint) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
Optional dependency, only required if multiple Crowd applications are coexisting in the same web-application.
setLoginUrlAuthenticationEntryPoint(LoginUrlAuthenticationEntryPoint) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
Optional dependency, only required if multiple Crowd applications are coexisting in the same web-application.
setLong(String, long) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setLong(String, long) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setLowerCaseOutput(boolean) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setLowerCaseOutput(boolean) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setLowercaseOutput(boolean) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setMailManager(MailManager) - Method in class com.atlassian.crowd.console.action.Console
 
setMailManager(MailManager) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setMailManager(MailManager) - Method in class com.atlassian.crowd.event.listener.LicenseResourceLimitListener
 
setMap(Map) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setMappers(List<DatabaseImporter>) - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMigrator
 
setMappingResources(MappingResources) - Method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
setMappingResources(MappingResources) - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
setMappingResources(MappingResources) - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
setMappingResourcesBean(MappingResources) - Method in class com.atlassian.crowd.util.persistence.hibernate.ConfigurableLocalSessionFactoryBean
 
setMappings(List<String>) - Method in class com.atlassian.crowd.openid.server.util.MappingResources
 
setMappings(List<String>) - Method in class com.atlassian.crowd.util.persistence.hibernate.MappingResources
 
setMaxBackupIndex(int) - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
setMaxFileSize(String) - Method in class com.atlassian.crowd.console.logging.CrowdHomeLogAppender
 
setMaximumSize(String) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setMaximumSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setMaxPagesOnEitherSide(int) - Method in class com.atlassian.crowd.openid.server.util.Pager
 
setMembers(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPGroup
 
setMembers(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPRole
Deprecated.
 
setMembers(String, String[]) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Caches the member list for a group called groupName.
setMembers(String, String[]) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
setMembership(String, String, Boolean) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds or replaces a membership relationship between the user and the group.
setMembership(String, String, Boolean) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setMembershipAggregationEnabled(boolean) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Store the membership aggregation semantic to use across the directories.
setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setMembershipAggregationEnabled(boolean) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setMembershipDao(InternalMembershipDao) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
setMembershipDao(InternalMembershipDao) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
setMessage(String) - Method in class com.atlassian.crowd.importer.model.Result
 
setModuleKey(String) - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
setName(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
setName(String) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setName(String) - Method in class com.atlassian.crowd.console.action.application.BrowseApplications
 
setName(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setName(String) - Method in class com.atlassian.crowd.console.action.directory.BrowseDirectories
 
setName(String) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setName(String) - Method in class com.atlassian.crowd.console.action.directory.ViewConnector
 
setName(String) - Method in class com.atlassian.crowd.console.action.directory.ViewCustom
 
setName(String) - Method in class com.atlassian.crowd.console.action.directory.ViewInternal
 
setName(String) - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
setName(String) - Method in class com.atlassian.crowd.console.action.group.AddGroup
 
setName(String) - Method in class com.atlassian.crowd.console.action.group.BrowseGroups
 
setName(String) - Method in class com.atlassian.crowd.console.action.group.RemoveGroup
 
setName(String) - Method in class com.atlassian.crowd.console.action.group.ViewGroup
 
setName(String) - Method in class com.atlassian.crowd.console.action.principal.RemovePrincipal
 
setName(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setName(String) - Method in class com.atlassian.crowd.console.action.session.BrowseApplicationSessions
 
setName(String) - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
setName(String) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setName(String) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setName(String) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setName(String) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setName(String) - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Sets the name of the authenticated client.
setName(String) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Sets the name of the authenticating entity.
setName(String) - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Sets the name.
setName(String) - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
setName(String) - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
setName(String) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setName(String) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setName(String) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setName(String) - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
Sets the name of the authenticated client.
setName(String) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
Sets the name of the authenticating entity.
setName(String) - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
Sets the name.
setName(String) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setName(String) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
setName(String) - Method in class com.atlassian.crowd.model.group.InternalGroup
 
setName(String) - Method in class com.atlassian.crowd.model.InternalEntity
 
setName(String) - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
setName(String) - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
setName(String) - Method in class com.atlassian.crowd.model.property.PropertyId
 
setName(String) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setName(String) - Method in class com.atlassian.crowd.model.user.InternalUser
 
setName(String) - Method in class com.atlassian.crowd.model.user.UserTemplate
 
setName(String) - Method in class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
setName(String) - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
setName(String) - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
setName(long) - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
setName(String) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setName(String) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.group.AddGroup
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.group.BrowseGroups
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.group.RemoveGroup
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.user.BrowseUsers
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.user.RemoveUser
 
setName(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setNewName(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setNickname(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setNickname(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setNotificationEmail(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setNotificationEmail(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setNotificationEmail(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setNotificationEmail(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setObject(String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setObject(String, Object) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setObjectFactory(ObjectFactory) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareActionFactory
 
setOldestFailureDate(Date) - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
setOldToNewDirectoryIds(Map<Long, Long>) - Method in class com.atlassian.crowd.migration.legacy.LegacyImportDataHolder
 
setOpenid_identifier(String) - Method in class com.atlassian.crowd.openid.client.action.Login
 
setOpenIDAuthenticationManager(OpenIDAuthenticationManager) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setOpenIDPrincipal(OpenIDPrincipal) - Method in class com.atlassian.crowd.openid.client.action.BaseAction
Puts the OpenIDPrincipal into session.
setOpenidRealm(String) - Method in class com.atlassian.crowd.openid.client.action.Login
 
setOptionalAttribs(List) - Method in class com.atlassian.crowd.openid.client.action.Login
 
setOptionalAttributes(List<String>) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
setOptionalAttributes(Collection) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setOriginalPassword(String) - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
setOriginalPassword(String) - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
setOriginalPassword(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
setOverwrite(boolean) - Method in class com.atlassian.crowd.manager.directory.BulkAddResult.Builder
 
setOverwriteTarget(boolean) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
setOverwriteTarget(boolean) - Method in class com.atlassian.crowd.importer.config.Configuration
 
setPagedResults(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
Sets if paged results are going to be used when pulling data from the LDAP server.
setPagedResults(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setPagedResultsSize(int) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
Sets the paging size to use when iterating LDAP results returned from a directory query.
setPagedResultsSize(Integer) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setParameters(ParameterList) - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
setParameterValues(Properties) - Method in class com.atlassian.crowd.util.persistence.hibernate.GenericEnumUserType
 
setParentName(String) - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.application.ApplicationConfiguration
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.License
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setPassword(String) - Method in class com.atlassian.crowd.console.action.user.ChangePassword
 
setPassword(String) - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
setPassword(String) - Method in class com.atlassian.crowd.openid.server.action.Login
 
setPassword(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.ChangePassword
 
setPassword(PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setPassword(PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setPassword(String) - Method in class com.atlassian.crowd.security.demo.action.Login
 
setPassword(String) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setPassword(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setPasswordComplexityMessage(String) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setPasswordComplexityMessage(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setPasswordComplexityMessage(String) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPasswordConfirm(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setPasswordConfirm(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setPasswordConfirm(String) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setPasswordConfirm(String) - Method in class com.atlassian.crowd.security.demo.action.user.AddUser
 
setPasswordConfirm(String) - Method in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
setPasswordConfirmation(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
setPasswordCredential(PasswordCredential) - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
setPasswordCredential(PasswordCredential) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setPasswordEncoderFactory(PasswordEncoderFactory) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setPasswordEncoderFactory(PasswordEncoderFactory) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setPasswordEncoderFactory(PasswordEncoderFactory) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setPasswordEncoderFactory(PasswordEncoderFactory) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setPasswordEncoderFactory(PasswordEncoderFactory) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setPasswordEncoderFactory(PasswordEncoderFactory) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPasswordHelper(PasswordHelper) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setPasswordHelper(PasswordHelper) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setPasswordHelper(PasswordHelper) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setPasswordHistoryCount(long) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setPasswordHistoryCount(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setPasswordHistoryCount(long) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPasswordMaxAttempts(long) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setPasswordMaxAttempts(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setPasswordMaxAttempts(long) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPasswordMaxChangeTime(long) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setPasswordMaxChangeTime(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setPasswordMaxChangeTime(long) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPasswordRegex(String) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setPasswordRegex(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setPasswordRegex(String) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPasswordsEncrypted(List) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setPermanent(boolean) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setPermission(UserPermission) - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
setPermissionForGroups(List<? extends DirectoryGroup>, UserPermission) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Set the granted permissions for each directoryGroup to permission.
setPermissionForGroups(List<? extends DirectoryGroup>, UserPermission) - Method in class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
setPermissionGroupAdd(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionGroupAdd(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionGroupAttributeModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionGroupAttributeModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionGroupModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionGroupModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionGroupRemove(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionGroupRemove(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setPermissionManager(PermissionManager) - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
setPermissionPrincipalAdd(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionPrincipalAdd(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionPrincipalAttributeModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionPrincipalAttributeModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionPrincipalModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionPrincipalModify(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissionPrincipalRemove(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setPermissionPrincipalRemove(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
setPermissions(String, List<RestDirectoryGroup>) - Method in class com.atlassian.crowd.plugin.rest.service.resource.permission.UserPermissionAdminResource
 
setPermitted(String, String, boolean) - Method in interface com.atlassian.crowd.cache.UserAuthorisationCache
Sets whether the user is permitted to authenticate with the application.
setPermitted(String, String, boolean) - Method in class com.atlassian.crowd.cache.UserAuthorisationCacheImpl
 
setPermitted(Application, InetAddress, boolean) - Method in class com.atlassian.crowd.util.InetAddressCacheUtil
Sets in the cache that address is permitted/forbidden from making a request to the Crowd server.
setPlugin(Plugin) - Method in class com.atlassian.crowd.plugin.descriptors.webwork.PluginAwareActionConfig
 
setPollingIntervalInMin(long) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setPollingIntervalInMin(long) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setPollingIntervalInMin(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setPollingIntervalInMin(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setPollingIntervalInMin(long) - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
setPollingIntervalInMin(long) - Method in class com.atlassian.crowd.console.value.directory.RemoteCrowdConnection
 
setPort(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setPort(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setPostcode(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setPostcode(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setPostponeConfiguration(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setPreferredSize(String) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setPreferredSize(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setPrefix(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setPrefix(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setPreventingLockout(boolean) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setPreventingLockout(boolean) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setPrimaryGroupSupport(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setPrimaryGroupSupport(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setPrincipal(SOAPPrincipal) - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
setPrincipals(Collection<User>) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setPrincipals(Collection<User>) - Method in class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
setPrincipalToken(HttpServletRequest, HttpServletResponse, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Sets the underlying principal token on: the request: as an attribute, so the user is authenticated for the span of the request. the response: as a cookie, so the user is authenticated for subsequent requests.
setPrincipalToken(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
setProfile(Profile) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
setProfileID(long) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setProfileID(long) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setProfileIDs(List<String>) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
setProfileManager(ProfileManager) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setProfileName(String) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
setProfileName(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setProfiles(Collection) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
setProfiles(Map<Long, String>) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setProfiles(Set<Profile>) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
setProfilingOn(boolean) - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
setProperties(String, Properties) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setProperties(String, Properties) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setProperty(String, String, SOAPPrincipal) - Static method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
setProperty(String, String, String) - Method in interface com.atlassian.crowd.manager.property.PluginPropertyManager
 
setProperty(String, String, String) - Method in class com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
 
setProperty(String, String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Sets an arbitrary property.
setProperty(String, String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.event.listener.LicenseResourceLimitListener
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.event.listener.SetLdapConnectionSettingsListener
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
Sets the property manager which is used to get and set the server license resource totals.
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
setPropertyManager(OpenIDPropertyManager) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.password.encoder.DESPasswordEncoder
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask002
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask210
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask321
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask423
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask502
 
setPropertyManager(PropertyManager) - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
setPropertyTypeService(PropertyTypeService) - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
setPropertyUtils(PropertyUtils) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setPropertyUtils(PropertyUtils) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setPropertyUtils(PropertyUtils) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setRadioButton(String, String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Sets a specific radio button.
setRandomHash(String) - Method in class com.atlassian.crowd.console.action.session.RemoveSession
 
setRandomHash(String) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setRandomNumber(long) - Method in class com.atlassian.crowd.model.token.Token.Builder
 
setReadTimeoutInSec(long) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setReadTimeoutInSec(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setReadTimeoutInSec(long) - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
setRecoveryModeService(RecoveryModeService) - Method in class com.atlassian.crowd.console.action.Console
 
setReferral(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setReferral(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setRelayState(String) - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
setRemoteAddressCacheUtil(InetAddressCacheUtil) - Method in class com.atlassian.crowd.event.listener.ApplicationRemoteAddressListener
 
setRemoteAddresses(Set<RemoteAddress>) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setRemoteAddresses(Set<RemoteAddress>) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setRemoteAddresses(RemoteAddressEntitySet) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setRemoteIPAddress(String) - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
setRemoveDirectoryID(long) - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
setRemoveGroup(String) - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
setRemoveName(String) - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
setRequest(HttpServletRequest) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
setRequestCache(Map<String, Object>) - Static method in class com.atlassian.crowd.plugin.web.RequestCacheThreadLocal
 
setRequestingSite(String) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setRequestToApplicationMapper(RequestToApplicationMapper) - Method in class com.atlassian.crowd.console.action.Login
 
setRequestToApplicationMapper(RequestToApplicationMapper) - Method in class com.atlassian.crowd.console.action.setup.Complete
 
setRequestToApplicationMapper(RequestToApplicationMapper) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
Optional dependency.
setRequiredAttribs(List) - Method in class com.atlassian.crowd.openid.client.action.Login
 
setRequiredAttributes(List<String>) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
setRequiredAttributes(Collection) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setRequiredPluginsStartupCheck(RequiredPluginsStartupCheck) - Method in class com.atlassian.crowd.console.action.setup.Database
 
setResetableHiLoGeneratorHelper(ResetableHiLoGeneratorHelper) - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
setResetableHiLoGeneratorHelper(ResetableHiLoGeneratorHelper) - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
setResetableHiLoGeneratorHelper(ResetableHiLoGeneratorHelper) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setResetableHiLoGeneratorHelper(ResetableHiLoGeneratorHelper) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
setResetDomain(boolean) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setResourceLocator(ResourceLocator) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setResourceLocator(ResourceLocator) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setResourceLocator(ResourceLocator) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setRestoredXml(URL, String) - Method in class com.atlassian.crowd.acceptance.tests.TestDataState
Declare that the data in xmlfilename has been restored.
setRestrictedDomains(List<String>) - Method in interface com.atlassian.crowd.service.SignupSettingsService
Set the domains that user's email address should belong to to be able to sign up.
setRestrictedDomains(List<String>) - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
setRestServer(RestServer) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
setRestServer(RestServer) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Sets the RestServer instance to test against.
setResult(Result) - Method in class com.atlassian.crowd.console.action.dataimport.BaseImporter
 
setResults(List<T>) - Method in class com.atlassian.crowd.console.action.AbstractBrowser
 
setResults(List<User>) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
setResults(List) - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
 
setResultsPerPage(int) - Method in class com.atlassian.crowd.console.action.AbstractBrowser
Sets the results per page.
setResultsPerPage(int) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Sets the results per page.
setResultsPerPage(int) - Method in class com.atlassian.crowd.console.action.pickers.ViewPicker
 
setResultsPerPage(int) - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Sets the results per page.
setResultsStart(int) - Method in class com.atlassian.crowd.console.action.AbstractBrowser
Sets the results start.
setResultsStart(int) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
Sets the results start.
setResultsStart(int) - Method in class com.atlassian.crowd.security.demo.action.AbstractBrowser
Sets the results start.
setReturnToUrl(String) - Method in class com.atlassian.crowd.openid.server.action.Login
 
setReturnURL(String) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
setRunner(JobRunner) - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
setRunnerKey(String) - Method in class com.atlassian.crowd.scheduling.JobRunnerRegistrar
 
setSAMLEncoding(String) - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
setSamlMessageManager(SAMLMessageManager) - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
setSamlMessageManager(SAMLMessageManager) - Method in class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
setSAMLRequest(String) - Method in class com.atlassian.crowd.plugin.saml.action.SAMLAuthAction
 
setSavedApplicationPassword(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setSavedLdapPassword(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setSavedLdapPassword(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setScheduledBackupTime(int) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setSchema(PropertySetSchema) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setSearch(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
setSearch(String) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
setSearchString(String) - Method in class com.atlassian.crowd.console.action.pickers.SearchPicker
 
setSearchTimeoutInSec(long) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setSearchTimeoutInSec(long) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setSearchTimeoutInSec(long) - Method in class com.atlassian.crowd.console.value.directory.ConnectorConnection
 
setSecure(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setSecure(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setSecure(boolean) - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
setSecureCookie(boolean) - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
setSecureCookie(boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setSecureCookie(boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setSecurityServerClient(SecurityServerClient) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setSelectedDirectoryID(long) - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
setSelectedEntityNames(List<String>) - Method in class com.atlassian.crowd.console.action.directory.UpdateOptions
 
setSelectedEntityNames(List<String>) - Method in class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
setSelectedEntityNames(List<String>) - Method in class com.atlassian.crowd.console.action.principal.UpdateGroups
 
setServerID(String) - Method in interface com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManager
 
setServerID(String) - Method in class com.atlassian.crowd.manager.bootstrap.CrowdBootstrapManagerImpl
 
setServiceInterface(Class) - Method in class com.atlassian.crowd.service.soap.SafeXmlXFireExporter
This is just a convenience method which delegates to setServiceClass().
setServletContext(ServletContext) - Method in class com.atlassian.crowd.migration.legacy.UserMapper
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.plugin.factory.BundledPluginLoaderFactory
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.plugin.servlet.CrowdContentTypeResolver
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.plugin.servlet.CrowdServletContextFactory
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.plugin.spring.PackageScannerConfigurationFactory
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.plugin.web.CrowdTemplateRenderer
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.service.soap.SafeXmlXFireExporter
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.util.JohnsonEventContainerFactoryBean
 
setServletContext(ServletContext) - Method in class com.atlassian.crowd.util.SystemInfoHelperImpl
 
setServletRequest(HttpServletRequest) - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
setServletRequest(HttpServletRequest) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setServletResponse(HttpServletResponse) - Method in class com.atlassian.crowd.console.action.error.ErrorAction
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.application.AddApplicationAuthorisationDetails
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.application.AddApplicationConfirmation
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.application.AddApplicationConnectionDetails
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDetails
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.application.AddApplicationDirectoryDetails
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.dataimport.CsvConfirmation
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.dataimport.CsvMapping
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryConfirmation
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
setSession(Map) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.crowd.upgrade.util.UpgradeUtilityDAOHibernate
 
setSessionFactory(SessionFactory) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
 
setSessionTime(long) - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
setSessionTime(String) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setSessionTime(long) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setSessionTime(long) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setSetupPersister(SetupPersister) - Method in class com.atlassian.crowd.console.action.setup.BaseSetupAction
 
setSetupType(String) - Method in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
setSid(String) - Method in class com.atlassian.crowd.console.action.setup.License
 
setSidManager(SIDManager) - Method in class com.atlassian.crowd.console.action.License
 
setSidManager(SIDManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
setSignupEnabled(boolean) - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
setSignupEnabled(boolean) - Method in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
setSite(Site) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
setSite(Site) - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
setSiteApproval(User, String, long, boolean) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Updates or creates site approval for a particular site (URL) associated with a user and a profile of that user.
setSiteApproval(User, String, long, boolean) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
setSiteApprovals(List<SiteApproval>) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
setSiteManager(SiteManager) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setSMTPServer(SMTPServer) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setSMTPServer(SMTPServer) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setSMTPTemplate(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Deprecated.
setSMTPTemplate(String) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
Deprecated.
setSourceDirectories(List) - Method in class com.atlassian.crowd.console.action.dataimport.AtlassianImporter
 
setSourceDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
setSourceDirectoryID(Long) - Method in class com.atlassian.crowd.importer.config.DirectoryConfiguration
 
setSourceDirectoryID(Long) - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
setSregAttributes(SREGAttributes) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setStartIndex(int) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.ViewAuthRecord
 
setState(ThreadLocalState) - Method in class com.atlassian.crowd.manager.threadlocal.CrowdThreadLocalStateAccessor
 
setState(ThreadLocalState) - Method in interface com.atlassian.crowd.manager.threadlocal.ThreadLocalStateAccessor
Set the thread locals of the current thread with the values contained in the supplied state.
setStateless(boolean) - Method in class com.atlassian.crowd.openid.client.consumer.OpenIDAuthRequest
 
setStorageType(String) - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
setString(String, String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setSubGroups(Collection<Group>) - Method in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
setSupportedAuthentication(String) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setSupportedAuthentication(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setSupportedProtocol(String) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setSupportedProtocol(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setSupportInformationService(SupportInformationService) - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
setSystemInfoHelper(SystemInfoHelper) - Method in class com.atlassian.crowd.console.action.License
 
setSystemInfoHelper(SystemInfoHelper) - Method in class com.atlassian.crowd.console.action.options.SystemInfo
 
setSystemInfoHelper(SystemInfoHelper) - Method in class com.atlassian.crowd.console.action.options.UpdateLicensing
 
setTab(Integer) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setTab(int) - Method in class com.atlassian.crowd.security.demo.action.BaseAction
 
setTabID(long) - Method in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
setTargetAction(SynchroniseDirectoryCache.AllowedTargetAction) - Method in class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache
 
setTargetDirectoryID(Long) - Method in class com.atlassian.crowd.console.action.dataimport.DirectoryImporter
 
setTemplate(String) - Method in class com.atlassian.crowd.console.tags.SoyTemplateTag
 
setTemplateRenderer(TemplateRenderer) - Method in class com.atlassian.crowd.plugin.web.CrowdWebFragmentHelper
 
setTester(WebTester) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Required so tester can be manually set externally when required.
setTestPassword(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setTestUsername(String) - Method in class com.atlassian.crowd.console.action.application.ViewApplication
 
setText(String, String) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setText(String, String) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
Throws IllegalPropertyException if value length greater than 255.
setThreadLocalContext(ThreadLocalState) - Method in class com.atlassian.sal.crowd.executor.CrowdThreadLocalContextManager
 
setTimeoutInSec(String) - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
setTimeoutInSec(String) - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
setTimezone(String) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setTimezone(String) - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
setTitle(String) - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
setTitle(String) - Method in class com.atlassian.crowd.console.action.setup.Options
 
setToken(String) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setToken(String) - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Sets the token.
setToken(String) - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
Sets the token.
setTokenAuthenticationManager(TokenAuthenticationManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setTokenAuthenticationManager(TokenAuthenticationManager) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setTokenAuthenticationManager(TokenAuthenticationManager) - Method in class com.atlassian.crowd.manager.application.CrowdApplicationPasswordManagerGeneric
 
setTokenAuthenticationManager(TokenAuthenticationManager) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
setTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.crowd.console.filter.LoginCsrfFilter
 
setTokenManager(SwitchableTokenManager) - Method in class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
setTokenManager(SearchableTokenService) - Method in class com.atlassian.crowd.console.action.session.BrowseApplicationSessions
 
setTokenManager(SearchableTokenService) - Method in class com.atlassian.crowd.console.action.session.BrowsePrincipalSessions
 
setTokenManager(TokenManager) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask360
 
setTreeAdaptor(TreeAdaptor) - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
setTrustedProxyManager(TrustedProxyManager) - Method in class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
 
setTrustedProxyManager(TrustedProxyManager) - Method in class com.atlassian.crowd.console.action.admin.ViewTrustedProxies
 
setTrustedProxyServers(String) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Persists a String containing a list of proxy servers we trust to correctly set the X-Forwarded-For flag.
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.
setTrustRelationshipMode(TrustRelationshipMode) - Method in interface com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManager
 
setTrustRelationshipMode(TrustRelationshipMode) - Method in class com.atlassian.crowd.openid.server.manager.property.OpenIDPropertyManagerGeneric
 
setTrustType(long) - Method in class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
setType(DirectoryType) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setType(DirectoryType) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setType(ApplicationType) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
setType(ApplicationType) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setType(DirectoryType) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
setType(GroupType) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
setType(String) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setUnremovedGroups(String) - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
setUnsubscribedDirectoriesID(long) - Method in class com.atlassian.crowd.console.action.application.UpdateDirectories
 
setUnsubscribedGroup(String) - Method in class com.atlassian.crowd.console.action.application.UpdateGroups
 
setUnsubscribedGroup(String) - Method in class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.administration.BackupTest
This test restores the backup to a known state because there are other tests downstream that will use the file(s) generated here.
setUp() - Method in class com.atlassian.crowd.acceptance.tests.administration.GeneralAdministrationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.administration.SystemInfoTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseApplicationsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalSessionsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCaseWithEmailServer
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdXsrfProtectionTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryWithNestedGroupsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionRoleTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionUserTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.GzipFilterOptionTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationPermissionsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.LargeCsvImporterTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.VeryLargeCsvImporterTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ViewApplicationPluginTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RecalculateLicenseTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoteDirectoryNestedGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveApplicationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ResetPrincipalPasswordTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateApplicationDirectoryGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ResetPasswordTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewApplicationsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewGroupsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewRolesTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewRoleTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.CrowdIDAcceptanceTestCase
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddUserTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.LoginTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.UpdateUserTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.load.PrincipalAuthenticationLoadTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.load.TokenValidationLoadTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientGroupTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadAndOperateTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadMutationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.persistence.util.hibernate.MappingResourcesTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
setUp() - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
SETUP_TYPE_NEW_INSTALL - Static variable in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
SETUP_TYPE_UPGRADE_XML - Static variable in class com.atlassian.crowd.console.setup.CrowdSetupPersister
 
SetupCheckInterceptor - Class in com.atlassian.crowd.console.interceptor
Ensure we don't try to hit the setup step after setup is complete.
SetupCheckInterceptor() - Constructor for class com.atlassian.crowd.console.interceptor.SetupCheckInterceptor
 
SetupComplete - Class in com.atlassian.crowd.event
Indicates that the Crowd setup is complete and the server is ready to serve requests
SetupComplete() - Constructor for class com.atlassian.crowd.event.SetupComplete
 
SetupCrowdTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
This test will run in a specific order to make sure we get through the setup process in once piece.
SetupCrowdTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.SetupCrowdTest
 
SetupCrowdWithDatabase - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Runs through the setup process for Crowd (based on SetupCrowdTest) with the option to specify a database to use (rather than using hsqldb) Note: 1.
SetupCrowdWithDatabase() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.SetupCrowdWithDatabase
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.InternalEntity
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.openid.server.model.EntityObject
 
setUpdatedDate(Date) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setUpdatedDateToNow() - Method in class com.atlassian.crowd.model.InternalEntity
 
setUpdateUsers(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateDelegated
 
setUpdateUsers(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.crowd.console.action.setup.Complete
 
setUpgradeManager(UpgradeManager) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setUpgradeTasks(List<UpgradeTask>) - Method in class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
setUpgradeUtilityDao(UpgradeUtilityDAOHibernate) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
setUpgradeUtilityDao(UpgradeUtilityDAOHibernate) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask523
 
setUriInfo(UriInfo) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
setUrl(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
setURL(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUrl(String) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setURL(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUrl(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
setUrl(String) - Method in class com.atlassian.crowd.openid.server.model.site.Site
 
setUrls(List<String>) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.EditAllowAlways
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowd
 
setUseNestedGroups(boolean) - Method in class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
setUser(User) - Method in exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
setUser(User) - Method in class com.atlassian.crowd.openid.server.action.secure.interaction.AllowAuthentication
 
setUser(User) - Method in class com.atlassian.crowd.openid.server.action.secure.profile.EditProfiles
 
setUser(User) - Method in class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
setUser(User) - Method in class com.atlassian.crowd.openid.server.model.profile.Profile
 
setUser(User) - Method in class com.atlassian.crowd.openid.server.model.record.AuthRecord
 
setUserAttribute(User, String, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a user's attribute with the new attribute value.
setUserAttribute(User, String, Set<String>) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Adds or updates a user's attribute with the new attribute values.
setUserAttribute(User, String, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
setUserAttribute(User, String, Set<String>) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
setUserAuthoritiesProvider(UserAuthoritiesProvider) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
Set a User to Authorities provider, eg.
setUserAuthoritiesProvider(UserAuthoritiesProvider) - Method in class com.atlassian.crowd.integration.springsecurity.user.CrowdUserDetailsServiceImpl
Set a User to Authorities provider, eg.
setUserDao(InternalUserDao) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
setUserDao(InternalUserDao) - Method in class com.atlassian.crowd.dao.membership.MembershipDAOHibernate
 
setUserDao(UserDAOHibernate) - Method in class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
setUserDisplayNameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserDisplayNameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserDN(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserDN(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUserDNaddition(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserDNaddition(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUseRelaxedDNStandardisation(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUseRelaxedDNStandardisation(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUserEncryptionMethod(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserEncryptionMethod(String) - Method in class com.atlassian.crowd.console.action.directory.CreateInternal
 
setUserEncryptionMethod(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUserEncryptionMethod(String) - Method in class com.atlassian.crowd.console.action.setup.DirectoryInternal
 
setUserExternalIdAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserExternalIdAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserFirstnameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserFirstnameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserGroupMemberAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserGroupMemberAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserImportResults(BatchResultWithIdReferences<User>) - Method in class com.atlassian.crowd.migration.legacy.LegacyImportDataHolder
 
setUserLastnameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserLastnameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserMailAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserMailAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserManager(UserManager) - Method in class com.atlassian.crowd.integration.soap.springsecurity.user.CrowdUserDetailsServiceImpl
 
setUserManager(UserManager) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
setUserMappingConfiguration(OrderedBidiMap) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.ChangeExpiredPassword
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.ForgottenLoginDetails
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.License
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.ResetPassword
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setUsername(String) - Method in class com.atlassian.crowd.console.action.user.EditProfile
 
setUsername(String) - Method in class com.atlassian.crowd.importer.config.JdbcConfiguration
 
setUsername(String) - Method in class com.atlassian.crowd.openid.server.action.ForgottenLoginDetails
 
setUsername(String) - Method in class com.atlassian.crowd.openid.server.action.Login
 
setUsername(String) - Method in class com.atlassian.crowd.openid.server.model.user.User
 
setUsername(String) - Method in class com.atlassian.crowd.security.demo.action.Login
 
setUserNameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserNameAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserNameRdnAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserNameRdnAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserObjectClass(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserObjectClass(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserObjectFilter(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserObjectFilter(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserPasswordAttr(String) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUserPasswordAttr(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
setUserPermissionDao(InternalUserPermissionDAO) - Method in class com.atlassian.crowd.console.action.setup.DefaultAdministrator
 
setUsers(String) - Method in class com.atlassian.crowd.console.action.dataimport.ImportCsv
 
setUsers(File) - Method in class com.atlassian.crowd.importer.config.CsvConfiguration
 
setUsers(UserEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
setUsersAlreadyExist(Set<String>) - Method in class com.atlassian.crowd.importer.model.Result
 
setUserSearcher(Searcher) - Method in class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
setUserSearcher(Searcher<User>) - Method in class com.atlassian.crowd.console.action.principal.BrowsePrincipals
 
setUsersFailedImport(Set<String>) - Method in class com.atlassian.crowd.importer.model.Result
 
setUsersImported(Long) - Method in class com.atlassian.crowd.importer.model.Result
 
setUseSSL(String) - Method in class com.atlassian.crowd.console.action.options.UpdateMailServer
 
setUseSSL(String) - Method in class com.atlassian.crowd.console.action.setup.MailServer
 
setUseUserMembershipAttribute(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUseUserMembershipAttribute(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUseUserMembershipAttributeForGroupMembership(boolean) - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
setUseUserMembershipAttributeForGroupMembership(boolean) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
setUseWebAvatars(boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
 
setUseWebAvatars(boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setUsingDatabaseStorage(boolean) - Method in interface com.atlassian.crowd.manager.token.SwitchableTokenManager
 
setUsingDatabaseStorage(boolean) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
Performs the switch, if necessary.
setUsingDatabaseTokenStorage(boolean) - Method in interface com.atlassian.crowd.manager.property.PropertyManager
Will set a property to state that this crowd instance is using database token storage, otherwise assume we are using in-memory
setUsingDatabaseTokenStorage(boolean) - Method in class com.atlassian.crowd.manager.property.PropertyManagerGeneric
 
setValidationFactors(ValidationFactor[]) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Sets the authenticating validation factors.
setValidationFactors(ValidationFactor[]) - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
Sets the authenticating validation factors.
setValue(String) - Method in class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
setValue(String) - Method in class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
setValue(String) - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Sets the value.
setValue(String) - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
setValue(String) - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
Sets the value.
setValue(String) - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
setValue(String) - Method in class com.atlassian.crowd.model.property.Property
 
setValue(String) - Method in class com.atlassian.crowd.openid.server.model.profile.attribute.Attribute
 
setValue(String) - Method in class com.atlassian.crowd.openid.server.model.property.Property
 
setValues(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
setVerificationManager(VerificationManager) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setWebavatars(boolean) - Method in class com.atlassian.crowd.console.action.options.UpdateGeneral
 
setWebhooks(Set<Webhook>) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
This setter should only be called by hibernate and must replace the collection instance; compare with ApplicationImpl.updateDetailsFromApplication(Application).
setWebhooks(Set<Webhook>) - Method in class com.atlassian.crowd.model.application.ImmutableApplication.Builder
 
setWebInterfaceManager(WebInterfaceManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setWebResourceManager(WebResourceManager) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setXML(String, Document) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
setXML(String, Document) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
setXmlMigrationManager(XmlMigrationManager) - Method in class com.atlassian.crowd.console.action.admin.Backup
 
setXmlMigrationManager(XmlMigrationManager) - Method in class com.atlassian.crowd.console.action.setup.Import
 
setXmlMigrator(XmlMigrator) - Method in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.crowd.console.action.BaseAction
 
setXsrfTokenGenerator(XsrfTokenGenerator) - Method in class com.atlassian.crowd.openid.server.action.BaseAction
 
SHA_ENCODER - Static variable in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
 
SHADOW_ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.directory.hybrid.InternalGroupHandler
 
SHINDIG_DOS_PREVENTION_HEADER - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
shortDescription(String) - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.PartialSyncTask
Sets a short description of the synchronisation task.
shouldAttemptAuthentication(HttpServletRequest) - Method in class com.atlassian.crowd.trusted.CrowdTrustedAppAuthenticationController
 
shouldAttemptAuthentication(HttpServletRequest) - Method in class com.atlassian.sal.crowd.auth.CrowdAuthenticationController
 
shouldDisplay(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.ApplicationPluginCondition
 
shouldDisplay(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.ParametersExistCondition
 
shouldDisplay(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.PermanentApplicationCondition
 
shouldDisplay(Map<String, Object>) - Method in class com.atlassian.crowd.plugin.web.conditions.RemoveUserCondition
 
shouldDisplay(Map) - Method in class com.atlassian.crowd.plugin.web.conditions.SitemeshPropertiesCondition
 
shouldExpandField(Class, String, HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityExpansionUtil
Returns whether a field of the specified entity class should be expanded.
shouldExpandField(Class, String, ExpandParameter) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityExpansionUtil
Returns whether a field of the specified entity class should be expanded.
shouldIntercept(ActionInvocation) - Method in class com.atlassian.crowd.console.interceptor.CrowdXWorkTransactionInterceptor
 
shouldIntercept(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.XWorkTransactionInterceptor
Determine if a certain action should be wrapped in a transaction.
shouldNotFilter(HttpServletRequest) - Method in class com.atlassian.crowd.console.filter.LicenceFilter
 
shouldNotIntercept(ActionInvocation) - Method in class com.atlassian.crowd.xwork.interceptors.SafeParametersInterceptor
The implementation of this method should evalutate if the passed in actionInvocation.getAction() is of a type NoParameters if it is, we should not bother intercepting.
shutdown() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
shutdown() - Method in class com.atlassian.crowd.manager.cache.CacheFactoryEhcache
 
shutdown() - Method in interface com.atlassian.crowd.service.client.CrowdClient
Closes this Crowd Client and releases any system resources associated with the client.
SIDUtils - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Convert back and forth between the binary and the String representation of SIDs.
SIDUtils() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.SIDUtils
 
SIGN_UP_ENABLED - Static variable in class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
signRequired() - Method in class com.atlassian.crowd.openid.server.provider.LoginParameterMessage
 
SignupSettingsService - Interface in com.atlassian.crowd.service
 
SignupSettingsServiceImpl - Class in com.atlassian.crowd.service
 
SignupSettingsServiceImpl(PluginPropertyManager) - Constructor for class com.atlassian.crowd.service.SignupSettingsServiceImpl
 
signXML(String, PublicKey, PrivateKey) - Static method in class com.atlassian.crowd.plugin.saml.XmlDigitalSigner
Signs the specified xmlString with the pair of provided keys, as per the SAML 2.0 specifications.
SimpleAuthenticationManager - Class in com.atlassian.crowd.service.cache
This class provides a version of the AuthenticationManager interface that, at least initially, will not perform caching.
SimpleAuthenticationManager(SecurityServerClient) - Constructor for class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
SimpleTokenManagerImpl - Class in com.atlassian.crowd.manager.token
A TokenManager that simply delegates to a single SessionTokenStorage.
SimpleTokenManagerImpl(SessionTokenStorage) - Constructor for class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
SimpleXsrfTokenGenerator - Class in com.atlassian.crowd.xwork
Simple implementation of XsrfTokenGenerator that stores a unique value in the session.
SimpleXsrfTokenGenerator() - Constructor for class com.atlassian.crowd.xwork.SimpleXsrfTokenGenerator
 
SingleDirectorySearchStrategy - Class in com.atlassian.crowd.manager.application
A SearchStrategy which optimizes for a single directory
SingleDirectorySearchStrategy(DirectoryManager, long) - Constructor for class com.atlassian.crowd.manager.application.SingleDirectorySearchStrategy
 
SingleSignOnTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
SingleSignOnTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
Site - Class in com.atlassian.crowd.openid.server.model.site
A particular openid relying party (aka the site which sent the user to us), identified by its realm (url).
Site() - Constructor for class com.atlassian.crowd.openid.server.model.site.Site
 
Site(String) - Constructor for class com.atlassian.crowd.openid.server.model.site.Site
 
SiteApproval - Class in com.atlassian.crowd.openid.server.model.approval
Records whether authentication for a particular user of a particular site is always allowed.
SiteApproval() - Constructor for class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
SiteApproval(User, Profile, Site, boolean) - Constructor for class com.atlassian.crowd.openid.server.model.approval.SiteApproval
 
SiteApprovalDAO - Interface in com.atlassian.crowd.openid.server.model.approval
 
SiteApprovalDAOHibernate - Class in com.atlassian.crowd.openid.server.model.approval
 
SiteApprovalDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.approval.SiteApprovalDAOHibernate
 
SiteDAO - Interface in com.atlassian.crowd.openid.server.model.site
 
SiteDAOHibernate - Class in com.atlassian.crowd.openid.server.model.site
 
SiteDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.site.SiteDAOHibernate
 
SiteDisallowedException - Exception in com.atlassian.crowd.openid.server.manager.openid
 
SiteDisallowedException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.openid.SiteDisallowedException
 
siteManager - Variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
SiteManager - Interface in com.atlassian.crowd.openid.server.manager.site
 
SiteManagerException - Exception in com.atlassian.crowd.openid.server.manager.site
 
SiteManagerException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.site.SiteManagerException
 
SiteManagerException(String, Throwable) - Constructor for exception com.atlassian.crowd.openid.server.manager.site.SiteManagerException
 
SiteManagerGeneric - Class in com.atlassian.crowd.openid.server.manager.site
 
SiteManagerGeneric(SiteDAO, SiteApprovalDAO, ProfileManager, AddressRestrictionDAO, OpenIDPropertyManager, ApprovalWhitelist) - Constructor for class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
SITEMESH_PAGE - Static variable in class com.atlassian.crowd.console.filter.SitemeshPageFilter
 
SitemeshPageFilter - Class in com.atlassian.crowd.console.filter
Currently the main purpose for overwritting the filter is to store the page object in the request so underlying plugin web-items and sections can get access to the page properties and can perform conditional logic
SitemeshPageFilter() - Constructor for class com.atlassian.crowd.console.filter.SitemeshPageFilter
 
SitemeshPropertiesCondition - Class in com.atlassian.crowd.plugin.web.conditions
Will return true if a context contains any of the available property values based on a given property name.
SitemeshPropertiesCondition() - Constructor for class com.atlassian.crowd.plugin.web.conditions.SitemeshPropertiesCondition
 
size() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntityList
 
size() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
size() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.AttributeEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
SMALL_AVATAR_SIZE - Static variable in class com.atlassian.crowd.console.action.BaseAction
 
smallAvatarUrl - Variable in class com.atlassian.crowd.console.action.BaseAction
 
SMTPServer - Class in com.atlassian.crowd.util.mail
POJO holding SMTP server config.
SMTPServer(String, InternetAddress, String) - Constructor for class com.atlassian.crowd.util.mail.SMTPServer
 
SMTPServer(int, String, InternetAddress, String, String, String, boolean) - Constructor for class com.atlassian.crowd.util.mail.SMTPServer
 
SMTPServer() - Constructor for class com.atlassian.crowd.util.mail.SMTPServer
 
SoapAcceptanceTestHarness - Class in com.atlassian.crowd.acceptance.harness
SOAP test suite.
SoapAcceptanceTestHarness() - Constructor for class com.atlassian.crowd.acceptance.harness.SoapAcceptanceTestHarness
 
SOAPAttribute - Class in com.atlassian.crowd.integration.soap
 
SOAPAttribute() - Constructor for class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SOAPAttribute(String, String) - Constructor for class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SOAPAttribute(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SoapClientProperties - Interface in com.atlassian.crowd.service.soap.client
SOAP specific client properties.
SoapClientPropertiesImpl - Class in com.atlassian.crowd.service.soap.client
This bean is a container for the application's crowd.properties.
SOAPCookieInfo - Class in com.atlassian.crowd.integration.soap
Configuration information for setting client cookie details.
SOAPCookieInfo() - Constructor for class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
SOAPCookieInfo(String, boolean) - Constructor for class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
SOAPEntity - Class in com.atlassian.crowd.integration.soap
 
SOAPEntity() - Constructor for class com.atlassian.crowd.integration.soap.SOAPEntity
 
SOAPEntity(long, String, long, String, boolean, Date, Date, SOAPAttribute[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPEntity
 
SoapExceptionTranslator - Class in com.atlassian.crowd.util
Translates com.atlassian.crowd.exceptions Exception classes to and from com.atlassian.crowd.integration.exceptions Exception classes to maintain backwards compatibility with Crowd 2.0.x SOAP service.
SoapExceptionTranslator() - Constructor for class com.atlassian.crowd.util.SoapExceptionTranslator
 
SOAPGroup - Class in com.atlassian.crowd.integration.soap
 
SOAPGroup() - Constructor for class com.atlassian.crowd.integration.soap.SOAPGroup
 
SOAPGroup(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPGroup
 
SOAPNestableGroup - Class in com.atlassian.crowd.integration.soap
 
SOAPNestableGroup() - Constructor for class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
SOAPNestableGroup(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
SoapObjectTranslator - Class in com.atlassian.crowd.util
Converts to and from SOAP versions of classes.
SoapObjectTranslator() - Constructor for class com.atlassian.crowd.util.SoapObjectTranslator
 
SOAPPrincipal - Class in com.atlassian.crowd.integration.soap
 
SOAPPrincipal() - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipal
 
SOAPPrincipal(String) - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipal
 
SOAPPrincipal(long, String, long, String, boolean, Date, Date, SOAPAttribute[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipal
 
SOAPPrincipalHelper - Class in com.atlassian.crowd.util
A helper to retrieve attributes from SOAPPrincipal
SOAPPrincipalHelper() - Constructor for class com.atlassian.crowd.util.SOAPPrincipalHelper
 
SOAPPrincipalWithCredential - Class in com.atlassian.crowd.integration.soap
A wrapper class, which encapsulates the SOAPPrincipal and PasswordCredential.
SOAPPrincipalWithCredential() - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
SOAPPrincipalWithCredential(SOAPPrincipal, PasswordCredential) - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
SOAPRole - Class in com.atlassian.crowd.integration.soap
Deprecated. 
SOAPRole() - Constructor for class com.atlassian.crowd.integration.soap.SOAPRole
Deprecated.
 
SOAPRole(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPRole
Deprecated.
 
SOAPService - Class in com.atlassian.crowd.service.soap
 
SOAPService() - Constructor for class com.atlassian.crowd.service.soap.SOAPService
 
SoapXmlParsingTest - Class in com.atlassian.crowd.acceptance.tests.soap
 
SoapXmlParsingTest() - Constructor for class com.atlassian.crowd.acceptance.tests.soap.SoapXmlParsingTest
 
socketTimeout - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
SortedProperties - Class in com.atlassian.crowd.dao.directory
Extends Properties to ensure a consistent key order
SortedProperties() - Constructor for class com.atlassian.crowd.dao.directory.SortedProperties
 
SoyTemplate - Class in com.atlassian.crowd.console.tags
 
SoyTemplate(ValueStack, String, String) - Constructor for class com.atlassian.crowd.console.tags.SoyTemplate
Constructor.
SoyTemplateTag - Class in com.atlassian.crowd.console.tags
Webwork tag to call a soy template.
SoyTemplateTag() - Constructor for class com.atlassian.crowd.console.tags.SoyTemplateTag
 
SPACE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
SPACE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
SPACE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
specProperties - Variable in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
specProperties - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
SprayOpenIDServerIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray
Browser-based tests for spray openid server.
SprayOpenIDServerIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
SpringComponentModuleDescriptor - Class in com.atlassian.crowd.plugin.descriptors
NOTE: This class has to be constructor injected since it's the only way moduleFactory can be set at its parent.
SpringComponentModuleDescriptor(ModuleFactory) - Constructor for class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
 
SpringContextInstanceFactory - Class in com.atlassian.crowd.util
Implementation tied to Spring.
SpringContextInstanceFactory() - Constructor for class com.atlassian.crowd.util.SpringContextInstanceFactory
 
SpringLDAPConnector - Class in com.atlassian.crowd.directory
This class implements a remote LDAP directory using Spring LdapTemplate.
SpringLDAPConnector(LDAPQueryTranslater, EventPublisher, InstanceFactory) - Constructor for class com.atlassian.crowd.directory.SpringLDAPConnector
 
SpringLdapTemplateWrapper - Class in com.atlassian.crowd.directory.ldap
Wrap an LdapTemplate and perform all operations with the context ClassLoader set to this class's ClassLoader.
SpringLdapTemplateWrapper(LdapTemplate) - Constructor for class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
SQLServerIntlDialect - Class in com.atlassian.crowd.util.persistence.hibernate
A dialect for MS SQL Server 2000 and 2005, which supports unicode characters (CWD-1070)
SQLServerIntlDialect() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.SQLServerIntlDialect
 
SqlServerLegacyTableQueries - Class in com.atlassian.crowd.migration.legacy.database.sql
Extends GenericLegacyTableQueries and overrides where SQL Server requires different syntax.
SqlServerLegacyTableQueries() - Constructor for class com.atlassian.crowd.migration.legacy.database.sql.SqlServerLegacyTableQueries
 
SQUOTE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
SQUOTE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
SQUOTE - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
SQUOTE_STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
SQUOTE_STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
SQUOTE_STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
SREGAttributes - Class in com.atlassian.crowd.openid.client.util
 
SREGAttributes() - Constructor for class com.atlassian.crowd.openid.client.util.SREGAttributes
 
SREGAttributes - Class in com.atlassian.crowd.openid.server.model.profile
Stores a map of name-value pairs of attributes defined by the SREG specification.
SREGAttributes() - Constructor for class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
SREGAttributes(Profile) - Constructor for class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
Obtain SREG attributes from a profile's attributes.
SSHA_ENCODER - Static variable in interface com.atlassian.crowd.password.factory.PasswordEncoderFactory
 
ssoCookieDomainName - Variable in class com.atlassian.crowd.service.client.AbstractClientProperties
 
SSOUtils - Class in com.atlassian.crowd.util
 
SSOUtils() - Constructor for class com.atlassian.crowd.util.SSOUtils
 
standardise(String, boolean) - Static method in class com.atlassian.crowd.directory.ldap.util.DNStandardiser
Converts a DN string into a "standard" DN string representation consumable by caches.
standardise(LdapName, boolean) - Static method in class com.atlassian.crowd.directory.ldap.util.DNStandardiser
 
start(Settings, Properties) - Method in class com.atlassian.crowd.util.persistence.hibernate.EhCacheProvider
Suppresses the initialisation for the CacheManager that happens in the base class; the cache manager is provided to the constructor of this region factory, so it doesn't need to be initialised here.
start - Variable in class com.atlassian.crowd.util.TimedOperation
 
START_INDEX_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
startingAt(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
 
startingAt(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQueryWithRestriction
 
startingAt(int) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithNameToMatch
 
startingWith(T) - Method in class com.atlassian.crowd.search.builder.Restriction.RestrictionWithProperty
Returns a property restriction that is only satisfied if the value of the property starts with the given value.
startTransaction() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.hibernate4.Hibernate4BatchProcessor
Method is protected to allow subclasses to override the transaction management if they need to (e.g.
STARTUP_LOG - Static variable in class com.atlassian.crowd.console.listener.BootstrapLoaderListener
 
StartupListener - Class in com.atlassian.crowd.console.listener
Performs upgrades to Crowd based on the build in the database and the build number for the current version of Crowd.
StartupListener() - Constructor for class com.atlassian.crowd.console.listener.StartupListener
 
STATELESS_MODE - Static variable in class com.atlassian.crowd.openid.server.model.property.Property
Server Property: If RP authentications allow stateless/dummy mode.
StaticCrowdServiceFactory - Class in com.atlassian.crowd.embedded.core.util
This class is a convenience class to access a CrowdService in a static way.
StaticCrowdServiceFactory(CrowdService) - Constructor for class com.atlassian.crowd.embedded.core.util.StaticCrowdServiceFactory
 
StaticResourceBundleProvider - Class in com.atlassian.crowd.util
Simple implementation of ResourceBundleProvider that looks in fixed set of locations.
StaticResourceBundleProvider(I18nHelperConfiguration) - Constructor for class com.atlassian.crowd.util.StaticResourceBundleProvider
 
staticResourceCanBeFetchedAndHasExpirySet() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.WebAppTest
 
status(Response.Status) - Static method in class com.atlassian.crowd.plugin.rest.response.ResponseFactory
 
stop() - Method in class com.atlassian.crowd.plugin.CrowdOsgiContainerManager
 
storeAlias(Application, String, String) - Method in interface com.atlassian.crowd.dao.alias.AliasDAO
Add or update the application-specific alias for a username.
storeAlias(Application, String, String) - Method in class com.atlassian.crowd.dao.alias.AliasDAOHibernate
 
storeAlias(Application, String, String) - Method in interface com.atlassian.crowd.manager.application.AliasManager
Add or update the application-specific alias for a username.
storeAlias(Application, String, String) - Method in class com.atlassian.crowd.manager.application.AliasManagerImpl
 
storeAtributesAddsNewNonEmptySets() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
storeAttributes(Group, Map<String, Set<String>>) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
storeAttributes(User, Map<String, Set<String>>) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
storeAttributes(Group, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Stores attributes into group.
storeAttributes(User, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Adds or updates a user's attributes with the new Map of attribute values.
storeAttributesPreservesExistingAttributesIfNotReplaced() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
storeAttributesReplacesExistingAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
storeCurrentApplication(InternalCurrentApplication) - Method in class com.atlassian.crowd.trusted.PropertyBasedTrustedApplicationStore
 
storeCurrentApplication(InternalCurrentApplication) - Method in interface com.atlassian.crowd.trusted.TrustedApplicationStore
Store the given current application.
storedAttributesAreVisibleInInternalGroupWithinSameSession() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
storedAttributesAreVisibleInInternalUserWithinSameSession() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
storeEmptyMapOfAttributesLeavesExistingAttributesUnaffected() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
storeEvent(OperationEvent) - Method in interface com.atlassian.crowd.event.EventStore
Stores the given event.
storeEvent(OperationEvent) - Method in class com.atlassian.crowd.event.EventStoreGeneric
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Adds or updates a group's attributes with the new Map of attribute values in the directory specified by the passed in directoryId.
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
storeGroupAttributes(Application, String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
storeGroupAttributes(Application, String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Adds or updates a group's attributes with the new Map of attribute values for all active permissible directories assigned to the application.
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 interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds or updates a group's attributes with the new Map of attribute values in the directory specified by the passed in directoryId.
storeGroupAttributes(long, String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
storeGroupAttributes(String, String, MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Stores the attributes for a group.
storeGroupAttributes(String, MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
Stores the group attributes
storeGroupAttributes(String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Stores the group's attributes on the remote Crowd server.
storeLicense(String) - Method in interface com.atlassian.crowd.manager.license.CrowdLicenseManager
This will store the license in the LicenseStore for the currently running Crowd instance.
storeLicense(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseManagerImpl
 
storeLicense(String) - Method in class com.atlassian.crowd.manager.license.CrowdLicenseStore
 
storeMapWithEmptySetOfValuesRemovesAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Adds or updates a user's attributes with the new Map of attribute values in the directory specified by the passed in directoryId.
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
storeUserAttributes(Application, String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
storeUserAttributes(Application, String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Adds or updates a user's attributes with the new Map of attribute values for the first active directory containing this username.
storeUserAttributes(Application, String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
storeUserAttributes(Application, String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
storeUserAttributes(long, String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Adds or updates a user's attributes with the new Map of attribute values in the directory specified by the passed in directoryId.
storeUserAttributes(long, String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
storeUserAttributes(String, String, MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Stores (add/replace) the user attributes.
storeUserAttributes(String, MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Stores the user attributes.
storeUserAttributes(String, Map<String, Set<String>>) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Stores the user's attributes on the remote Crowd server.
StoringEventListener - Class in com.atlassian.crowd.event
This class listens for events related to user and group changes and saves them to EventStore.
StoringEventListener(EventStore, EventPublisher, WebhookService) - Constructor for class com.atlassian.crowd.event.StoringEventListener
 
stream() - Method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController.PreparedResponse
 
STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
STRING - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
string() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
string_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.string_return
 
STRINGSTOP - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
STRINGSTOP - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
STRINGSTOP - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
stringToObject(String) - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanStringUserType
 
stripNonValidXMLCharacters(String) - Static method in class com.atlassian.crowd.plugin.rest.exception.mapper.ExceptionMapperUtil
Strips out characters which cannot be legally represented in XML document.
submitButton - Variable in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
submitLoginForm(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
submitLoginFormAsAdminUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
subscribedGroups - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
substituteLastRidInSid(String, String) - Static method in class com.atlassian.crowd.directory.ldap.mapper.attribute.SIDUtils
Replaces the last subauthority of a SID with a new RID.
successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
Attempts to write out the successful SSO token to a cookie, if an SSO token was generated and stored via the AuthenticationProvider.
successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
Attempts to write out the successful SSO token to a cookie, if an SSO token was generated and stored via the AuthenticationProvider.
suite() - Static method in class com.atlassian.crowd.acceptance.harness.CrowdPerformanceTestHarness
 
suite() - Static method in class com.atlassian.crowd.acceptance.harness.CrowdWebAppConsoleAcceptanceTestHarness
 
suite() - Static method in class com.atlassian.crowd.acceptance.harness.CrowdWebAppOtherAcceptanceTestHarness
 
suite() - Static method in class com.atlassian.crowd.acceptance.harness.DbCachingLoadTestHarness
 
suite() - Static method in class com.atlassian.crowd.acceptance.harness.DemoAcceptanceTestHarness
 
suite() - Static method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.LegacyXmlRestoreTestSuite
 
suite() - Static method in class com.atlassian.crowd.selenium.harness.CrowdSeleniumTestHarness
 
SunONE - Class in com.atlassian.crowd.directory
Sun ONE / Sun DSEE Directory connector.
SunONE(LDAPQueryTranslater, EventPublisher, InstanceFactory, PasswordHelper) - Constructor for class com.atlassian.crowd.directory.SunONE
 
SupportedDatabaseVerifier - Class in com.atlassian.crowd.migration.verify
 
SupportedDatabaseVerifier(SystemInfoHelper) - Constructor for class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
SupportInformationService - Interface in com.atlassian.crowd.support
Provides information for support about the configured directories.
SupportInformationServiceImpl - Class in com.atlassian.crowd.support
Produces a String containing information about some aspects of the Crowd configuration.
SupportInformationServiceImpl(DirectoryManager) - Constructor for class com.atlassian.crowd.support.SupportInformationServiceImpl
 
supports(Class<?>) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Returns true if this AuthenticationProvider supports the indicated Authentication object.
supports(AbstractAuthenticationToken) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
 
supports(Class<?>) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Returns true if this AuthenticationProvider supports the indicated Authentication object.
supports(AbstractAuthenticationToken) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
 
supportsExpireAllPasswords(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the underlying directory implementation supports expiring passwords
supportsExpireAllPasswords(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
supportsInactiveAccounts() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
supportsInactiveAccounts() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Internal directories always support inactive accounts.
supportsInactiveAccounts() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
This implementation will store the active flag locally in the internal directory if local user status is enabled and if the active flag cannot be persisted on the underlying remote directory.
supportsInactiveAccounts() - Method in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
This connector supports inactive accounts while, in general, LDAP connector do not.
supportsInactiveAccounts() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
Remote crowd directories always support inactive accounts.
supportsInactiveAccounts() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Return true if this directory supports inactive users and groups.
supportsInactiveAccounts() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
Storing active/inactive flag for users in LDAP in general is currently not supported.
supportsInactiveAccounts() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
supportsMultipleDirectories(Configuration) - Method in interface com.atlassian.crowd.importer.importers.Importer
Some sources might be capable of handling more than one directory.
supportsMultipleDirectories(Configuration) - Method in interface com.atlassian.crowd.importer.manager.ImporterManager
Returns true if the source application supports multiple directories such as if it is crowdified.
supportsMultipleDirectories(Configuration) - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
supportsNestedGroups - Variable in class com.atlassian.crowd.console.action.group.ViewGroup
 
supportsNestedGroups - Variable in class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
supportsNestedGroups() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Allows us to only display nested-group related UI for directories that support it.
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.RFC2307Directory
As best I can determine, the RFC2307 schema does not support nested groups.
supportsNestedGroups() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
supportsNestedGroups(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Returns true if the underlying directory implementation supports nested groups.
supportsNestedGroups(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
supportsNestedGroups(long) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Returns true if the underlying directory implementation supports nested groups.
supportsNestedGroups(long) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
supportsNestedGroups() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Internal Directories always support expiring passwords
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
supportsPasswordExpiration() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Return true if this directory supports manually expiring passwords.
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.RFC2307Directory
Does not support expiring passwords
supportsPasswordExpiration() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
We don't support expiring passwords in LDAP directories (yet).
supportsPasswordExpiration() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
Does not support expiring passwords
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Internal directories always support setting passwords by hash.
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
Delegated authentication directories don't support setting non-hashed credentials, let alone hashed credentials.
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
supportsSettingEncryptedCredential() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
supportsSettingEncryptedCredential() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
supportsSettingEncryptedPasswords() - Method in class com.atlassian.crowd.directory.ldap.credential.ActiveDirectoryCredentialEncoder
 
supportsSettingEncryptedPasswords() - Method in class com.atlassian.crowd.directory.ldap.credential.EncryptingCredentialEncoder
 
supportsSettingEncryptedPasswords() - Method in class com.atlassian.crowd.directory.ldap.credential.EnforceUnencryptedCredentialEncoder
 
supportsSettingEncryptedPasswords() - Method in interface com.atlassian.crowd.directory.ldap.credential.LDAPCredentialEncoder
 
supportsType(int) - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
supportsType(int) - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
supportsTypes() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
supportsTypes() - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
surName - Variable in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
SwitchableTokenManager - Interface in com.atlassian.crowd.manager.token
Extends TokenManager to allow switching between two TokenDAO delegates (in-memory and database).
SwitchableTokenManagerImpl - Class in com.atlassian.crowd.manager.token
Proxies the concrete TokenDAO implementations, and allows runtime swapping between implementations, along with copying of data between during swap.
SwitchableTokenManagerImpl(boolean, TokenDAO, TokenDAO, PropertyManager) - Constructor for class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
SwitchableTokenManagerImpl(TokenDAO, TokenDAO, PropertyManager) - Constructor for class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
SwitchableTokenManagerImplTest - Class in com.atlassian.crowd.acceptance.tests.persistence.manager.token
 
SwitchableTokenManagerImplTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
SwitchableTokenManagerSystemListener - Class in com.atlassian.crowd.manager.token
Listens to application events and updates the SwitchableTokenManager if necessary.
SwitchableTokenManagerSystemListener(EventListenerRegistrar, SwitchableTokenManager) - Constructor for class com.atlassian.crowd.manager.token.SwitchableTokenManagerSystemListener
 
switchToHibernate() - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
If the In-memory DAO is in use, transparently switches to Hibernate DAO.
switchToInMemorySessions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
switchToMemory() - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
If the Hibernate DAO is in use, transparently switches to In-memory DAO.
sync() - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper.PartialSyncTask
Synchronises the directory and waits until the synchronisation has finished.
SYNC_GROUP_MEMBERSHIP_AFTER_SUCCESSFUL_USER_AUTH_ENABLED - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for controlling group membership sync after successful user auth.
SYNC_USER_FILTER_CQL - Static variable in class com.atlassian.crowd.directory.SynchronisableDirectoryProperties
Property key for syncing a subset of users for a SynchronisableDirectory, as long as SynchronisationMode.FULL is the only mode being used.
syncDirectoryTask(String) - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
Creates a partial sync task.
SyncFeedback - Class in com.atlassian.crowd.rest.plugin.service
 
SyncFeedback(DirectoryManager, I18nResolver) - Constructor for class com.atlassian.crowd.rest.plugin.service.SyncFeedback
 
syncFieldsFromGroup(Group) - Method in class com.atlassian.crowd.console.action.group.AddGroup
Ensures that the fields (eg name, active) are the same as the values in the group
syncFieldsFromPrincipal() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
Copies data from user to the various fields (eg name).
syncFieldsToGroup() - Method in class com.atlassian.crowd.console.action.group.AddGroup
Ensures that the group contains the same values as the object fields (eg name, active).
syncFieldsToPrincipal() - Method in class com.atlassian.crowd.console.action.principal.ViewPrincipal
Copies data from class fields to the user
syncFinished(long) - Method in interface com.atlassian.crowd.manager.directory.SynchronisationStatusManager
Notify that directory synchronisation has finished.
syncFinished(long) - Method in class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
syncGroupMembersForGroup(Group, Collection<String>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
syncGroupMembersForGroup(Group, Collection<String>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
syncGroupMembershipsAndMembersForGroup(String, Set<String>, Set<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
syncGroupMembershipsAndMembersForGroup(String, Set<String>, Set<String>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
syncGroupMembershipsAndMembersForGroup(String, Set<String>, Set<String>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
syncGroupMembershipsForUser(String, Set<String>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
syncGroupMembershipsForUser(String, Set<String>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
syncGroupMembershipsForUser(String, Set<String>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
SYNCHRONISABLE_ATTRIBUTE_ENTRY_PREDICATE - Static variable in class com.atlassian.crowd.attribute.AttributePredicates
Return true if the given entry represents a syncing attribute.
SynchronisableDirectory - Interface in com.atlassian.crowd.directory
A RemoteDirectory that holds a local cache to remote data.
SynchronisableDirectoryProperties - Class in com.atlassian.crowd.directory
Constants representing synchronisable directory properties.
SynchronisationEntityTranslator - Class in com.atlassian.crowd.rest.plugin.util
 
SynchronisationMode - Enum in com.atlassian.crowd.manager.directory
Synchronisation modes for synchronising a directory.
synchronisationNotAvailable() - Static method in class com.atlassian.crowd.plugin.rest.entity.EventEntityList
 
SynchronisationStatusManager - Interface in com.atlassian.crowd.manager.directory
 
SynchronisationStatusManagerImpl - Class in com.atlassian.crowd.manager.directory
 
SynchronisationStatusManagerImpl(DirectorySynchronisationInformationStore, EventPublisher) - Constructor for class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
synchronise(SynchronisableDirectory, SynchronisationMode) - Method in class com.atlassian.crowd.acceptance.utils.NoopDirectorySynchroniser
 
synchronise(SynchronisableDirectory, SynchronisationMode) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchroniser
Executes a synchronisation in the current thread.
synchronise(SynchronisableDirectory, SynchronisationMode) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserImpl
Synchronises a remote directory.
synchronise() - Method in class com.atlassian.crowd.pageobjects.ViewConnectorPage
 
synchroniseAll(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
synchroniseAll(DirectoryCache) - Method in interface com.atlassian.crowd.directory.ldap.cache.CacheRefresher
Will visit all Users and Groups in the external directory in order to do a Full refresh.
synchroniseAll(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.EventTokenChangedCacheRefresher
 
synchroniseAll(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
synchroniseAllGroupAttributes(List<? extends GroupWithAttributes>, DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
synchroniseAllGroups(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
synchroniseAllGroups(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.EventTokenChangedCacheRefresher
 
synchroniseAllGroups(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
 
synchroniseAllGroups(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
synchroniseAllUserAttributes(List<? extends UserWithAttributes>, DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
synchroniseAllUsers(DirectoryCache, boolean) - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
synchroniseAllUsers(DirectoryCache, boolean) - Method in class com.atlassian.crowd.directory.ldap.cache.EventTokenChangedCacheRefresher
 
synchroniseAllUsers(DirectoryCache, boolean) - Method in class com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
 
synchroniseAllUsers(DirectoryCache, boolean) - Method in class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
synchroniseCache(SynchronisationMode, SynchronisationStatusManager) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
synchroniseCache(SynchronisationMode, SynchronisationStatusManager) - Method in interface com.atlassian.crowd.directory.SynchronisableDirectory
Requests that this directory should update its cache by synchronising with the remote data.
synchroniseCache(long, SynchronisationMode) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Requests that this directory should update its cache by synchronising with the remote User data.
synchroniseCache(long, SynchronisationMode, boolean) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Requests that this directory should update its cache by synchronising with the remote User data.
synchroniseCache(long, SynchronisationMode) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
synchroniseCache(long, SynchronisationMode, boolean) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
synchroniseChanges(DirectoryCache) - Method in interface com.atlassian.crowd.directory.ldap.cache.CacheRefresher
Attempts to synchronise changes since the last refresh as opposed to performing a full synchronisation.
synchroniseChanges(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.EventTokenChangedCacheRefresher
 
synchroniseChanges(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.RemoteDirectoryCacheRefresher
 
synchroniseChanges(DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
SynchroniseCrowdDirectoryFullTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
SynchroniseCrowdDirectoryFullTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryFullTest
 
SynchroniseCrowdDirectoryTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Tests that we can synchronise successfully with remote Crowd directory.
SynchroniseCrowdDirectoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
SynchroniseCrowdDirectoryTest(SynchronisationMode) - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
synchroniseDirectory(String) - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
Manually starts the sync.
synchroniseDirectory(String, long) - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
Synchronises the directory and waits until the synchronisation has finished.
synchroniseDirectory(String, long, String) - Method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
Synchronises the directory and waits until the synchronisation has finished.
synchroniseDirectory(WebTester, String, long) - Static method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
Synchronises the directory and waits until the synchronisation has finished.
synchroniseDirectory(WebTester, String, long, String) - Static method in class com.atlassian.crowd.acceptance.utils.DbCachingTestHelper
Synchronises the directory and waits until the synchronisation has finished.
synchroniseDirectory(long) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Requests that this directory should update its cache by synchronising with the remote server.
synchroniseDirectory(long, boolean) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Requests that this directory should update its cache by synchronising with the remote server.
synchroniseDirectory(long) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
synchroniseDirectory(long, boolean) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
SynchroniseDirectoryCache - Class in com.atlassian.crowd.console.action.directory
 
SynchroniseDirectoryCache() - Constructor for class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache
 
SynchroniseDirectoryCache.AllowedTargetAction - Enum in com.atlassian.crowd.console.action.directory
 
SynchroniseDirectoryCacheFromBrowse - Class in com.atlassian.crowd.console.action.directory
 
SynchroniseDirectoryCacheFromBrowse() - Constructor for class com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCacheFromBrowse
 
SynchroniseDirectoryTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Relevant structure of Apache DS 151 dc=example,dc=com ou=Users [users - 6 in total] uid=mplanck (Max Planck) uid=aeinstein (Albert Einstein) uid=nbohr (Neils Bohr) uid=mborn (Max Born) uid=wpauli (Wolfgang Pauli) uid=mcurie (Marie Curie) [groups - none] ou=sandbox [users - 4 in total] uid=mflinders (Matthew Flinders) uid=jcook (James Cook) uid=jstuart (John Stuart) uid=joxley (John Oxley) [groups - 2 in total] cn=ExplorersClub (members: mflinders, jcook, jstuart, joxley) cn=EliteExplorersClub (members: jstuart, joxley) ou=Groups [users - none] [groups - 3 in total] cn=superUsers (member: uid=admin,ou=system) cn=userAdmins (member: uid=admin,ou=system) cn=Misc (members: mplanck, aeinstein, mborn, mflinders, joxley) ou=test [users - none] [groups - none] ou=system uid=admin Note: The user "uid=admin,ou=system" is not visible as it is actually on the same level as 'dc=example,dc=com'
SynchroniseDirectoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
synchroniseMemberships(List<? extends Group>, DirectoryCache) - Method in class com.atlassian.crowd.directory.ldap.cache.AbstractCacheRefresher
 
SYNCING_ATTRIBUTE - Static variable in class com.atlassian.crowd.attribute.AttributePredicates
Return true if the given attribute is a syncing attribute, ie.
syncStarted(Directory) - Method in interface com.atlassian.crowd.manager.directory.SynchronisationStatusManager
Notify that directory synchronisation has started.
syncStarted(Directory) - Method in class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
syncStatus(long, String, Serializable...) - Method in interface com.atlassian.crowd.manager.directory.SynchronisationStatusManager
Notify that directory synchronisation status has changed.
syncStatus(long, String, Serializable...) - Method in class com.atlassian.crowd.manager.directory.SynchronisationStatusManagerImpl
 
syncUserMembersForGroup(Group, Collection<String>) - Method in class com.atlassian.crowd.directory.DirectoryCacheImplUsingChangeOperations
 
syncUserMembersForGroup(Group, Collection<String>) - Method in interface com.atlassian.crowd.directory.ldap.cache.DirectoryCache
 
SystemConnectionPoolProperties - Enum in com.atlassian.crowd.embedded.impl
Represents the LDAP connection pool properties which are set as system properties.
SystemInfo - Class in com.atlassian.crowd.console.action.options
 
SystemInfo() - Constructor for class com.atlassian.crowd.console.action.options.SystemInfo
 
SystemInfoHelper - Interface in com.atlassian.crowd.util
 
SystemInfoHelperImpl - Class in com.atlassian.crowd.util
 
SystemInfoHelperImpl() - Constructor for class com.atlassian.crowd.util.SystemInfoHelperImpl
 
SystemInfoHelperImpl(DirectoryManager) - Constructor for class com.atlassian.crowd.util.SystemInfoHelperImpl
 
SystemInfoTest - Class in com.atlassian.crowd.acceptance.tests.administration
 
SystemInfoTest() - Constructor for class com.atlassian.crowd.acceptance.tests.administration.SystemInfoTest
 
SystemPropertyRecoveryModeService - Class in com.atlassian.crowd.manager.recovery
An implementation of RecoveryModeService that activates recovery mode in presence of a system property that is also used to configure the recovery user password.
SystemPropertyRecoveryModeService(DirectoryInstanceLoader, EventPublisher) - Constructor for class com.atlassian.crowd.manager.recovery.SystemPropertyRecoveryModeService
 

T

tab - Variable in class com.atlassian.crowd.console.action.BaseAction
 
tab - Variable in class com.atlassian.crowd.security.demo.action.BaseAction
 
tabID - Variable in class com.atlassian.crowd.console.action.directory.CreateDirectory
 
tagFor(Iterable<? extends Membership>) - Static method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
This method should produce a different tag for semantically distinct collections of memberships.
TARGET_DIR - Static variable in interface com.atlassian.crowd.acceptance.utils.LoadStatWriter
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCaseWithEmailServer
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdXsrfProtectionTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.GzipFilterOptionTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationPermissionsTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.LargeCsvImporterTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateApplicationDirectoryGroupTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewGroupsTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
This would be better handled more generally.
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewRoleTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
This would be better done in a more general way.
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddUserTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.UpdateUserTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadAndOperateTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadMutationTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
tearDownApprovedSitesForAdmin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
Remove any 'Allow Always' approvals.
TemplateRenderer - Interface in com.atlassian.crowd.plugin.web
Interface to render a template into the output
TERMINAL_END_OF_RANGE - Static variable in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
TERMINAL_MISSING - Static variable in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
termKey() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
termKey() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
termKey_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.termKey_return
 
TermRestriction<T> - Class in com.atlassian.crowd.search.query.entity.restriction
 
TermRestriction(Property<T>, MatchMode, T) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
Constructs a restriction based on an entity property value and match mode.
TermRestriction(Property<T>, T) - Constructor for class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
termValue() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
termValue() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
termValue_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.termValue_return
 
TEST_DATA_XML - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.PersistenceTestHelper
 
TEST_PASSWORD - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
TEST_PW - Static variable in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
TEST_USER - Static variable in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
TEST_USER_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
TEST_USER_PW - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
TEST_USERNAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
testAbleToAddGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionRoleTest
 
testAbleToAuthenticateWithPlusInUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testAbleToRemoveGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionRoleTest
 
testAbleToUpdateGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionRoleTest
 
testAboutPageAccessible() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testAdd() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAdd() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testAdd() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testAdd() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAdd() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
testAddAddressDoesNotShowUpdateSuccessfulForEmptyString() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
testAddAddressDoesNotShowUpdateSuccessfulForWhitespace() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
testAddAddressShowsUpdateSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
testAddAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testAddAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAddAll() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
Testing the 'select all' checkbox to add all groups on page.
testAddAll() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
testing the 'select all' checkbox to add all users on page
testAddAll() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testAddAllGroups() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddAllUsers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testAddAllUsers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testAddAllUsers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddAllUsers_AllCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddAllUsers_displayNameCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddAllUsers_firstNameLastNameCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddAllUsersToGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddAllUsersToGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddAllUsersToGroupIsCaseInsensitive() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddAllUsersToGroupWhenGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddAllUsersToGroupWhenMembershipAlreadyExistIsCaseInsensitive() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddAllUsersToGroupWhenSomeMembershipsAlreadyExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddAllUsersToGroupWhenSomeUsersDoNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddAllWithDuplicates() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testAddAllWithErrorsAndDuplicates() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddAllWithErrorsAndDuplicates() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAddAndThenRemoveAGroupMapping() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddApplication() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that adding an application is successful.
testAddApplication_NoName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that adding an application with no name will fail with a 400 (Bad Request) with a reason of Illegal Argument.
testAddApplication_NoPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that adding an application with no password will fail with a 400 (Bad Request) with a reason of Invalid Credential.
testAddApplication_NoType() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that adding an application with no type will fail with a 400 (Bad Request) with a reason of Illegal Argument.
testAddApplicationCIDRNotation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
testAddApplicationDuplicate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddApplicationIncomplete() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddApplicationIncorrectPassword() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddApplicationIPNotation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
testAddApplicationThatAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
testAddApplicationWithDuplicateNameProducesConflictResponseCode() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
testAddApplicationWithNoDetails() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
testAddApplicationWithNoPassword() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddApplicationWithRequestAddress() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests adding an application with the request address included.
testAddApplicationWithRequestAddress_WithProxy() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests adding an application with the request address included, and simulating a proxy being involved (i.e.
testAddAssignsAnId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testAddConnectorDirectoryTestSearch() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryTestSearchInvalid() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithAnonymousAccess() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithBadDnShowsSpecificError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithoutAttributes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithPwdEncryption() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithUsernameAndPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithUseUserMembershipAttribute() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorDirectoryWithUseUserMembershipAttributeForGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddConnectorSetDefaultValuesForConfigurationProperties() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddCustomDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddCustomDirectoryWithBadImplementationClass() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddCustomDirectoryWithoutAttributes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectoryPageResultsEnabledForActiveDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectoryTestSearch() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectoryTestSearchInvalid() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectoryWithPagedResultsNotSpecified() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectoryWithPagedResultsSpecified() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatedDirectoryWithPwdEncryption() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDelegatingDirectoryWithoutAttributes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddDirectChildGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct child group membership.
testAddDirectChildGroup_NoChild() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct child group membership with non-existing child group.
testAddDirectChildGroup_NoGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct child group membership with non-existing group.
testAddDirectChildGroup_NoNestedGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct child group membership with nested groups disabled.
testAddDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testAddDirectoryDuplicate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testAddDirectoryIncomplete() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testAddDirectoryMapping() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddDirectoryWithBellsAndWhistles() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testAddDirectParentGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct parent group membership.
testAddDirectParentGroup_NoGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct parent group membership with non-existing group.
testAddDirectParentGroup_NoParent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests adding a direct parent group membership with non-existing parent group.
testAddDirectUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testAddDirectUser_NoGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testAddDirectUser_NoUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testAddDuplication() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testAddExistingUserWithDifferentCaseUsername() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAddExistingUserWithSameCaseUsername() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAddGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
 
testAddGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testAddGroup_Unicode() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testAddGroupInvalidDirectoryId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddGroupMapping() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddGroupOverMultipleInternalDirectories() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
testAddGroupThatAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testAddGroupToGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddGroupToGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddGroupToGroupCycleCreationFail() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testAddGroupToGroupWhenMembershipAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testAddGroupToGroupWhenMembershipAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddGroupToGroupWhereChildGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddGroupToGroupWhereMembershipExists() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddGroupToGroupWhereParentGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddGroupToInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testAddGroupToInternalDirectoryMixedCaseName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testAddGroupToLDAPMixedCaseName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testAddGroupWithNoDetails() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testAddGroupWithTrailingWhitespaceFailsWithSpecificError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testAddInactiveConnectorDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
Tests that adding an inactive directory will not show any information about the synchronisation including the "Synchronise now" button.
testAddInactiveRemoteCrowdDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
Tests that adding an inactive directory will not show any information about the synchronisation including the "Synchronise now" button.
testAddingAndRemovingApplicationPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationPermissionsTest
 
testAddInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddInternalDirectoryHasAtlassianSecurityAsDefaultEncryption() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddInternalDirectoryWithoutName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddLocal() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddLocalAssignsAnId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testAddLocalWhenGroupAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddLocalWhenGroupAlreadyExistsWithMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddMixedCaseName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAddModifyRemoveLDAPPrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testAddMultiple() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
Test adding many groups Maximum results is default value (100)
testAddMultiple() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
Test adding many users Maximum results is default value (100) Note: Imported 1000 users, so wait for searches
testAddMultiple() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testAddNewPrincipalAttribute() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testAddNull() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAddPrincipalAttributeOverMultipleInternalDirectories() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
testAddPrincipalOverMultipleInternalDirectories() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
testAddPrincipalToInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testAddPrincipalToInternalDirectoryWithMixedName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testAddPrincipalWithNoDetails() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testAddRemoteAddress() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testAddRemoteAddress() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that adding a remote address is successful.
testAddRemoteAddressToApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testAddRemoteCrowdDirectory_ManualConnectionTestShouldRetainPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddRemoteCrowdDirectory_ShouldTestConnectionBeforeSaving() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddRemoteCrowdDirectoryWithVariousOptions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testAddRemoveGroupCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientGroupTest
 
testAddRemoveGroupToGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddRemovePrincipalCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testAddRemovePrincipalCustomAttributesWithExistingCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testAddSecondDirectoryToApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testAddShouldAssignAnId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testAddShouldAssignDifferentIdsToDifferentWebhooks() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testAddShouldPersistTemplateFields() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testAddSingle() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
Test adding one single group Maximum results is default value (100)
testAddSingle() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
Test adding one single user Maximum results is default value (100) Note: Imported 1000 users, so wait for searches
testAddSingle() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testAddUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddUserTest
 
testAddUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests adding a new user.
testAddUser_AllCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddUser_AtlassianSecurityPasswordProvided() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testAddUser_displayNameCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddUser_firstNameLastNameCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddUser_NoPasswordProvided() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that adding a user without providing a password will return a 400 (Bad Request) response.
testAddUserToGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddUserToGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testAddUserToGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddUserToGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests adding a user to a group.
testAddUserToGroup_MembershipAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testAddUserToGroup_NonExistentGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that adding a user to a non-existent group returns a 400 (Bad Request) response.
testAddUserToGroup_NonExistentUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that adding a non-existent user to a group returns a 404 (Not Found) response.
testAddUserToGroupWhenMembershipAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddUserToGroupWhereGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddUserToGroupWhereMembershipExists() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddUserToGroupWhereUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddUserToGroupWhereUserDoesNotExistPreservesCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testAddUserWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddUserWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests adding a new user with attributes, and ensuring that they are stored correctly.
testAddUserWithEncryptedPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testAddWhenGroupAlreadyExists() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddWhenGroupAlreadyExistsWithMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testAddWithDuplicateIdentifierHash() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testAddWithUnencryptedPassword() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testAdminTrustRelationships() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testAliasChangesAreReflectedInSessionUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testAliasedApplicationAlsoAcceptsUnaliasedUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Log in to an aliased application using the original username.
testAllSessionsForUserAreInvalidatedByDeleteWithUsernameSpecified() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testAnonCanNotGrantPermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testAnonCanNotListGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testAnonCanNotListPermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testAnonCanNotRevokePermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testApplicationSessionsShowLastAccessTime() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testApprovedSites() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testAuthenticateApplicationDifferentContextDifferentTokens() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticateApplicationSuccessiveAuthenticationSameTokens() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticatePrincipalDifferentTokenAfterLogout() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticatePrincipalDifferentUsersAuthenticationProducesDifferentTokens() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticatePrincipalSameUserDifferentConditionProducesDifferentTokens() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticatePrincipalSameUserDifferentUserAgentProducesSameTokens() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticatePrincipalSuccessiveAuthenticationProducesSameToken() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticateSimpleDifferentTokenAfterLogout() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticateSimpleDifferentUsersAuthenticationProducesDifferentTokens() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthenticateSimpleSuccessiveAuthenticationProducesSameToken() - Method in class com.atlassian.crowd.acceptance.tests.client.AuthenticationTokenTest
 
testAuthSuccessAfterLogin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
testAuthSuccessSSO() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
testAuthWithGarbageRequest() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
testAuthWithNoKeysSetup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
testAutoAddGroupMembershipsAreSynchronizedAfterLogin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
testAutoAddOnlyAddingGroupsOnce() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
Tests that user will get groups added the first time they log in, but no new directories will be added after that.
testAutoAddWithDelegatedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
testAutoAddWithInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
testAutoAddWithInternalDirectoryIsTriggeredBySessionCreationWithoutPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
testAutoAddWithLDAPDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
testAutoAddWithRemoteCrowdDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
 
testAutoAddWithRemoteCrowdDirectoryUsingDelegatedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
Tests that group auto add works when remote crowd directory connects to delegated authentication directory and the user is added on successful auth.
testAutoAddWithRemoteCrowdDirectoryUsingDelegatedDirectory_NoGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
Tests that group auto add does add user to a group when remote crowd directory connecting to delegated authentication directory does not contain the group yet.
testBackupPrepopulatesWithDefaultFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testBackupSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testBackupWithInvalidFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testBackupWithNoFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testBaseDNMandatoryForAllDirectoriesExceptGenericLDAP() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testBaseDnMandatoryForAllDirectoriesExceptGenericLDAPForDelegatedAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testBaseDNMandatoryForNonGenericDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testBaseDNNotMandatoryForDelegatedGeneric() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testBaseDNNotMandatoryForGeneric() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testBaseDNNotMandatoryForGenericDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testBaseDNOptionalForGenericLDAP() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testBaseDNOptionalForGenericLDAPForDelegatedAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testBothDirectoriesCannotBeTheSame() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testBrowseAllDirectories() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
testBrowseAllDirectories() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
testBrowseApacheDSUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testBrowseApplications() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseApplicationsTest
 
testBrowseApplications() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testBrowseApplicationSearchUsersIncludesMinimalParametersInRequestUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseApplicationsTest
 
testBrowseApplicationSearchUsersReturnsMappedUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseApplicationsTest
 
testBrowseApplicationsSearchIncludesMinimalParametersInRequestUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseApplicationsTest
 
testBrowseDirectories() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testBrowseGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testBrowseGroupsSearchIncludesMinimalParametersInRequestUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
testBrowseInternalDirectoryUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testBrowseUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testBrowseUsersSearchIncludesMinimalParametersInRequestUrl() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testBulkAddToTwoDirectories() - Method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
testBulkUserCreation() - Method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
testBulkUserCreationFailedNoPermission() - Method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
testBulkUserCreationFailedUsersExist() - Method in class com.atlassian.crowd.acceptance.tests.client.load.SecurityServerClientBulkAddTest
 
testCallingTokenRemovalTwiceDoesNotThrowAnException() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
testCancelRemoveConnectorDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
Tests that cancelling the removal of a connector directory goes back to the correct directory view (viewconnector.action).
testCancelRemoveCustomDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
Tests that cancelling the removal of a custom directory goes back to the correct directory view (viewcustom.action).
testCancelRemoveDelegatedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
Tests that cancelling the removal of a delegated directory goes back to the correct directory view (viewdelegated.action).
testCancelRemoveInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
Tests that cancelling the removal of an internal directory goes back to the correct directory view (viewinternal.action).
testCancelRemoveRemoteCrowdDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
Tests that cancelling the removal of a remote Crowd directory goes back to the correct directory view (viewremotecrowd.action).
testCannotAddNewDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
testCannotRevokeOwnRights() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testCannotUpdateDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
testChangeDirectoryThenSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testChangedToEmptyOU() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testChangePasswordAfterFailedAttempt() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangePasswordDoesNotMatchComplexityRequirements() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testChangePasswordExpiresSessionToken() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordFailsWhenNewPasswordMatchesPasswordHistory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordNewPasswordBlank() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangePasswordNewPasswordBlank() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordNewPasswordDoesNotMatchDirectoryComplexityRequirements() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangePasswordNewPasswordEqualsCurrentPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordNewPasswordMismatch() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangePasswordNewPasswordMismatch() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordNoPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordOldPasswordBlank() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangePasswordOldPasswordBlank() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordOldPasswordWrong() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangePasswordOldPasswordWrong() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordPasswordDoesNotMeetComplexityRequirements() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordSuccess() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testChangePasswordSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testChangingRequiringConsistentIpAddressLogsOutUserSession() - Method in class com.atlassian.crowd.acceptance.tests.administration.SessionConfigTest
 
testCheckboxIsDisabledForOneDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationDirectoriesTest
 
testCheckboxIsEnabledForMultipleDirectories() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationDirectoriesTest
 
testCheckMembershipsAdded() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testCheckMembershipsRemoved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testClearAliases() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testClearAliasFails() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testClientHeaders() - Method in class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest
This will: 1.
testConfigSpecifiesCacheControlToAllowCaching() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
testConfiguration(Configuration) - Method in interface com.atlassian.crowd.importer.manager.ImporterManager
Tests that the connection succeeded or failed based on the provided configuration
testConfiguration(Configuration) - Method in class com.atlassian.crowd.importer.manager.ImporterManagerImpl
 
testConnection() - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
testConnection() - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
Does nothing, connection is determined by the ability to communicate with the database.
testConnection() - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
testConnection() - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
testConnection() - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
testConnection() - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Test if a connection to the directory server can be established.
testConnection() - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
testConnection(Directory) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Test if a connection to the directory server can be established.
testConnection(Directory) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
testConnection() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
testConnection() - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
testConnection() - Method in interface com.atlassian.crowd.service.client.CrowdClient
Tests if the connection is OK.
testConnectToInvalidRestService() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that RestCrowdClient throws an OperationFailedException if the RestCrowdClient is not communicating with a valid Crowd REST service.
testConnectToRestService_WrongPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that RestCrowdClient throws an InvalidAuthenticationException if the application password is invalid.
testConsoleAccessDenied() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleAdminLoginSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleAdminLoginSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testConsoleLoginInterceptor() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLoginWhenAlreadyLoggedIn() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLoginWithBadCredentials() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLoginWithInactiveUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLoginWithNoAuthenticationAccess() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLoginWithNonExistentUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLogoutSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleLogoutWhenNotLoggedIn() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testConsoleUserLoginSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testCookieConfig() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: CookieConfigEntity
testCountDirectMembersOfGroupWithNoDirectMembers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testCountDirectMembersOfGroupWithNoNestedMembers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testCountDirectMembersOfGroupWithSomeNestedMembers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testCountDirectMembersOfNonExistantGroupReturnsNoMemberships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testCreatedTokenUsesDirectoryCaseForUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testCreatePrincipalTokenFailsWithBadValidationFactors() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
testCreatePrincipalTokenSucceedsOnNullArrayOfValidationFactors() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
testCreatePrincipalTokenSucceedsWithNoValidationFactors() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
testCredentialHistoryOverflowDoesNotCauseReferentialIntegrityProblems() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testCrowdDirectFail() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testCrowdToPluginSSO() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testCrowdToPluginSSOFail() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testCsvConfigurationWithBlankForm() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvConfigurationWithInvalidFile() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportExistingUsersAndGroupMappings() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportInvalidDelimeter() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportLargeDatasetOfUsersAndGroupMappings() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.LargeCsvImporterTest
 
testCsvImportMappings() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportMappingsWithNoMappings() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportUsersAndGroupMappings(int, int, int) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.VeryLargeCsvImporterTest
 
testCsvImportVeryLargeDatasetOfUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.VeryLargeCsvImporterTest
 
testCsvImportVeryLargeDatasetOfUsersAndGroupMemberships() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.VeryLargeCsvImporterTest
 
testCsvImportWithComma() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportWithPipes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testCsvImportWithUserFileOnly() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CsvImporterTest
 
testDaosCanInsertNewDataAfterSchemaCreation() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.SchemaCreationIntegrationTest
DAOs must be run within a transaction.
testDatabaseMigration() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.CrowdDatabaseMigrationTest
 
TestDataState - Class in com.atlassian.crowd.acceptance.tests
A singleton to keep track of the state of a test data.
TestDataState() - Constructor for class com.atlassian.crowd.acceptance.tests.TestDataState
 
testDatesAreReplaced() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationXmlTest
 
testDecoratedServlet() - Method in class com.atlassian.crowd.acceptance.tests.decorator.DecoratorModuleTest
 
TestDecoratedServlet - Class in com.atlassian.crowd.plugin.decorator.test
 
TestDecoratedServlet() - Constructor for class com.atlassian.crowd.plugin.decorator.test.TestDecoratedServlet
 
TestDecoratorServlet - Class in com.atlassian.crowd.plugin.decorator.test
 
TestDecoratorServlet() - Constructor for class com.atlassian.crowd.plugin.decorator.test.TestDecoratorServlet
 
testDefaultValuesDoNotOverrideUserChangesAfterConnectionTest() - Method in class com.atlassian.crowd.selenium.tests.console.directory.CreateConnectorTest
 
testDefaultValuesDoNotOverrideUserChangesAfterConnectionTest() - Method in class com.atlassian.crowd.selenium.tests.console.directory.CreateDelegateTest
 
testDefaultValuesOverrideUserChangesWhenConnectorIsChanged() - Method in class com.atlassian.crowd.selenium.tests.console.directory.CreateConnectorTest
 
testDefaultValuesOverrideUserChangesWhenConnectorIsChanged() - Method in class com.atlassian.crowd.selenium.tests.console.directory.CreateDelegateTest
 
testDelegatedDirectoryAddLocalGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryTest
 
testDelegatedDirectoryAuthenticateAddsUsersToGroupsInUnderlyingInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryWithNestedGroupsTest
 
testDelegatedDirectoryAuthenticateAddsUsersToNestedGroupsInUnderlyingInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryWithNestedGroupsTest
 
testDelegatedDirectoryAuthenticateAddUsersToNestedGroupsWhenNestedGroupsAreEnabledAfterCreation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryWithNestedGroupsTest
 
testDelegatedDirectoryAuthenticateCreatesUserInUnderlyingInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryTest
 
testDelegatedDirectoryAuthenticateCreatesUserInUnderlyingInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryWithNestedGroupsTest
 
testDelegatedDirectoryImportLocalGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DelegatedDirectoryTest
 
testDeleteDirectChildGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests deleting a child group membership.
testDeleteDirectChildGroup_NoChild() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests deleting a child group membership when the child does not exist.
testDeleteDirectChildGroup_NoParent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests deleting a child group membership when the parent does not exist.
testDeleteDirectUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testDeleteGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testDeleteGroupAttribute() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testDeleteKeys() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
testDeleteNonExistentUserAttributeSucceeds() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testDeleteRemovesAlias() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testDeleteUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests deleting a user.
testDeleteUserAttribute() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests deleting a user attribute.
testDeleteUserPasswordRejectsOldPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that deleting a user's password restricts the user from logging in with their old password.
testDirectorySelectionIsSaved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testDirectorySelectionIsSaved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testDirectorySelectionIsSaved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
testDirectorySelectionIsSaved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testDisplayNameUpdated() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
Ensures that display names are not blank after an upgrade.
testEditApacheDSPrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testEditProfilesCanSetNewDefaultProfileForUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testEditProfilesPageCorrectlyEscapesProfileNameToProtectAgainstPersistedXSS() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testEditProfilesPageIsNotVulnerableToReflectedXSS() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
Regression test for CWD-3428
testEditProfilesSetDefaultProfileForUserIsCsrfProtected() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testEditProfilesXsrfProtectionRejectsActionWithNoXsrfToken() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testELClassloaderWithBracketNotation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.XWorkELClassloaderTest
 
testELClassloaderWithDotNotation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.XWorkELClassloaderTest
 
testEmailAddressWithTrailingSpacesFailsWithSpecificError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testEndpointUrlIsShown() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testEntityExpansionDoesNotCauseDenialOfService() - Method in class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
testEntityExpansionDoesNotCauseDenialOfService() - Method in class com.atlassian.crowd.acceptance.tests.soap.SoapXmlParsingTest
 
testEntityExpansionDoesNotIncludeFileContents() - Method in class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
testEntityExpansionDoesNotIncludeFileContents() - Method in class com.atlassian.crowd.acceptance.tests.soap.SoapXmlParsingTest
 
testEventEntityList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: EventEntityList
testExpireAllPasswords() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testExpireApplicationDatabaseSession() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testExpireApplicationInMemorySession() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testExpirePrincipalDatabaseSession() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testExpirePrincipalInMemorySession() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testExportBackup() - Method in class com.atlassian.crowd.acceptance.tests.administration.BackupTest
 
testExternalIdIsSet() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFilterDirectoriesByName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseDirectoriesTest
 
testFilterDirectoriesByName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryConfigurationReadFromFileTest
 
testFindAliasByUsername() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testFindAliasByUsernameNotFound() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testFindAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testFindAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testFindAllByKey() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testFindAllInternalGrantedPermissions() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
testFindAllPermissionsForGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
testFindAllWebhooksJustAdded() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testFindAuthorisedApplicationsMatchByDirectoryAllowAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindAuthorisedApplicationsMatchByGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindAuthorisedApplicationsNoMatchByDirectoryAllowAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindAuthorisedApplicationsNoMatchByGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindByApplicationAndEndpointUrl() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testFindByApplicationAndEndpointUrlWebhookThatDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testFindByExternalId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindByExternalIdAcceptsNullExternalId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindByExternalIdIsCaseSensitive() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindById() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindById() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testFindByID() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
testFindByIdentifierHash() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testFindByIdNotFound() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindByIdNotFound() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testFindByIdWebhookJustAdded() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testFindByIdWebhookJustRemoved() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testFindByIdWebhookThatDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testFindByKey() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testFindByMixedCaseNameCaseInsensitiveMatch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testFindByMixedCaseNameCaseInsensitiveMatch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindByMixedCaseNameExactMatch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testFindByMixedCaseNameExactMatch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindByMixedCaseNameWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testFindByMixedCaseNameWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testFindByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testFindByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testFindByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testFindByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testFindByNameDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testFindByNameMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testFindByNameMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testFindByNameNotFound() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testFindByNameNotFound() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testFindByNameReturnsGroupWithLazyLoadedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testFindByNameReturnsUserWithLazyLoadedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindByNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testFindByNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testFindByNameWhereUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testFindByNameWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testFindByNameWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testFindByNameWithAttributesWhenGroupsDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testFindByNameWithAttributesWhereUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testFindDirectoryById() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testFindGroupByName() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientGroupTest
 
testFindGroupsWithPermission() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
testFindGroupWithAttributesByName() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientGroupTest
 
testFindGroupWithAttributesByNameCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientGroupTest
 
testFindPrincipalByName() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testFindPrincipalByNameWithExistingCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testFindPrincipalWithAttributesByName() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testFindPrincipalWithAttributesByNameCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testFindPrincipalWithAttributesByNameWithExistingCustomAttributes() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientPrincipalTest
 
testFindUserFromInvalidSSOToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testFindUserFromNonExistentSSOToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testFindUserFromValidSSOToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testFindUsernameByAlias() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testFindUsernameByAliasNotFound() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testFooterShowsVersion() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testGeneralCancelButton() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testGeneralOptions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testGeneralTab() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testGeneralTabWithBlankData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testGeneralWithInvalidDomain() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testGeneratedRequestParameterDecodes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
Self sanity check that we're generating properly encoded requests.
testGenerateKeys() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
testGetAliasForAliasedUserReturnsAlias() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetAliasForUnaliasedUserIsNotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetAliasForUnknownApplicationIsNotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetAllAliasesForUserWithAliasesIncludesApplicationsWithAliases() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetAllAliasesForUserWithoutAliasesIsEmpty() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetAllExternalIds() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testGetAllExternalIdsNonExistingDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testGetApplicationById() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that the REST service allows an application to be retrieved by ID
testGetApplicationById_NotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that retrieving a non-existent application by ID will return a 404 (Not Found) response with a reason of Application Not Found.
testGetApplicationByName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that the REST service allows an application to be retrieved by name
testGetApplicationByName_NotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that retrieving a non-existent application by name will return a 404 (Not Found) response with a reason of Application Not Found.
testGetAtlassianSupportedImporterApplications() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetAtlassianSupportedImporterApplicationsIsAnUnmodifiableSet() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetConfig() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
testGetCredential() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testGetCredentialHistory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testGetCredentialHistoryWhereUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testGetCredentialWhereUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testGetDirectChildGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get group members of a group.
testGetDirectChildGroups_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get group members of a group.
testGetDirectChildGroups_Group() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests retrieving the group that is a direct child of the specified group.
testGetDirectGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testGetDirectGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testGetDirectGroupsWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testGetDirectParentGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user group memberships.
testGetDirectParentGroups_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user group memberships.
testGetDirectUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get usernames of a group.
testGetDirectUsers_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests retrieving the users that are direct members of the specified group.
testGetDirectUsers_Limit1() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user members of a group.
testGetDirectUsers_Limit2() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user members of a group.
testGetDirectUsers_User() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user members of a group.
testGetErrorEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for ErrorEntity.
testGetEvents() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.EventsResourceTest
 
testGetEventsWithBadEventToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.EventsResourceTest
 
testGetEventToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.EventsResourceTest
 
testGetGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetGroup_DoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetGroup_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetGroupNameMembershipsForGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfParentGroupsForGroup(String, int, int) retrieves the correct parent group names.
testGetGroupNameMembershipsForGroup_InvalidStartIndex() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfParentGroupsForGroup(String, int, int) with an invalid start index will throw an OperationFailedException.
testGetGroupNameMembershipsForGroup_NonExistentGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfParentGroupsForGroup(String, int, int) for a non-existent group returns an empty list.
testGetGroupNames() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all the group names
testGetGroupNames_ActiveRestriction() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all group names with active and inactive groups.
testGetGroupNames_Restricted() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting a restricted number of group names (specifying a max result parameter).
testGetGroupNames_StartIndex() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all group names from an offset value.
testGetGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all groups.
testGetGroupsCqlRestrictionOnCustomAttributeReturnsGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetGroupsWithExpandAttributesRetrievesAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetGroupsWithExpandAttributesReturnsGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetGroupWithNoGroupSpecifiedReturnsA404() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetImporterDAO() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetImporterDAOWithBadConfiguration() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetImporterDAOWithNullConfiguration() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetLoginStatusResourceReturnsExpectedContent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AutoGroupAdderTest
This resource is used by the JavaScript.
testGetMappings() - Method in class com.atlassian.crowd.acceptance.tests.persistence.util.hibernate.MappingResourcesTest
 
testGetMappingsAsArray() - Method in class com.atlassian.crowd.acceptance.tests.persistence.util.hibernate.MappingResourcesTest
 
testGetMemberships() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that RestCrowdClient.getMemberships() returns successfully.
testGetMembershipsDoesNotReturnJson() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
This resource is optimised for XML (it streams its response), but does not currently support JSON.
testGetMembershipsReturnsExactlyExpectedMemberships() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetNestedChildGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get group members of a group.
testGetNestedChildGroups_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get group members of a group.
testGetNestedGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests retrieving a nested group membership.
testGetNestedGroup_NonExistentGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests nested group membership not found
testGetNestedGroupMembershipsForGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getParentGroupsForNestedGroup(String, int, int) returns the correct nested group memberships for a group.
testGetNestedGroupMembershipsForGroup_NonExistent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getParentGroupsForNestedGroup(String, int, int) returns an empty list for a non-existent group.
testGetNestedGroupMembershipsForUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getGroupsForNestedUser(String, int, int) returns the correct nested group memberships for a user.
testGetNestedGroupMembershipsForUser_NonExistent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getGroupsForNestedUser(String, int, int) returns an empty list for a non-existent username.
testGetNestedGroupMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNestedChildGroupsOfGroup(String, int, int) returns the nested group members of group.
testGetNestedGroupMembersOfGroup_NonExistentGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNestedChildGroupsOfGroup(String, int, int) returns an empty list for a non-existent group.
testGetNestedGroupNameMembershipsForGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfParentGroupsForNestedGroup(String, int, int) returns the correct nested group name memberships of a group.
testGetNestedGroupNameMembershipsForGroup_NonExistent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfParentGroupsForNestedGroup(String, int, int) returns an empty list for a non-existent group.
testGetNestedGroupNameMembershipsForUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfGroupsForNestedUser(String, int, int) returns the correct group names for a nested user member
testGetNestedGroupNameMembershipsForUser_NonExistent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfGroupsForNestedUser(String, int, int) returns an empty list for a non-existent username.
testGetNestedGroupNameMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfNestedChildGroupsOfGroup(String, int, int) returns the group names of nested group members.
testGetNestedGroupNameMembersOfGroup_NonExistent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfNestedChildGroupsOfGroup(String, int, int) returns an empty list for a non-existent group.
testGetNestedGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests getting the nested groups.
testGetNestedParentGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user group memberships.
testGetNestedParentGroups_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user group memberships.
testGetNestedParentGroups_Group() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetNestedParentGroups_NoGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetNestedUserNameMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfNestedUsersOfGroup(String, int, int) returns the correct user names of nested members of a group.
testGetNestedUserNameMembersOfGroup_NonExistentGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
Tests that CrowdClient.getNamesOfNestedUsersOfGroup(String, int, int) returns an empty list for a non-existent group.
testGetNestedUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user members of a group.
testGetNestedUsers_EmptyUsernameFails() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetNestedUsers_Expanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
Tests get user members of a group.
testGetNestedUsers_NoUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetNestedUsers_User() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testGetNoEventsWithGoodEventToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.EventsResourceTest
 
testGetNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testGetNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testGetSupportedImporterApplications() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetSupportedImporterApplicationsIsAnUnmodifiableSet() - Method in class com.atlassian.crowd.acceptance.tests.persistence.importer.ImporterFactoryImplTest
 
testGetTableNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.util.hibernate.MappingResourcesTest
 
testGetUnknownEntityType() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests that getting an unknown entity type results in a 400 (Bad Request) returned.
testGetUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testGetUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests retrieving a valid user.
testGetUser_InvalidApplicationCredentials() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that attempting to access the UserResource with an InvalidPassword returns a 401 (Unauthorized) response.
testGetUser_NonExistent() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that retrieving a non-existent user returns a 404 (Not Found) response.
testGetUser_StartIndex() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all users from an offset value.
testGetUserByKey() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testGetUserByKey() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testGetUserCount() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testGetUserCountNonExistingDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testGetUserFromToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that getUserFromToken returns the correct user.
testGetUserFromTokenEnforcesApplicationAuthenticationChecks() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that a token from a login against one application cannot be used with another application where that user has no permission.
testGetUsernameByAliasReturnsOriginalUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetUsernameByAliasReturnsSameUsernameWhenNoAliasDefined() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testGetUserNames() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all available user names.
testGetUserNames_Aliases() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests that users with matching aliases are returned in lower case.
testGetUserNames_AliasesAll() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests that all users are matched and returned in lower case.
testGetUserNames_AliasesIgnoreUsernameWhenAliasExists() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests that user with username 'admin' is not returned, because that user has an alias.
testGetUserNames_EmailRestriction() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all user names with the specified email.
testGetUserNames_MaxResult() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting user names with a max-result parameter.
testGetUserNames_NegativeStartIndex() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all user names from a negative offset value.
testGetUserNames_StartIndex() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all user names from an offset value.
testGetUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting all users.
testGetUsers_UserRestriction() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
Tests getting users with user name restriction.
testGetUsersCqlRestrictionOnCustomAttributeReturnsUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetUsersCqlRestrictionOnCustomAttributeWithNullMatchReturnsUsersWithoutTheCustomAttribute() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetUsersRestrictionOnCustomAttributeReturnsUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetUsersRestrictionOnUnusedCustomAttributeReturnsNoUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetUsersWithExpandAttributesRetrievesAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetUserWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests retrieving a user with attributes.
testGetUserWithAttributesByKey() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testGetUserWithExpandAttributesReturnsUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGoingBackAStepRetainsOverwriteSetting() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testGrantAndRevokeAreIdempotent() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
testGrantAndRevokePermission() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
testGrantPermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
testGroupList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: GroupEntityList
testGroupToGroupMembershipsAfterInitialSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testGzipOptionNoLongerPresent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.GzipFilterOptionTest
 
testGzipResponseIsReturnedWhenRequested() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.GzipFilterOptionTest
 
testHammerAuthentications() - Method in class com.atlassian.crowd.acceptance.tests.client.load.PrincipalAuthenticationLoadTest
 
testHammerTokenValidation() - Method in class com.atlassian.crowd.acceptance.tests.client.load.TokenValidationLoadTest
 
testHeaderUserInfoContainsFullName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testHealthCheckPasses() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.HealthCheckResourceTest
 
testHighestPermission() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
TestHomeLocator - Class in com.atlassian.crowd.acceptance.utils
An implementation of HomeLocator that is used for acceptance tests that depend on having a Crowd home directory.
TestHomeLocator() - Constructor for class com.atlassian.crowd.acceptance.utils.TestHomeLocator
 
testImportConfluenceUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConfluenceImporterTest
 
testImportConfluenceUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdifiedConfluenceImporterTest
 
testImportJiraUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdifiedJiraImporterTest
 
testImportJIRAUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.JiraImporterTest
 
testImportJIRAUsersWithNoConfiguration() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.JiraImporterTest
 
testInactiveUserCannotLoginAfterResettingPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ResetPasswordTest
 
testIncludeFilesAreNotDirectlyAccessible() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testInformationIsNotVisibleToAnonymousUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testInformationIsNotVisibleToRegularUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testInformationIsVisibleToAdmin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testInternalOpenIDProfilePageShowsURLInEncodedFormat() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testInvalidateAllOtherSSOTokensForUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testInvalidateAllSSOTokensForUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testInvalidateAllTokens() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that all tokens get invalidated when called
testInvalidateToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that the token really is invalidated.
testInvalidAuthenticationType() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
testInvalidChange() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
testInvalidEmailAddress() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testInvalidProtocolType() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
testInvalidSwitch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
testIsGroupDirectGroupMember() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testIsGroupDirectMemberFalse() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testIsGroupDirectMemberTrue() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testIsGroupNestedGroupMember() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testIsUserDirectGroupMember() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testIsUserDirectMemberFalse() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testIsUserDirectMemberTrue() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testIsUserDirectMemberTrueMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testIsUserNestedGroupMember() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testJNDIMailServerWithBlankData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testKeyPresentOnce() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
Test to assert that the validation error messages that occur when all input fields are left empty are displayed only once when supplied to the AddPrincipal class.
testLargeMutations() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadMutationTest
 
testLastNameUpdated() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
Ensures that last names are not blank after an upgrade.
testLicenseScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testLicenseWithAnExpiredMaintenaceKeyTooOldForBuild() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testLicenseWithAValidKey() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testLicenseWithBlankData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testLicenseWithInvalidData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testListGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testListGroupsWithParams() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testListPermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testLoadAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testLogging() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
Also tested in LoggingProfilingTest.
testLogin() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.LoginTest
 
testLoginBadCredentials() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.LoginTest
 
testLoginHistory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testLoginPageHasCsrfProtection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testLoginToCrowdConsequentlyLoggedInToDemo() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testLoginToCrowdConsequentlyLoggedInToDemo_unauthorisedFailure() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testLoginToDemoConsequentlyLoggedInToCrowd() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testLoginToDemoConsequentlyLoggedInToCrowd_unauthorisedFailure() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testLoginWithNoAuthenticationAccess() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.LoginTest
 
testLoginXsrfProtection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdXsrfProtectionTest
 
testLogoutOfCrowdConsequentlyLoggedOutOfDemo() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testLogoutOfDemoConsequentlyLoggedOutOfCrowd() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testMailConfiguration() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testMailServer() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailServerCancelButton() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailServerSSLPort() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailServerWithBlankData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailTemplate() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testMailTemplate() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailTemplateCancelButton() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailTemplateWithBlankData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testMailUsernamesFailsWithUnknownAddress() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testMembershipAggregationDefaultIsFalse() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
testMembershipsAcceptsConditionalRequest() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testMembershipsResponseIncludesEntityTag() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testMixedCaseGroupnameInMembershipTranslatedToLowerCase() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
testMixedCaseGroupNameNotTranslatedForMixedCaseOutputApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
testMixedCaseGroupNameTranslatedToLowerCaseForLowerCaseOutputApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
testMixedCaseUsernameNotTranslatedForMixedCaseOutputApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
testMixedCaseUsernameTranslatedToLowerCaseForLowerCaseOutputApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
 
testMultipleShortLivedSessionsShouldNotDeadlock() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
See CWD-3768.
testMultipleTokensWithDifferentPrivilegesDoNotInterfereWithEachOther() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests the scenario in which different tokens are issued for the same user with different privileges.
testNestedGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoteDirectoryNestedGroupTest
 
testNestedGroupMembershipListing() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoteDirectoryNestedGroupTest
 
testNoChange() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
testNoDirectoryIsSelectedByDefault() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testNoDirectoryIsSelectedByDefault() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testNoDirectoryIsSelectedByDefault() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
testNoDirectoryIsSelectedByDefault() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testNonCanonicalUrlsShowToCanonicalForm() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testNonCanonicalUrlsWithUnnecessaryQueriesShowCanonicalFormWithout() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testNonDecoratedServlet() - Method in class com.atlassian.crowd.acceptance.tests.decorator.DecoratorModuleTest
 
testNonExistingDirectorySelection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testNonExistingDirectorySelection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testNonExistingDirectorySelection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
testNonExistingDirectorySelection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testNonNestedGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoteDirectoryNestedGroupTest
 
testNonNestedGroupMembershipListing() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoteDirectoryNestedGroupTest
 
testNonOpenSocialRequestIsNotBlocked() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
testOGNLArbitraryRedirect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLInjectionTest
CWD-3291
testOGNLArbitraryRedirect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDClientOGNLInjectionTest
CWD-3291
testOGNLArbitraryRedirect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerOGNLInjectionTest
CWD-3291
testOGNLArbitraryRedirect() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoOGNLInjectionTest
CWD-3291
testOGNLCodeInjection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLInjectionTest
CWD-3385
testOGNLCodeInjection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDClientOGNLInjectionTest
CWD-3385
testOGNLCodeInjection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerOGNLInjectionTest
CWD-3385
testOGNLCodeInjection() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoOGNLInjectionTest
CWD-3385
testOGNLDoubleEvaluationUsingStringParameter() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoOGNLDoubleEvaluationTest
 
testOnlyActiveDirectoryHasLocalUserStatusOption() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testOnlyDirectoryIsSelected() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddGroupTest
 
testOnlyDirectoryIsSelected() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testOnlyDirectoryIsSelected() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowseGroupsTest
 
testOnlyDirectoryIsSelected() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testOpenId2ResourceHasCorrectMediaType() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
testOpenId2ResourceIsDiscoverable() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
testOpenIDAuthenticationAllow() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDAuthenticationDeny() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDAuthenticationFailsWhenUsernamePaddedBeforeFinalSlash() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDAuthenticationImmediate_fail() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDAuthenticationImmediateSucceedsAfterAllowAlwaysApproval() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDAuthenticationStateless() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDAuthenticationStatelessAfterStatefulAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
openid4java currently doesn't explicitly remove public associations, which causes a stateless authentication after a stateful (normal) authentication to fail if ServerManager.setCheckPrivateSharedAssociations(boolean) is set to true (the default) and the ServerAssociationStore impl used does not generate ids which are unique across all instances of the application.
testOpenIDClientShouldWorkWithUrlInEncodedFormat() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDClientShouldWorkWithUrlsWhichContainUTF8Characters() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenIDTrimsUrlsBeforeAuthenticatingRequest() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testOpenSocialRequestIsBlocked() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.BlockOpenSocialRequestFilterAcceptanceTest
 
testOperationsDuringSync() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadAndOperateTest
Tests that Crowd still functions properly during a directory sync.
testOverwriteKeys() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
testPassword - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
testPasswordCanBeChangedViaUpdate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testPasswordDoesNotMatchInternalDirectoryComplexityRequirements() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testPasswordEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for PasswordEntity.
testPasswordMatchError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddApplicationTest
 
testPasswordsMatchError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testPasswordUpgraded() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
Ensures that passwords are lazily updated to the Atlassian Security form after an upgrade.
testPasswordUpgraded() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.Crowd10XmlRestoreTest
 
testPerformDirectoryImportThenRepeatWithOverwrite() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
Regression test for CWD-3495
testPerformDirectoryImportWithNestedGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testPerformDirectoryImportWithoutNestedGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testPerformDirectoryImportWithOverwrite() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testPerformDirectoryMigration() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testPermissionsCancelButton() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationPermissionsTest
 
testPluginDirectFail() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testPluginToCrowdAndBackStillShowsExpectedPluginPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testPluginToCrowdDoesNotAuthorisedBasedOnPreviouslyAttemptedPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testPluginToCrowdSSO() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testPluginToCrowdSSOFail() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ApplicationPluginPermissioningTest
 
testPostAuthenticationContextEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
testPrincipalDetailsShowDirectoryDescription() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testProfile() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testProfiling() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testProvidingAnInvalidIdentifierCausesAClearError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientTest
 
testPublicIdentityAcceptsPlusSignsLiterally() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testPublicIdentityEscapesAtSigns() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testPublicIdentityPage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testQueryForNullFirstNames() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testRecalculatingResourceTotal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RecalculateLicenseTest
 
testRecalculatingResourceTotalWithInactivePrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RecalculateLicenseTest
 
testRedirectionForLongerUrlUsesFormRedirection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientTest
Test that OpenID redirection with an artificially-padded set of sreg attributes uses form redirection.
testRedirectionUsesHttpRedirect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.CrowdIDClientTest
Test that OpenID redirection to CrowdID, which will involve short URLs, uses HTTP redirection rather than form redirection.
testRegisterAndGetWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testRegisterAndUnregisterWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testRegisterWebhookWithInvalidEndpointUrlShouldFail() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testRegisterWebhookWithSimpleBody() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testRegularUserShouldNotBeAbleToUpdateValidLicense() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testRejectedAuthenticationRepeatsCorrectlyEncodedUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testRemoteAttributeWhenAttributeDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRemove() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemove() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testRemove() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRemove() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemove() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRemoveAlias() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testRemoveAliases() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testRemoveAliasSilentlySucceed() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testRemoveAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testRemoveAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemoveAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testRemoveAll() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testRemoveAll() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testRemoveAll() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testRemoveAllAdminGroupsFromOtherUser() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
testRemoveAllByDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemoveAllExpiredTokens() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemoveAllFromOtherUser() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
Testing removing groups for another user (should be able to do anything)
testRemoveAllGroupMappingsForAGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemoveAllGroups() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testRemoveAllRelationships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRemoveAllUsers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testRemoveAndThenAddAgainGroupMapping() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemoveApplicationFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveApplicationTest
 
testRemoveApplicationFromConsole_Cancel() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveApplicationTest
 
testRemoveAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRemoveAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRemoveAttributeMixedCaseUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRemoveAttributeWhenAttributesDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRemoveAttributeWhenGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRemoveAttributeWhenUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRemoveByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemoveConnectorDirectoryFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
testRemoveCustomDirectoryFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
testRemoveDelegatedDirectoryFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
testRemoveDirectoryMappingFromApplication() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemoveDirectoryMappingFromApplicationMultipleApplications() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemoveExpiredTokensWithSpecificDurationGreaterThanSessionMaxLife() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemoveExpiredTokensWithSpecificDurationLessThanSessionMaxLife() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testRemoveGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
 
testRemoveGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testRemoveGroupFromGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testRemoveGroupFromGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testRemoveGroupFromGroupCycleDeletionFail() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testRemoveGroupFromGroupNotMember() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testRemoveGroupFromGroupWhereChildGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testRemoveGroupFromGroupWhereParentGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testRemoveGroupMapping() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemoveGroupMembers() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRemoveGroupMemberships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRemoveGroupsFromDemoAllowAllAuthenticateFalse() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateApplicationDirectoryGroupTest
 
testRemoveGroupsFromDemoAllowAllAuthenticateTrue() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateApplicationDirectoryGroupTest
 
testRemoveInternalDirectoryFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
testRemoveLastAdminMembership() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminGroupUserPickerRemoveTest
Testing removing memberships related to logged in user
testRemoveLastAdminMembershipForOtherUser() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminGroupUserPickerRemoveTest
Testing removing group memberships of other users
testRemoveLastDirectoryFromCrowdConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testRemoveLastDirectoryFromDemoApp() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testRemoveMixedCaseInsensitive() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRemoveMultiple() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testRemoveMultiple() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testRemoveMultiple() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testRemoveNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testRemoveNonLastAdminMembership() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminGroupUserPickerRemoveTest
 
testRemoveOnlyAdminGroup() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
testRemoveOnlyAdminSubGroup() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
testRemovePrincipalAttribute() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRemoveProperty() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testRemoveRemoteAddress() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testRemoveRemoteCrowdDirectoryFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
testRemoveSecondInternalDirectoryFromConsole() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.RemoveDirectoryTest
 
testRemoveShowsUpdateSuccessful() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
testRemoveSingle() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testRemoveSingle() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testRemoveSingle() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testRemoveSubsetOfAdminGroups() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
testRemoveSubsetOfAdminGroupsWithNormal() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
testRemoveUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRemoveUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testRemoveUserFromGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testRemoveUserFromGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testRemoveUserFromGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests removing a user from a group.
testRemoveUserFromGroupWhereGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testRemoveUserFromGroupWhereUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoCRUDTest
 
testRemoveUserLinkNotPresentForLoggedInUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRemoveUserMemberships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRemoveUserNotPossibleEvenViaUrlHack() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRemoveUserRelationships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRemoveWebhookPassingNonPresistentInstance() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testRemoveWebhookPassingPersistentInstance() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testRemoveWhenGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRemovingApplicationRemovesWebhooksInCascade() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testRename() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRenamedUserHasLowercaseName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testRenameGroupRelationships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRenameToACompletelyDifferentName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRenameToExactlySameName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRenameUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRenameUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testRenameUserCausesNameClash() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRenameUserIsNotSupportedForLDAPDirectories() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testRenameUserRelationships() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testRenameUserShouldFailWhenNewUsernameIsAlreadyInUse() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testRenameUserShouldFailWhenUserWithProvidedUsernameDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testRenameUserShouldRenameUserWhenProvidedWithOldUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testRenameUserShouldRenameUserWhenProvidedWithOldUsernameAndNewNameOfDifferentCase() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testRenameWhenGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRenameWhenOnlyCaseChanges() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRenameWhenThereIsANameClash() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testRenameWhenThereIsANameClashWithAnotherUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRenameWhenUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRenameWhenUsernameContainsMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testRequestForAvatarForUnspecifiedUserIsNotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testRequiredAttribsCorrectlyEscaped() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testRequiredAttribsCorrectlyEscapedWhenRedirecting() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testResetEmailForActiveStatusMessage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ResetPrincipalPasswordTest
 
testResetEmailForInactiveStatusMessage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ResetPrincipalPasswordTest
 
testResetEmailWithNonAsciiBody() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ResetPrincipalPasswordTest
 
testResetEmailWithNonAsciiUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ResetPrincipalPasswordTest
 
testResetPasswordMaintainsPasswordHistory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ResetPasswordTest
 
testResetPasswordWithBadTokenShowsErrorMessage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ResetPasswordTest
 
testRestClientApplicationSessionsCanBeExpired() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testRestClientsAreListedInApplicationSessions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testRestoreInvalidData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testRestoreMixedCaseData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testRestoreUTF8BasedFile() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testRestoreValidationFailWithDuplicateMixedCaseGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testRestoreWithNoFileName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BackupRestoreTest
 
testResultsPerPage() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
 
testResultsPerPage() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testResultsPerPage() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
 
testResultsPerPage() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testRevertToDefaultReturnsLogLevelsToKnownState() - Method in class com.atlassian.crowd.acceptance.tests.administration.LoggingProfilingTest
 
testRevokePermissions() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
testSaveAllWithNoTokens() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSaveAllWithTestTokens() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testSearchAll() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchAllGroupNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchAllUserNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchApplicationUsersWithAliases() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testSearchByActive() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testSearchByActive() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchByDescription() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchByDescriptionWithNoMatches() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchByImplementationClass() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchByLastAccessedTime() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchByMixedName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchByNameContaining() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testSearchByNameContaining() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchByNameContainingAndApplication() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testSearchByNameContainingWithMixedCase() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testSearchByNameStartingWith() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testSearchByNameStartingWith() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchByType() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testSearchByType() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchCallsCreateHibernateSearchQuery() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDAOHibernateTest
 
testSearchColorExact() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchColorNoResults() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchCountryExact() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchCountryNoResults() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchCutOffs() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testSearchDirectGroupMembershipsOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchDirectGroupMembershipsOfUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchDirectGroupMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchDirectUserMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchDisplayNameContains() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchEmailContains() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchEmpty() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
Tests search when nothing is entered into search box.
testSearchEmpty() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testSearchEmpty() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
Tests search when nothing is entered into search box.
testSearchEmpty() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testSearchEmpty() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testSearchEmpty() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testSearchExisting() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
 
testSearchExisting() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testSearchExisting() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
 
testSearchExisting() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testSearchExistingMembership() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testSearchFirstClassConjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchFirstClassConjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchFirstClassDisjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchFirstClassDisjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchFirstNameExact() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchForActiveGroupsUsingBuilder() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchForActiveUsersUsingBuilder() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchForActiveUsersWithSearchText() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testSearchForApplicationTokens() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchForGroupMembersfGroupOfMismatchingTypesAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfGroupAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfGroupOfTypeRole() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfGroupOfTypeRoleAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserAsNamesWithSearchRestrictionOnGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserAsNamesWithSearchRestrictionOnImprobableGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserOfTypeRole() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserOfTypeRoleAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserWithSearchRestrictionOnGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembershipsOfUserWithSearchRestrictionOnImprobableGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForGroupMembersOfGroupAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForInactiveGroupsUsingBuilder() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchForInactiveUsersUsingBuilder() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchForInactiveUsersWithNoSearchText() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testSearchForPrincipalSession() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalSessionsTest
 
testSearchForPrincipalSessionThatDoesntExist() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalSessionsTest
 
testSearchForPrincipalTokenByName() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchForPrincipalTokensByDirectoryId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchForSecretNumberWhereSecretNumberIsEmpty() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchForSpecificUsersByEmailInApacheDS154() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testSearchForSpecificUsersByEmailInInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testSearchForSpecificUsersByUsernameInApacheDS154() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testSearchForSpecificUsersByUsernameInInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.BrowsePrincipalsTest
 
testSearchForTokenBySecretNumber() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchForUserMembershipsOfGHroupWithSearchRestrictionOnMulitpleGroupsWhereUserIsAMemberOfMultipleGroups() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupAsNamesWithSearchRestrictionOnImprobableUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupAsNamesWithSearchRestrictionOnUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupOfTypeRole() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupOfTypeRoleAsNames() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupWithSearchRestrictionOnImprobableUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfGroupWithSearchRestrictionOnUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfMultipleGroupsAsNamesWithSearchRestrictionOnUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchForUserMembersOfMultipleGroupsAsUsersWithSearchRestrictionOnUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.membership.MembershipDaoSearchTest
 
testSearchGroupNameStartsWith() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchGroupsPopulatesEntityFields() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
testSearchGroupsWhereUserIsAMember() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
testSearchGroupsWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testSearchGroupsWithLocalTermDoesNotFail() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchGroupsWithLocalTermReturnsExpectedResults() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchGroupsWithNameRestriction() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
 
testSearchGroupTypeGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchGroupTypeRole() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchLastNameStartsWith() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchLastNameStartsWithUsingBuilder() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchMixedCaseUsername() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchMixedCaseUsernameAttributeMatch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchMixedClassConjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchMixedClassConjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchMixedClassDisjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchMixedClassDisjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchMixedClassDisjunctionWhenUserHasNoAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchMultipleNullValues() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchNested() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchNested() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchNestedCustomNullAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchNestedGroupMembershipsOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchNestedGroupMembershipsOfUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchNestedGroupMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchNestedQuery() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testSearchNestedQuery() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testSearchNestedUserMembersOfGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.directory.DirectoryManagerGenericNestedGroupsTest
 
testSearchNonMembership() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testSearchNoResults() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
Test search when value entered into search box and no results returned Maximum results is default value (100)
testSearchNoResults() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testSearchNoResults() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
Test search when value entered into search box and no results returned Maximum results is default value (100)
testSearchNoResults() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testSearchNoResults() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testSearchNoResults() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testSearchNullAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchNullCustomAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchPrimaryAttributeAndNullCustomAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchPrincipals_Aliases() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
Tests that users with matching aliases are returned in lower case.
testSearchPrincipals_AliasesAll() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
Tests that all users are matched and returned in lower case.
testSearchPrincipals_AliasesIgnoreUsernameWhenAliasExists() - Method in class com.atlassian.crowd.acceptance.tests.client.SecurityServerClientTest
Tests that user with username 'user' is not returned, because that user has an alias.
testSearchRestrictionEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
testSearchSecondClassConjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchSecondClassConjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchSecondClassDisjuction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchSecondClassDisjunction() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoSearchTest
 
testSearchSpecific() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
testSearchSpecific() - Method in class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
testSearchSuccess() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerAddTest
Test search when value entered into search box and results returned Maximum results is default value (100)
testSearchSuccess() - Method in class com.atlassian.crowd.selenium.tests.console.GroupGroupPickerRemoveTest
 
testSearchSuccess() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerAddTest
Test search when value entered into search box and results returned Maximum results is default value (100)
testSearchSuccess() - Method in class com.atlassian.crowd.selenium.tests.console.GroupUserPickerRemoveTest
 
testSearchUsernameStartsWith() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
testSearchUsersInApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testSearchUsersWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testSearchWithIndexConstraints() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSearchWithIndexConstraintsSkippingTheFirstResult() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testSelectAllNoGroupsRemoved() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
 
testSelectAllNonAdminGroupsRemoved() - Method in class com.atlassian.crowd.selenium.tests.console.PreventAdminUserGroupPickerRemoveTest
Testing removing groups from own account
testServerSelectsIdentityForLoggedInUserWhenImmediateCheckIsMade() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testServerSelectsIdentityForLoggedInUserWhenOpEndpointIsProvided() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testServerSelectsIdentityForLoggedInUserWhenOpEndpointIsProvidedWithNonAdminUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.client.OpenIDAuthenticationTest
 
testSession() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testSessionCannotBeCreatedWithAliasThroughUnaliasedApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSessionConfig() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testSessionCreatedThroughAliasedApplicationShowsOriginalNameWhenRetrievedWithNonAliasingApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSessionCreatedThroughAliasWithDifferentCaseReturnsCorrectCase() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSessionCreatedWithDifferentCaseReturnsCorrectCaseForUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSessionCreatedWithUnaliasedApplicationShowsAliasedNameWhenRetrievedWithAliasingApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSessionCreatedWithUnaliasedApplicationShowsAliasedNameWhenValidatedWithAliasingApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
The other alias tests GET the session.
testSessionForAliasedApplicationIncludesUnaliasedUsernameAsAnExtraField() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSessionWithBlankData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testSessionWithInvalidData() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testSetAliasAddsAlias() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testSetAliasModifiesExistingAlias() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testSetAttributeForAllInDirectoryLowercasesAttributesCorrectly() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetAttributeForAllInDirectoryWithUniqueAndPresentAttributesChangesAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetAttributeForAllInDirectoryWithUniqueAndPresentAttributesIgnoresOtherDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetAttributesForAllInDirectoryReplacesMultipleAttributeValuesWithOne() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetAttributesForAllInDirectorySetsAttributesForUsersWithoutAttribute() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetAttributesForAllInDirectoryWithMultipleAttributeValuesIgnoresOtherDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetAttributesForAllInDirectoryWithoutAttributeIgnoresOtherDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testSetGlobalPermissionReflectedInApplicationPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationPermissionsTest
 
testSetup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SetupCrowdTest
 
testSetup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SetupCrowdWithDatabase
 
testSetUserInActiveAndActive() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.UpdateUserTest
 
testShortLivedTokenExpiresImmediately() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testShouldBeAbleToAuthenticateUserInImmediateModeWhenUserIsLoggedInUsingExternalIdIdentifier() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldBeAbleToAuthenticateUserInImmediateModeWhenUserIsLoggedInUsingIdentifierSelect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldBeAbleToAuthenticateUserWhenUserIsLoggedInUsingExternalIdIdentifier() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldBeAbleToAuthenticateUserWhenUserIsLoggedInUsingIdentifierSelect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldBeAbleToAuthenticateUserWhenUserIsNotLoggedInUsingExternalIdIdentifier() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldBeAbleToAuthenticateUserWhenUserIsNotLoggedInUsingIdentifierSelect() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldGetAWadlRepresentationForAppManagement() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
testShouldGetAWadlRepresentationForUserManagement() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
testShouldNotAllowToAddNewPrincipalEmptyAttribute() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testShouldNotBeAbleToAuthenticateUserInImmediateModeWhenUserIsNotLoggedIn() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldNotBeAbleToAuthenticateUserWhenUserIsNotLoggedInAndTriesToLogInWithOtherUsersCredentials() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.spray.SprayOpenIDServerIntegrationTest
 
testShouldNotExposeCookieValueInErrorPage() - Method in class com.atlassian.crowd.acceptance.tests.administration.ErrorPageTest
 
testShouldNotInstallAnExpiredLicense() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testShouldNotInstallUnparseableLicense() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testShouldNotShowEnableSecureSSOCookieWhenAccessedViaAnInsecureChannel() - Method in class com.atlassian.crowd.acceptance.tests.administration.GeneralAdministrationTest
 
testShouldValidateCredentialsToUpdateLicense() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.LicenseMaintenanceTest
 
testShowsExpectedAddresses() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ModifyApplicationRemoteAddressesTest
 
testSmallMutations() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadMutationTest
 
testSpecifiedUserSessionIsExcludedFromDeletionByUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testSSOUserWithDefaultTokenDuration() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testSSOUserWithZeroLivedToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testStatusNotFoundWhenDeletingTokensForNonexistentUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testStoreAliasInvalid() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testStoreAliasNew() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testStoreAliasUpdate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.alias.AliasDAOHibernateTest
 
testStoreAndRemoveGroupAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
testStoreAndRemoveUserAttributes() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
testStoreAttributesForExistingMixedCaseUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testStoreAttributesWhenGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testStoreAttributesWhenUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testStoreAttributesWithInsertForNewGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testStoreAttributesWithInsertForNewUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testStoreAttributesWithNewUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDAOHibernateTest
 
testStoreAttributesWithNewUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
testStoreAttributesWithUpdateAndDeleteForExistingUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testStoreAttributesWithUpdateAndInsertForExistingGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testStoreAttributesWithUpdateAndInsertForExistingUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testStoreAttributesWithUpdateForExistingUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testStoreGroupAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testStoreSingleAttributeWithUpdateForExistingUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testStoreUserAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Test store user attributes.
testSupportInformationIsDisplayed() - Method in class com.atlassian.crowd.acceptance.tests.administration.SystemInfoTest
 
testSwitch() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
testSwitchAfterAdd() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
 
testSwitchToHibernateVolumeTest() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
Makes sure that we can complete test in a 'reasonable' amount of time.
testSwitchToMemoryVolumeTest() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.token.SwitchableTokenManagerImplTest
Makes sure that we can complete test in a 'reasonable' amount of time.
testSwitchUserInCrowdConsequentlySwitchesUserInDemo() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testSwitchUserInCrowdConsequentlySwitchesUserInDemo_unauthorisedFailure() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testSwitchUserInDemoConsequentlySwitchesUserInCrowd() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testSwitchUserInDemoConsequentlySwitchesUserInCrowd_unauthorisedFailure() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.SingleSignOnTest
 
testSynchronisation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testSynchronise() - Method in class com.atlassian.crowd.acceptance.tests.directory.DbCachingLoadTest
 
testSynchroniseAll_ClientDirectoryConfigurationChanged() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseAll_ServerApplicationDirectoryAdded() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseAll_ServerApplicationDirectoryRemoved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseAll_ServerApplicationHasUncachedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseAll_ServerDirectoryConfigurationChanged() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseAll_ServerDirectoryDeleted() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseAll_ServerXMLRestored() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_ChangeUserAliasForcesFullSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskedGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskedGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskedUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskedUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskingGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskingGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskingUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateMaskingUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueActiveLocalUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueActiveRemoteUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueInactiveLocalUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueInactiveRemoteUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueLocalGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueRemoteGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueRemoteGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_CreateUniqueRemoteUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_LocalGroupAttributesChangesInTheChildDoNotChangeInTheParent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_LocalGroupAttributesChangesInTheParentAreNotSynchronisedToTheChild() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_LocalUserAttributesChangesInTheChildDoNotChangeInTheParent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_LocalUserAttributesChangesInTheParentAreNotSynchronisedToTheChild() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveAliasedUserForcesFullSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskedGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskedGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskedUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskedUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskingGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskingGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskingUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveMaskingUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveUniqueRemoteGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveUniqueRemoteGroupMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveUniqueRemoteUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveUniqueRemoteUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_RemoveUniqueRemoteUserMembershipAndRecreateUniqueRemoteUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryFullTest
 
testSynchroniseChanges_RemoveUniqueRemoteUserMembershipAndRecreateUniqueRemoteUserMembership() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
This tests demonstrates that a failed incremental synchronisation falls back to a full synchronisation in the first attempt (CWD-3188).
testSynchroniseChanges_SynchronisedGroupAttributesChangesInTheChildArePropagatedToTheParent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_SynchronisedGroupAttributesChangesInTheParentAreSynchronisedToTheChild() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_SynchronisedUserAttributesChangesInTheChildArePropagatedToTheParent() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_SynchronisedUserAttributesChangesInTheParentAreSynchronisedToTheChild() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateApplicationForcesFullSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateMaskedGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateMaskedUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateMaskingGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateMaskingUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateUniqueLocalUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateUniqueRemoteGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseChanges_UpdateUniqueRemoteUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
testSynchroniseCheckGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testSystemAdminMenuNotVisibleInitially() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ConsoleLoginTest
 
testTestConfigurationShouldPersistPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testTestConfigurationShouldPersistPasswordForDelegatedDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testTokenIsDeletedWhenUserChangesPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that the token is invalidated when the user changes their own password
testTokenIsDeletedWhenUserIsMadeInactive() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Test that the token is invalidated if the user is deactivated
testTokenIsDeletedWhenUserIsRemoved() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that the token is invalidated if the user is deleted
testTokenRemovalWhereTokenDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
testTokenSeedIsNotShown() - Method in class com.atlassian.crowd.acceptance.tests.administration.GeneralAdministrationTest
 
testTrustedProxyUpdate() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
testUnableToAddGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionGroupTest
 
testUnableToAddUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionUserTest
 
testUnableToDeleteGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionGroupTest
 
testUnableToEditProfileForAnotherUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testUnableToModifyGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionGroupTest
 
testUnableToModifyGroupMembers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionGroupTest
 
testUnableToModifyUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionUserTest
 
testUnableToRemoveUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryPermissionUserTest
 
testUnableToViewProfileForAnotherUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testUncompressedResponseIsReturnedWhenNoCompressionRequested() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.GzipFilterOptionTest
 
testUnknownDirectoryUnavailable() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddDirectoryTest
 
testUnregisterNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testUnregisterNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testUpdate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testUpdate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.property.PropertyDAOHibernateTest
 
testUpdate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
testUpdate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpdateAliases() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testUpdateAliasWithExistingUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testUpdateAliasWithExistingUsernameAndValidUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testUpdateAliasWithPrimaryUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testUpdateAliasWithPrimaryUsernameAndValidUsername() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AliasTest
 
testUpdateApplicationByModifyingThePersistentInstance() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateApplicationByUsingATransientTemplate() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateApplicationCredential() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateApplicationDetails() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateApplicationDirectoryPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateApplicationOptions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateApplicationPlugin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ViewApplicationPluginTest
 
testUpdateApplicationWithBellsAndWhistles() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateApplicationWithExistingApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateApplicationWithMismatchedPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateApplicationWithNoName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateApplicationWithUnEncryptedCredential() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateConnectorDirectory_ConfigurationScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ConfigurationScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ConfigurationSearchGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ConnectionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ConnectionScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ConnectionScreenErrorWithBadDn() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ConnectionScreenWithPwdEncryption() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ExistingPasswordIsNotRevealed() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_ExistingPasswordIsPreservedUnlessExplicitlyModified() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_GeneralScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_GeneralScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_GeneralScreenWithDuplicateDirectoryName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_LocalUserStatusNotVisibleForDirectoriesOtherThanActiveDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_LocalUserStatusVisibleForActiveDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_NewPasswordIsRetainedAfterConnectionTest() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_PasswordIsForgottenWhenSwitchingToAnonymousBind() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_PermissionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_SearchGroupInvalid() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_SearchPrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_SearchPrincipalInvalid() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionInvalidPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionInvalidURL() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionInvalidUserDN() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionWithAnonymousBind() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionWithCredentials() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionWithNoPasswordShouldUseTheSavedPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateConnectorDirectory_TestConnectionWithoutAnyChanges() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCredentialAddsNewCredentialToCredentialHistory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpdateCredentialChangesCredential() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpdateCredentialMaintainsCrendentialHistory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateCredentialPreservesReferentialIntegrity() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpdateCredentialWhenCredentialHistoryIsFull() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpdateCrowdDirectoryConnectionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdDirectoryConnectionScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdDirectoryGeneralScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdDirectoryGeneralScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdDirectoryGeneralScreenWithDuplicateDirectoryName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdDirectoryPermissionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdTestConnectionInvalidNoPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdTestConnectionInvalidURL() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCrowdTestConnectionWithCredentials() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_AttributesAddNewAttribute() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_AttributesRemovingAttribute() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_AttributesWithError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_GeneralScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_GeneralScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_GeneralScreenWithDuplicateDirectoryName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateCustomDirectory_PermissionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConfigurationScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConfigurationScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConfigurationScreenWithoutGroupConfigurationNoErrors() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConnectionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConnectionScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConnectionScreenInvalidPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_ConnectionScreenWithPwdEncryption() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_GeneralScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_GeneralScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_GeneralScreenWithDuplicateDirectoryName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_NestedGroupsCanBeEnabledAndDisabled() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_PermissionScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_SearchPrincipal() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_SearchPrincipalInvalid() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_TestConnectionInvalidURL() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_TestConnectionWithAnonymousBind() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_TestConnectionWithCredentials() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_TestConnectionWithNoPasswordShouldUseTheSavedPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDelegatedDirectory_TestConnectionWithoutAnyChanges() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateDetailsForPermanentApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateDirectory() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testUpdateDirectoryMappingPosition() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateDirectoryMappingPositionWithNegativePosition() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateDirectoryMappingPositionWithUnboundedPosition() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.application.ApplicationDAOHibernateTest
 
testUpdateDirectoryOrdering() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
testUpdateDirectoryWithBellsAndWhistles() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.directory.DirectoryDAOHibernateTest
 
testUpdateExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testUpdateGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
 
testUpdateGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.AddGroupTest
 
testUpdateGroup() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testUpdateGroup_BadDetails() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testUpdateGroupWithAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testUpdateInternalDirectoryConfiguration() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateInternalDirectoryConfigurationScreenErrors() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateInternalDirectoryGeneralScreen() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateInternalDirectoryGeneralScreenError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateInternalDirectoryGeneralScreenWithDuplicateDirectoryName() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateInternalDirectoryPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdateMainAttributes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testUpdateMembershipAggregation() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationDirectoriesTest
 
testUpdateNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
testUpdatePagedResultsOnConnectorDirectoryWithInvalidAmount() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdatePagedResultsOnConnectorDirectoryWithValidAmount() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testUpdatePrincipalAttributes() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testUpdatePrincipalOverMultipleInternalDirectories() - Method in class com.atlassian.crowd.acceptance.tests.persistence.manager.application.ApplicationServiceIntegrationTest
 
testUpdatePrincipalWithTrailingWhitespaceFailsWithSpecificError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testUpdateProfileBadEmail() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateProfileBlank() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateProfileCancel() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateProfileEmailWithTrailingWhitespace() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateProfileNoPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateProfileSuccess() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateProfileSuccessAndLoginAgain() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testUpdateShouldNotRenameUser() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpdateTypeChangeFail() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testUpdateUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that a user is successfully updated.
testUpdateUser_AllCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateUser_DisplayNameCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateUser_firstNameLastNameCalculated() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateUser_ShouldFailOnAttemptToChangeExternalId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateUser_ShouldPreserveExternalId() - Method in class com.atlassian.crowd.acceptance.tests.persistence.directory.InternalDirectoryIntegrationTest
 
testUpdateUser_WrongUserUri() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that sending an updated user with a wrong user URI (i.e.
testUpdateUserCredential() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testUpdateUserCredentialPasswordDoesNotMatchDirectoryComplexityRequirement() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testUpdateUserCredentialToNone() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testUpdateUserPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.UpdateUserTest
 
testUpdateUserPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests updating a user password.
testUpdateUserWithDifferentCaseInEntityIsAccepted() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUpdateUserWithDifferentCaseInUrlIsAccepted() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUpdateUserWithDifferentEntityNameShouldNotRenameUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUpdateWhenGroupDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.group.GroupDaoCRUDTest
 
testUpdateWhenUserDoesNotExist() - Method in class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
testUpgrade() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest
 
testUpgrade() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622IntegrationTest
 
testUpgrade() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask623GenerateExternalIdIntegrationTest
 
testUpgrade() - Method in class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask645IntroduceUserPermissionsIntegrationTest
 
testUrlWithHtmlCharactersDiscoveredAsCorrectIdentifier() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testUrlWithNoUserSpecifiedIsStillDiscoverable() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testUrlWithUnencodedSlashesHasCanonicalFormEncoded() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.PublicIdentityTest
 
testUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
testUserAlreadyExistsError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testUserAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
testUserAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource correctly authenticates a valid user.
testUserAuthentication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that a user can successfully authenticate with an application.
testUserAuthentication_AllowAllToAuthenticate() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will successfully authenticate a user that is not explicitly in an authorised group of the application but is in a directory where all the users are allowed to authenticate with the application.
testUserAuthentication_BadCredentials() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will return a 400 (Bad Request) status if the user authentication details are incorrect.
testUserAuthentication_BadPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that if a bad user credential is given, an error response is returned.
testUserAuthentication_CommonUserUnauthorised() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will only authenticate the first user that it finds with the specified username.
testUserAuthentication_InactiveUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will return a 400 (Bad Request) status if the user is inactive.
testUserAuthentication_InactiveUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that an inactive user cannot create a session.
testUserAuthentication_NestedUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will successfully authenticate a nested user.
testUserAuthentication_NoUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will return a 400 (Bad Request) status if there is no such user.
testUserAuthentication_UnauthorisedGroupUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AuthenticationResourceTest
Tests that the Authentication resource will return a 400 (Bad Request) status if the authentication for the user is correct but the user is not a member of an authorised group of the application.
testUserAuthentication_WithoutPasswordValidation() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that a user can successfully authenticate with an application without password validation when the query parameter "validate-password" is false.
testUserCanLoginAfterResettingPassword() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ResetPasswordTest
 
testUserEncryptionMustBeTheSame() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.DirectoryImporterTest
 
testUserIsReturnedFromServer() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.client.RestCrowdClientTest
 
testUserList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: UserEntityList
testUserLookupByUnknownOpenIdIsNotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUserLookupByV1OpenIdIsNotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUserLookupByV2OpenIdIsFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUserLookupByV2OpenIdWithUnknownUserIsNotFound() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
 
testUsername - Variable in class com.atlassian.crowd.console.action.application.ViewApplication
 
testUserSessionsShowLastAccessTime() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ExpireSessionTest
 
testUserTemplateEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: UserEntity (unmarshalling)
testUserWithAttributesRemoved() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseDirectoryTest
 
testUserWithTrailingWhitespaceFailsWithSpecificError() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.AddPrincipalTest
 
testUsingANonSettableParameter() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLDoubleEvaluationTest
 
testUsingANonStringParameter() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLDoubleEvaluationTest
 
testUsingAStringParameter() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.OGNLDoubleEvaluationTest
CWD-3486
testValidateToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that when the validation factors are correct, and the token is correct, no errors are thrown.
testValidateToken_InvalidToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that when the token is invalid, a 404 (Not Found) status is returned.
testValidateToken_InvalidValidationFactors() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that when the validation factors are not correct, a 400 (Bad request) response is returned.
testValidChange() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
testValidEntitiesAreExpanded() - Method in class com.atlassian.crowd.acceptance.tests.rest.RestXmlParsingTest
 
testValidEntitiesAreExpanded() - Method in class com.atlassian.crowd.acceptance.tests.soap.SoapXmlParsingTest
 
testVersionedEndpointsDoNotAllowExpansion() - Method in class com.atlassian.crowd.acceptance.tests.soap.SoapXmlParsingTest
 
testViewApplicationsForAdmin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewApplicationsTest
 
testViewApplicationsForUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewApplicationsTest
 
testViewApplicationsForUserWithAliases() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewApplicationsTest
 
testViewChangePasswordWithoutPolicy() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testViewChangePasswordWithPolicy() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ChangeExpiredPasswordTest
 
testViewChangePasswordWithPolicy() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ChangePasswordTest
 
testViewConnectorDirectory_SynchroniseCache() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testViewCrowdApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testViewCrowdDirectorySynchroniseCache() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testViewDelegatingNoGroupRoleDnOverlapWarning() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
testViewDemoApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testViewGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testViewGroupMembers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
 
testViewGroupMembersNoModifyPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
 
testViewGroupMembersNoneAssigned() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
 
testViewGroupMembersThenRemoveGroup() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
CWD-716
testViewGroupsForAdmin() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewGroupsTest
 
testViewGroupsForUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewGroupsTest
 
testViewGroupsForUserWithoutAnyGroups() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewGroupsTest
 
testViewInternalDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testViewLDAPDirectory() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testViewNestedGroupAllMembersOnlyGroupsAssigned() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
 
testViewNestedGroupAllUsers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
 
testViewNestedGroupMembers() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
 
testViewNestedGroupMembersOnlyGroupsAssigned() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
 
testViewPluginApplication() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ViewApplicationPluginTest
 
testViewPluginConfiguration() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ViewApplicationPluginTest
 
testViewProfile() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.EditProfileTest
 
testViewPublicProfilePageWithEncodedCharactersShowsOpenIdUrlInEncodedFormat() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTest
 
testViewRoleNoActionMapped() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewRoleTest
 
testViewRolesNoActionMapped() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewRolesTest
 
testViewSAMLConfig() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
testViewUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.legacy.BaseLegacyXmlRestoreTest
 
testViewUserGroupsTabWithModifyGroupPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testViewUserGroupsTabWithNoModifyGroupPermissions() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testViewUserWithUserNameWhichContainsNonAsciiCharacters() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
testWebAvatarOptionOffByDefault() - Method in class com.atlassian.crowd.acceptance.tests.administration.GeneralAdministrationTest
 
testWebAvatarOptionToggled() - Method in class com.atlassian.crowd.acceptance.tests.administration.GeneralAdministrationTest
 
testWebhookFullCycle() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
testWrongPassword() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that the REST service does not allow a user to access the Application Management API if an incorrect user password has been given.
testWsdlSame() - Method in class com.atlassian.crowd.acceptance.tests.soap.WsdlTest
Tests that the WSDL is exactly the same as in Crowd 2.0.x.
testXsrfProtection() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdXsrfProtectionTest
 
ThreadLocalState - Class in com.atlassian.crowd.manager.threadlocal
Contains the state of the different thread locals in the application.
ThreadLocalState(SecurityContext, ActionContext, HttpServletRequest, HttpServletResponse) - Constructor for class com.atlassian.crowd.manager.threadlocal.ThreadLocalState
 
ThreadLocalStateAccessor - Interface in com.atlassian.crowd.manager.threadlocal
Service to access the application's ThreadLocal state.
throwEquivalentCheckedException(ApplicationPermissionException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(ApplicationAccessDeniedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(BulkAddFailedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidAuthorizationTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidEmailAddressException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(ExpiredCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InactiveAccountException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidAuthenticationException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidGroupException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidRoleException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidUserException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentGroupNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent GroupNotFoundException from ObjectNotFoundException.
throwEquivalentMembershipNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent MembershipNotFoundException from ObjectNotFoundException.
throwEquivalentObjectNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
throwEquivalentUserNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent UserNotFoundException from ObjectNotFoundException.
throwEquivalentUserOrGroupNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent UserNotFoundException or GroupNotFoundException from ObjectNotFoundException.
throwEquivalentUserOrGroupOrMembershipNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent UserNotFoundException, GroupNotFoundException, MembershipNotFoundException from ObjectNotFoundException.
throwNotFoundByExternalId(String) - Static method in exception com.atlassian.crowd.exception.UserNotFoundException
Static factory to throw a UserNotFoundException when searching by externalId rather than username.
throwSoapEquivalentCheckedException(ApplicationPermissionException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(ApplicationAccessDeniedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(BulkAddFailedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidAuthorizationTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidEmailAddressException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(ExpiredCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InactiveAccountException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidAuthenticationException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidGroupException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidRoleException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidUserException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(GroupNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(UserNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(MembershipNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
TIME_FORMAT - Static variable in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
The format used for times in the REST plugin.
TIME_FORMAT - Static variable in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
The format used for times in the REST plugin.
TimedOperation - Class in com.atlassian.crowd.util
A record of how long an operation is taking, for logging.
TimedOperation() - Constructor for class com.atlassian.crowd.util.TimedOperation
 
TimedProgressOperation - Class in com.atlassian.crowd.util
A class used for timing log messages.
TimedProgressOperation(String, int, Logger) - Constructor for class com.atlassian.crowd.util.TimedProgressOperation
 
TimedProgressOperation(String, int, Logger, long) - Constructor for class com.atlassian.crowd.util.TimedProgressOperation
 
TIMESTAMP_FORMAT - Static variable in interface com.atlassian.crowd.manager.backup.BackupFileConstants
 
TimestampedEntity - Interface in com.atlassian.crowd.model
Some extra methods to add "created date" and "updated date" to Users and Groups.
TimestampedGroup - Interface in com.atlassian.crowd.model.group
Extends the Group interface with "updated date" and "created date".
TimestampedUser - Interface in com.atlassian.crowd.model.user
Extends the user interface with "updated date" and "created date".
TIMEZONE - Static variable in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
title - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
title - Variable in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
TITLE - Static variable in class com.atlassian.crowd.plugin.DecoratorAttributes
 
TO_LOWER_CASE - Static variable in class com.atlassian.crowd.embedded.impl.IdentifierUtils
TO_SOAP_VALIDATION_FACTOR_FUNCTION - Static variable in class com.atlassian.crowd.util.SoapObjectTranslator
 
toApplicationEntities(Collection<Application>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a collection of Applications to a list of ApplicationEntitys.
toApplicationEntity(Application, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an Application to an ApplicationEntity.
toApplicationEntity(Application, Link, ApplicationEntityTranslator.PasswordMode) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an Application to an ApplicationEntity.
toApplicationType(String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an application type string to an ApplicationType.
toApplicationWithNoDirectoryMappings(ApplicationEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an ApplicationEntity to an Application with no directory mappings.
toAttributeEntities(Map<String, String>) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates attributes to AttributeEntityList.
toAttributes(MultiValuedAttributeEntityList) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates MultiValuedAttributeEntityList to Attributes.
toBooleanRestriction(BooleanRestrictionEntity) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
toBooleanRestriction(BooleanRestrictionEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
toBooleanRestrictionEntity(BooleanRestriction) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a BooleanRestriction to a BooleanRestrictionEntity.
toBooleanRestrictionEntity(BooleanRestriction) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a BooleanRestriction to a BooleanRestrictionEntity.
toDeletedAttributeEntityList(Set<String>) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
 
toDirectory() - Method in class com.atlassian.crowd.dao.directory.ImmutableDirectory.Builder
Returns an immutable Directory object with the properties set in this builder.
toDirectory() - Method in class com.atlassian.crowd.embedded.impl.ImmutableDirectory.Builder
Returns an immutable Directory object with the properties set in this builder.
toDirectoryMapping(DirectoryMappingEntity, Application, Directory) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
toDirectoryMappingEntities(List<DirectoryMapping>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a list of DirectoryMapping to a DirectoryMappingEntityList.
toDirectoryMappingEntity(DirectoryMapping, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
toDirectoryMappings(DirectoryMappingEntityList, Application, DirectoryManager) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a DirectoryMappingEntityList to a list of DirectoryMapping.
toDom(Document) - Static method in class com.atlassian.crowd.plugin.saml.Util
Converts a JDOM Document to a W3 DOM document.
toDom(Element) - Static method in class com.atlassian.crowd.plugin.saml.Util
Converts a JDOM Element to a W3 DOM Element
toEmbeddedGroup(Group) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
Converts a directory-specific model group into a directory-agnostic embedded/application group.
toEmbeddedGroups(List<Group>) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
Converts a directory-specific model groups into a directory-agnostic embedded/application groups.
toEmbeddedGroupWithAttributes(GroupWithAttributes) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
Converts a directory-specific model group (with attributes) into a directory-agnostic embedded/application group (with attributes).
toEmbeddedUsers(List<User>) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
Converts a list of model Users to a list of embedded Users.
toEntityReference(Object) - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
toEntityReference(String, Class<? extends EntityType>) - Method in class com.atlassian.crowd.applinks.CrowdHostApplication
 
toEventEntities(Events, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
 
toEventEntity(OperationEvent, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
 
toEvents(EventEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
 
toFriendlyString() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
toGenericIterable(Iterable) - Static method in class com.atlassian.crowd.directory.RFC4519Directory
Converts an Iterable to a generic Iterable.
toggleImportGroups() - Method in class com.atlassian.crowd.pageobjects.ViewDelegatedDirectoryPage
 
toGroup(GroupEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
 
toGroupEntities(List<? extends Group>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a list of Groups to a list of GroupEntities.
toGroupEntity(Group) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates a Group to a GroupEntity.
toGroupEntity(Group, Attributes) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates a Group with Attributes to a GroupEntity.
toGroupEntity(Group, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a Group to a GroupEntity.
toGroupEntity(Group, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a Group to a GroupEntity.
toGroupEntity(Group, Attributes, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a Group with Attributes to a GroupEntity.
toGroupList(GroupEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Transforms GroupEntityList into a list of groups.
toGroupWithAttributesList(GroupEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Transforms GroupEntityList into a list of groups with attributes.
toJdom(Element) - Static method in class com.atlassian.crowd.plugin.saml.Util
Converts a W3 DOM Element to a JDOM Element
Token - Class in com.atlassian.crowd.model.token
Holds the token information for an authenticated entity.
Token(Token) - Constructor for class com.atlassian.crowd.model.token.Token
Copy constructor
token() - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
Token.Builder - Class in com.atlassian.crowd.model.token
 
TOKEN1_ID_HASH - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
TOKEN2_ID_HASH - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
TOKEN3_ID_HASH - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
TOKEN_APPLICATION_ONLY - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_CACHE_CONTROL_MAX_AGE_SYSTEM_PROPERTY - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
Set a system property with this name to define the max-age of the 'Cache-Control' header in the response of the token validation and get user operations on this resource.
TOKEN_EXPIRATION_DATE - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_ID - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
TOKEN_KEY - Static variable in class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
TOKEN_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_PRINCIPAL_ONLY - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_SECRET_NUMBER - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_SEED - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Custom token seed.
TOKEN_SESSION_KEY - Static variable in class com.atlassian.crowd.xwork.SimpleXsrfTokenGenerator
 
tokenAuthenticationManager - Variable in class com.atlassian.crowd.console.action.BaseAction
 
tokenAuthenticationManager - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
TokenAuthenticationManager - Interface in com.atlassian.crowd.manager.authentication
 
tokenAuthenticationManager - Variable in class com.atlassian.crowd.service.AbstractUserService
 
TokenAuthenticationManagerImpl - Class in com.atlassian.crowd.manager.authentication
 
TokenAuthenticationManagerImpl(SessionTokenStorage, ApplicationDAO, TokenFactory, Cache<String, Boolean>, EventPublisher, PropertyManager, DirectoryManager, ApplicationManager, ApplicationService) - Constructor for class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
TokenController - Class in com.atlassian.crowd.plugin.rest.service.controller
Performs token authentication for the user.
TokenController(TokenAuthenticationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.TokenController
 
TokenDAO - Interface in com.atlassian.crowd.dao.token
Manages persistence of Token
TokenDAOHibernate - Class in com.atlassian.crowd.dao.token
 
TokenDAOHibernate(HQLQueryTranslater, Clock, long) - Constructor for class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
TokenDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.token
 
TokenDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOHibernateTest
 
TokenDAOMemory - Class in com.atlassian.crowd.dao.token
An in-memory implementation of the TokenDAO.
TokenDAOMemory(CacheFactory) - Constructor for class com.atlassian.crowd.dao.token.TokenDAOMemory
 
TokenDAOMemory(Cache<String, Token>, Cache<String, Token>) - Constructor for class com.atlassian.crowd.dao.token.TokenDAOMemory
 
TokenDAOMemoryTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.token
 
TokenDAOMemoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOMemoryTest
 
TokenDAOSearchUtils - Class in com.atlassian.crowd.dao.token
 
TokenDAOSearchUtils() - Constructor for class com.atlassian.crowd.dao.token.TokenDAOSearchUtils
 
TokenDAOTester - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.token
Base class for TokenDAO tests.
TokenDAOTester() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.token.TokenDAOTester
 
TokenExpiredException - Exception in com.atlassian.crowd.exception
Thrown to indicate that the token has expired and is not valid anymore.
TokenExpiredException() - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
 
TokenExpiredException(String) - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
TokenExpiredException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
TokenExpiredException(Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenExpiredException
TokenFactory - Interface in com.atlassian.crowd.manager.token.factory
Responsible for the creation of Token's this should be the only way you create a Token for Crowd
TokenFactoryImpl - Class in com.atlassian.crowd.manager.token.factory
The TokenGenerator is responsible for generating tokens when a successful authentication has occurred.
TokenFactoryImpl(TokenKeyGenerator, SecureRandomService) - Constructor for class com.atlassian.crowd.manager.token.factory.TokenFactoryImpl
 
TokenFactoryImpl(TokenKeyGenerator) - Constructor for class com.atlassian.crowd.manager.token.factory.TokenFactoryImpl
 
TokenInvalidatedEvent - Class in com.atlassian.crowd.event.token
An Event that's fired when a Token is invalidated.
TokenInvalidatedEvent(Object, Token) - Constructor for class com.atlassian.crowd.event.token.TokenInvalidatedEvent
 
TokenKeyGenerator - Interface in com.atlassian.crowd.manager.token.factory
Handles the creation of a 'random' token key
TokenKeyGeneratorImpl - Class in com.atlassian.crowd.manager.token.factory
 
TokenKeyGeneratorImpl(TrustedProxyManager, String) - Constructor for class com.atlassian.crowd.manager.token.factory.TokenKeyGeneratorImpl
 
TokenLifetime - Class in com.atlassian.crowd.model.token
A value object that describes the requested lifetime of a new Token.
TokenManager - Interface in com.atlassian.crowd.manager.token
A marker interface for a SessionTokenStorage that should be used for token management.
tokenMatchesSearchRestriction(Token, SearchRestriction) - Static method in class com.atlassian.crowd.dao.token.TokenDAOSearchUtils
 
tokenNames - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
tokenNames - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
TokenNotFoundException - Exception in com.atlassian.crowd.exception
Thrown to indicate that the token does not exist in the server.
TokenNotFoundException() - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
 
TokenNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
 
TokenNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
 
TokenNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.TokenNotFoundException
 
TokenQuery - Class in com.atlassian.crowd.search.query.entity
 
TokenQuery(SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.TokenQuery
 
TokenResource - Class in com.atlassian.crowd.plugin.rest.service.resource
Crowd SSO Token Resource.
TokenResource(TokenController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
 
TokenResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
TokenResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Constructs a test case with the given name.
TokenResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Constructs a test case with the given name, using the given RestServer.
TokenTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
 
TokenTermKeys() - Constructor for class com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
 
TokenValidationLoadTest - Class in com.atlassian.crowd.acceptance.tests.client.load
 
TokenValidationLoadTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.load.TokenValidationLoadTest
 
toLdapNameKeyedMap() - Method in class com.atlassian.crowd.directory.ldap.cache.LDAPEntityNameMap
 
toLowerCase(String) - Static method in class com.atlassian.crowd.embedded.impl.IdentifierUtils
Converts the given identifier string to lowercase.
Tombstone - Class in com.atlassian.crowd.model
Active Directory deleted object (tombstone).
Tombstone(String, String) - Constructor for class com.atlassian.crowd.model.Tombstone
 
TOMBSTONE_TO_GUID_FUNCTION - Static variable in class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
TombstoneContextMapper - Class in com.atlassian.crowd.directory.ldap.mapper
Specific to Active Directory to map deleted objects.
TombstoneContextMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.TombstoneContextMapper
 
tomcatJSessionIdIsHttpOnlyCookie() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.WebAppTest
 
toMinimalGroupEntities(Collection<String>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a list of group names to a GroupEntityList.
toMinimalUserEntities(List<String>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a list of usernames to a UserEntityList.
toModelGroupMembershipQuery(MembershipQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
 
toModelGroupQuery(GroupQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
 
toModelUserMembershipQuery(MembershipQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
 
toModelUserQuery(UserQuery) - Static method in class com.atlassian.crowd.embedded.core.util.ConversionUtils
 
toMultiValuedAttributeEntityList(Attributes) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates Attributes to MultiValuedAttributeEntityList.
toMultiValuedAttributeEntityList(Map<String, Set<String>>) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates Attributes to MultiValuedAttributeEntityList.
toMultiValuedAttributeEntityList(Map<String, Set<String>>, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates Attributes to MultiValuedAttributeEntityList.
toMultiValuedAttributeEntityList(Attributes, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates Attributes to MultiValuedAttributeEntityList.
toNameList(GroupEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Transforms GroupEntityList into a list of group names.
toNameList(UserEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Transforms UserEntityList into a list of usernames.
toOperationType(String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an operation type string to an OperationType.
toOperationTypes(Set<String>) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a set of operation type strings to a set of OperationType.
toOperationTypeString(OperationType) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an OperationType to an operation type string.
toOperationTypeStrings(Set<OperationType>) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a set of OperationTypes to a set of operation type strings.
toPasswordCredential(PasswordEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a PasswordEntity to a PasswordCredential.
toPropertiesMap() - Method in class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
toPropertiesMap() - Method in interface com.atlassian.crowd.embedded.api.ConnectionPoolProperties
 
toPropertiesMap() - Method in class com.atlassian.crowd.embedded.impl.DefaultConnectionPoolProperties
 
toPropertiesMap() - Method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
 
toProperty(PropertyEntity) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyEntity to a Property.
toProperty(PropertyEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyEntity to a Property.
toPropertyEntity(Property) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a Property to a PropertyEntity.
toPropertyEntity(Property) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a Property to a PropertyEntity.
toPropertyRestriction(PropertyRestrictionEntity) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyRestrictionEntity to a PropertyRestriction.
toPropertyRestriction(PropertyRestrictionEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyRestrictionEntity to a PropertyRestriction.
toPropertyRestrictionEntity(PropertyRestriction) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyRestriction to a PropertyRestrictionEntity.
toPropertyRestrictionEntity(PropertyRestriction) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyRestriction to a PropertyRestrictionEntity.
toRemoteAddress(RemoteAddressEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a RemoteAddressEntity to a RemoteAddress.
toRemoteAddressEntities(Set<RemoteAddress>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translate from a set of RemoteAddresses to RemoteAddressEntitySet.
toRemoteAddressEntity(RemoteAddress, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translate from a RemoteAddress to a RemoteAddressEntity.
toRemoteAddresses(RemoteAddressEntitySet) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a RemoteAddressEntitySet to a set of RemoteAddress.
toResponse(AliasAlreadyInUseException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.AliasAlreadyInUseExceptionMapper
 
toResponse(AnonymousUserPermissionException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.AnonymousUserPermissionExceptionMapper
 
toResponse(ApplicationAccessDeniedException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAccessDeniedExceptionMapper
 
toResponse(ApplicationAlreadyExistsException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAlreadyExistsExceptionMapper
 
toResponse(ApplicationManagerException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationManagerExceptionMapper
 
toResponse(ApplicationNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationNotFoundExceptionMapper
 
toResponse(ApplicationPermissionException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationPermissionExceptionMapper
 
toResponse(DirectoryNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.DirectoryNotFoundExceptionMapper
 
toResponse(EventTokenExpiredException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.EventTokenExpiredExceptionMapper
 
toResponse(ExpiredCredentialException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ExpiredCredentialExceptionMapper
 
toResponse(GroupNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.GroupNotFoundExceptionMapper
 
toResponse(IllegalArgumentException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.IllegalArgumentExceptionMapper
 
toResponse(InactiveAccountException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InactiveAccountExceptionMapper
 
toResponse(IncrementalSynchronisationNotAvailableException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.IncrementalSynchronisationNotAvailableExceptionMapper
 
toResponse(InvalidAuthenticationException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidAuthenticationExceptionMapper
 
toResponse(InvalidCredentialException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidCredentialExceptionMapper
 
toResponse(InvalidEmailAddressException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidEmailAddressExceptionMapper
 
toResponse(InvalidGroupException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidGroupExceptionMapper
 
toResponse(InvalidMembershipException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidMembershipExceptionMapper
 
toResponse(InvalidTokenException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidTokenExceptionMapper
 
toResponse(InvalidUserException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidUserExceptionMapper
 
toResponse(InvalidWebhookEndpointException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidWebhookEndpointUrlExceptionMapper
 
toResponse(MembershipAlreadyExistsException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.MembershipAlreadyExistsExceptionMapper
 
toResponse(MembershipNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.MembershipNotFoundExceptionMapper
 
toResponse(NestedGroupsNotSupportedException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.NestedGroupsNotSupportedExceptionMapper
 
toResponse(OperationFailedException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.OperationFailedExceptionMapper
 
toResponse(UnsupportedOperationException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.UnsupportedOperationExceptionMapper
 
toResponse(UserNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.UserNotFoundExceptionMapper
 
toResponse(UserPermissionDowngradeException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.UserPermissionDowngradeExceptionMapper
 
toResponse(UserPermissionException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.UserPermissionExceptionMapper
 
toResponse(WebhookNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.WebhookNotFoundExceptionMapper
 
toSaveableLDAPValue(String) - Static method in class com.atlassian.crowd.directory.ldap.util.DirectoryAttributeRetriever
Transforms attribute values in order to comply with LDAP schemas.
toSearchRestriction(SearchRestrictionEntity) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a SearchRestrictionEntity to a SearchRestriction.
toSearchRestriction(SearchRestrictionEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a SearchRestrictionEntity to a SearchRestriction.
toSearchRestrictionEntity(SearchRestriction) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a SearchRestriction a SearchRestrictionEntity.
toSearchRestrictionEntity(SearchRestriction) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a SearchRestriction a SearchRestrictionEntity.
toSoapApplicationAuthenticationContext(ApplicationAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to SOAP version of ApplicationAuthenticationContext.
toSoapAuthenticatedToken(AuthenticatedToken) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of AuthenticatedToken.
toSoapPasswordCredential(PasswordCredential) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of PasswordCredential.
toSoapUserAuthenticationContext(UserAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to SOAP version of UserAuthenticationContext.
toSoapValidationFactor(ValidationFactor) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of ValidationFactor.
toSoapValidationFactors(ValidationFactor[]) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of ValidationFactor.
toString() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
toString() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipsEntity
 
toString() - Method in class com.atlassian.crowd.core.tiny.PairType
 
toString() - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
toString(StringBuilder) - Method in class com.atlassian.crowd.directory.ldap.util.RangeOption
 
toString() - Method in class com.atlassian.crowd.directory.PasswordLengthConstraint
 
toString() - Method in class com.atlassian.crowd.directory.PasswordScoreConstraint
 
toString() - Method in class com.atlassian.crowd.directory.RegexConstraint
 
toString() - Method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
toString() - Method in class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
 
toString() - Method in class com.atlassian.crowd.embedded.propertyset.DebugLoggingPropertySet
 
toString() - Method in class com.atlassian.crowd.embedded.propertyset.EmbeddedCrowdPropertySet
 
toString() - Method in class com.atlassian.crowd.event.recovery.RecoveryModeActivatedEvent
 
toString() - Method in class com.atlassian.crowd.importer.config.Configuration
 
toString() - Method in class com.atlassian.crowd.importer.config.DirectoryConfiguration
 
toString() - Method in class com.atlassian.crowd.importer.model.MembershipDTO
 
toString() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
toString() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
toString() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
toString() - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
toString() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
 
toString() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
toString() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
toString() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipsEntity
 
toString() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity
 
toString() - Method in class com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
 
toString() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
toString() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPGroup
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPRole
Deprecated.
 
toString() - Method in class com.atlassian.crowd.manager.permission.DirectoryGroupImpl
 
toString() - Method in class com.atlassian.crowd.manager.permission.PermittedGroupImpl
 
toString() - Method in class com.atlassian.crowd.model.alias.Alias
 
toString() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
toString() - Method in class com.atlassian.crowd.model.application.RemoteAddress
 
toString() - Method in class com.atlassian.crowd.model.authentication.AuthenticatedToken
 
toString() - Method in class com.atlassian.crowd.model.authentication.AuthenticationContext
 
toString() - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
 
toString() - Method in class com.atlassian.crowd.model.authentication.ValidationFactor
 
toString() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
toString() - Method in class com.atlassian.crowd.model.EntityWithAttributes
 
toString() - Method in class com.atlassian.crowd.model.event.UserEvent
 
toString() - Method in class com.atlassian.crowd.model.event.UserMembershipEvent
 
toString() - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
toString() - Method in class com.atlassian.crowd.model.group.InternalGroup
 
toString() - Method in class com.atlassian.crowd.model.group.InternalGroupAttribute
 
toString() - Method in class com.atlassian.crowd.model.group.InternalGroupWithAttributes
 
toString() - Method in class com.atlassian.crowd.model.group.LDAPGroupWithAttributes
 
toString() - Method in class com.atlassian.crowd.model.InternalEntityAttribute
 
toString() - Method in class com.atlassian.crowd.model.InternalEntityTemplate
 
toString() - Method in class com.atlassian.crowd.model.membership.InternalMembership
 
toString() - Method in class com.atlassian.crowd.model.permission.InternalGrantedPermission
 
toString() - Method in class com.atlassian.crowd.model.property.Property
 
toString() - Method in class com.atlassian.crowd.model.token.Token
 
toString() - Method in class com.atlassian.crowd.model.Tombstone
 
toString() - Method in class com.atlassian.crowd.model.user.InternalUser
 
toString() - Method in class com.atlassian.crowd.model.user.InternalUserAttribute
 
toString() - Method in class com.atlassian.crowd.model.user.LDAPUserWithAttributes
 
toString() - Method in class com.atlassian.crowd.model.user.UserTemplate
 
toString() - Method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
toString() - Method in class com.atlassian.crowd.model.webhook.WebhookTemplate
 
toString() - Method in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
toString() - Method in class com.atlassian.crowd.openid.server.model.profile.SREGAttributes
 
toString() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
toString() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
toString() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
toString() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
toString() - Method in exception com.atlassian.crowd.plugin.saml.SAMLException
 
toString() - Method in class com.atlassian.crowd.search.EntityDescriptor
 
toString() - Method in class com.atlassian.crowd.search.hibernate.HQLQuery
 
toString() - Method in class com.atlassian.crowd.search.query.entity.EntityQuery
 
toString() - Method in class com.atlassian.crowd.search.query.entity.restriction.BooleanRestrictionImpl
 
toString() - Method in class com.atlassian.crowd.search.query.entity.restriction.PropertyImpl
 
toString() - Method in class com.atlassian.crowd.search.query.entity.restriction.TermRestriction
 
toString() - Method in class com.atlassian.crowd.search.query.membership.MembershipQuery
 
toString() - Method in class com.atlassian.crowd.search.SearchContext
 
toString() - Method in class com.atlassian.crowd.service.client.AbstractClientProperties
 
toString() - Method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
toString() - Method in class com.atlassian.crowd.util.BoundedCount
 
toString() - Method in class com.atlassian.crowd.util.Percentage
 
toString() - Method in class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
 
toString(Boolean) - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanTypeDescriptor
 
toSynchronisationInformationEntity(I18nResolver, DirectorySynchronisationRoundInformation) - Static method in class com.atlassian.crowd.rest.plugin.util.SynchronisationEntityTranslator
 
toSynchronisationStatusEntity(I18nResolver, DirectorySynchronisationInformation) - Static method in class com.atlassian.crowd.rest.plugin.util.SynchronisationEntityTranslator
 
toTimeStamp() - Method in class com.atlassian.crowd.manager.backup.DefaultBackupFileStore
 
toUri() - Method in class com.atlassian.crowd.manager.avatar.AvatarReference.BlobAvatar
 
toUri() - Method in interface com.atlassian.crowd.manager.avatar.AvatarReference
Return a URI, which may be a large data: URI, that points to this avatar.
toUri() - Method in class com.atlassian.crowd.manager.avatar.AvatarReference.UriAvatarReference
 
toUser() - Method in class com.atlassian.crowd.embedded.impl.ImmutableUser.Builder
Returns an immutable User object with the properties set in this builder.
toUserEntities(List<? extends User>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a list of users to a list of UserEntities.
toUserEntity(User) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates a User to a UserEntity.
toUserEntity(User, PasswordCredential) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates a User to a UserEntity.
toUserEntity(User, Attributes) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Translates a User with Attributes to a UserEntity.
toUserEntity(User, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a User to a UserEntity.
toUserEntity(User, Attributes, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
Translates a User with Attributes to a UserEntity.
toUserList(UserEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Transforms UserEntityList into a list of users.
toUserWithAttributesList(UserEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
Transforms UserEntityList into a list of users with attributes.
toUserWithNoAttributes(User) - Static method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
Creates new UserTemplateWithAttributes based on the given user with empty attributes.
toUserWithNoAttributes(User) - Static method in class com.atlassian.crowd.model.user.UserTemplateWithAttributes
Creates new UserTemplateWithAttributes based on the given user with empty attributes.
TransactionalDirectoryCacheFactory - Class in com.atlassian.crowd.directory
DirectoryCacheFactory that returns DbCachingRemoteDirectoryCache instance wrapped with TransactionInterceptor.
TransactionalDirectoryCacheFactory(DirectoryDao, SynchronisationStatusManager, EventPublisher, TransactionInterceptor) - Constructor for class com.atlassian.crowd.directory.TransactionalDirectoryCacheFactory
 
TransactionalEventPublisher - Class in com.atlassian.crowd.util
An event publisher that wraps (declaratively) event publishing in a transaction.
TransactionalEventPublisher(EventPublisher) - Constructor for class com.atlassian.crowd.util.TransactionalEventPublisher
 
TransactionGroup<T extends Serializable,E extends Serializable> - Class in com.atlassian.crowd.util.persistence.hibernate.batch
A group of objects that are to be committed in one transaction.
TransactionGroup(T, Collection<? extends E>) - Constructor for class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
 
transformResults(List) - Static method in class com.atlassian.crowd.search.hibernate.HibernateSearchResultsTransformer
 
translate(User, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.UserEntityUtil
 
translateException(Exception) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdAuthenticationProvider
Converts Crowd-specific exceptions to Spring Security-friendly exceptions.
translateException(Exception) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdAuthenticationProvider
Converts Crowd-specific exceptions to Spring Security-friendly exceptions.
translateWithAttributes(User, Attributes, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.UserEntityUtil
 
TranslatingApplicationService - Class in com.atlassian.crowd.manager.application
This class is responsible for translating application specific usernames (aliased usernames) to directory specific usernames (unaliased usernames) and the other way around.
TranslatingApplicationService(ApplicationService, AliasManager) - Constructor for class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
TransparentConfiguration - Class in com.atlassian.crowd.util.persistence.hibernate
Helper class to allow visibility of tables in a Hibernate Configuration.
TransparentConfiguration() - Constructor for class com.atlassian.crowd.util.persistence.hibernate.TransparentConfiguration
 
triggerPoll(long, SynchronisationMode) - Method in class com.atlassian.crowd.manager.directory.monitor.poller.AtlassianSchedulerDirectoryPollerManager
 
triggerPoll(long, SynchronisationMode) - Method in interface com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerManager
Manually triggers the directory poller to immediately poll the directory and synchronise changes.
truncateValue(String) - Static method in class com.atlassian.crowd.util.InternalEntityUtils
Truncates the given value so that it will conform with database constraints.
TRUSTED_PROXY_SERVERS - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: A comma-delimited list of trusted proxy servers.
TrustedApplicationStore - Interface in com.atlassian.crowd.trusted
Persistence service for trusted apps
TrustedProxyManager - Interface in com.atlassian.crowd.manager.proxy
Manages the list of trusted proxies.
TrustedProxyManagerImpl - Class in com.atlassian.crowd.manager.proxy
Handles the list of proxy servers whose X-Forwarded-For headers we trust.
TrustedProxyManagerImpl(PropertyManager, Cache<String, Boolean>) - Constructor for class com.atlassian.crowd.manager.proxy.TrustedProxyManagerImpl
 
TrustRelationshipMode - Enum in com.atlassian.crowd.openid.server.manager.property
Switches between various address restriction modes.
TYPE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.ApplicationTermKeys
Type of application (ApplicationType).
TYPE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.DirectoryTermKeys
Type of directory.
TYPE_PROPERTY - Static variable in class com.atlassian.crowd.dao.directory.DirectoryPropertiesMapper
 
typedEntityNotFoundException(String, Class<T>) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 

U

UF_ACCOUNTDISABLE - Static variable in class com.atlassian.crowd.directory.MicrosoftActiveDirectory
 
UNARY_NULL_OPERATOR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
UNARY_NULL_OPERATOR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
UNARY_NULL_OPERATOR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
UNARY_OP_SEPARATOR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
UNARY_OP_SEPARATOR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
UNARY_OP_SEPARATOR - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
unaryOperator() - Method in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
unaryOperator_return() - Constructor for class com.atlassian.crowd.cql.parser.antlr.CqlParser.unaryOperator_return
 
unauthenticated() - Static method in class com.atlassian.crowd.integration.AuthenticationState
 
unbind(Name) - Method in class com.atlassian.crowd.directory.ldap.SpringLdapTemplateWrapper
 
unconfigureDatabase() - Method in class com.atlassian.crowd.console.setup.DefaultHibernateConfigurator
 
unencrypted(String) - Static method in class com.atlassian.crowd.embedded.api.PasswordCredential
 
unencrypted(String) - Static method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
UnfilteredCrowdService - Interface in com.atlassian.crowd.embedded.api
Provides the interface for performing unfiltered User and Group operations in Crowd.
UNICODE_ESC - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
UNICODE_ESC - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
UNICODE_ESC - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
UNLIMITED_LICENSE_KEY - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
unregister(Object) - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
 
unregister() - Method in class com.atlassian.crowd.manager.directory.monitor.poller.DirectoryPollerJobRunner
 
unregister(Object) - Method in class com.atlassian.crowd.util.TransactionalEventPublisher
 
unregisterAll() - Method in class com.atlassian.crowd.embedded.event.NoOpEventPublisher
 
unregisterAll() - Method in class com.atlassian.crowd.util.TransactionalEventPublisher
 
unregisterBeanDefinition(String) - Method in class com.atlassian.crowd.plugin.descriptors.SpringComponentModuleDescriptor
 
unregisterListeners() - Method in class com.atlassian.crowd.manager.backup.AtlassianSchedulerBackupScheduler
 
unregisterWebhook(long) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
unregisterWebhook(Application, long) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
unregisterWebhook(Application, long) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Unregisters a Webhook.
unregisterWebhook(Application, long) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
unregisterWebhook(String, long) - Method in class com.atlassian.crowd.plugin.rest.service.controller.WebhooksController
 
unregisterWebhook(Long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
unregisterWebhook(long) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Unregisters a Webhook on the server.
unremovedGroups - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
unsubscribedGroups - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class com.atlassian.crowd.integration.soap.springsecurity.CrowdSSOAuthenticationProcessingFilter
Attempts to remove any SSO tokens associated with the request, effectively logging the user out of Crowd.
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class com.atlassian.crowd.integration.springsecurity.CrowdSSOAuthenticationProcessingFilter
Attempts to remove any SSO tokens associated with the request, effectively logging the user out of Crowd.
UnsupportedCrowdApiException - Exception in com.atlassian.crowd.exception
Failure because this API call is only supported by a later version of Crowd.
UnsupportedCrowdApiException(String, String) - Constructor for exception com.atlassian.crowd.exception.UnsupportedCrowdApiException
 
UnsupportedOperationExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an UnsupportedOperationException to a Response.
UnsupportedOperationExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.UnsupportedOperationExceptionMapper
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanTypeDescriptor
 
update(Application) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Will only update the core attributes to an application, i.e.
update(Application) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
update(Directory) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOFile
 
update(Directory) - Method in class com.atlassian.crowd.dao.directory.DirectoryDAOHibernate
 
update(Directory) - Method in class com.atlassian.crowd.dao.directory.FailoverDirectoryDAO
 
update(Group) - Method in class com.atlassian.crowd.dao.group.GroupDAOHibernate
 
update(Property) - Method in interface com.atlassian.crowd.dao.property.PropertyDAO
Updates a property.
update(Property) - Method in class com.atlassian.crowd.dao.property.PropertyDAOHibernate
 
update(Token) - Method in interface com.atlassian.crowd.dao.token.SessionTokenStorage
 
update(Token) - Method in class com.atlassian.crowd.dao.token.TokenDAOHibernate
 
update(Token) - Method in class com.atlassian.crowd.dao.token.TokenDAOMemory
 
update(User) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
update(Webhook) - Method in class com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
 
update(Webhook) - Method in interface com.atlassian.crowd.dao.webhook.WebhookDAO
 
update(Webhook) - Method in class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
update(Directory) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
Persists any changes made to the provided directory.
update(Group) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
Updates group.
update(User) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Updates all the user properties (except the username) of the user with the same directory and case-insensitive name.
update(Application) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Updates an application's details.
update(Application) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
update(Token) - Method in class com.atlassian.crowd.manager.token.SimpleTokenManagerImpl
 
update(Token) - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
update(Webhook) - Method in interface com.atlassian.crowd.manager.webhook.WebhookRegistry
Updates an existing Webhook.
update(Webhook) - Method in class com.atlassian.crowd.manager.webhook.WebhookRegistryImpl
 
update(T) - Method in interface com.atlassian.crowd.openid.server.model.EntityObjectDAO
Updates an existing DAO object, if the object does not exist it will be added to the persistence store.
update(T) - Method in class com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate
 
update(T) - Method in class com.atlassian.crowd.openid.server.model.HibernateDao
Updates an existing DAO object, if the object does not exist it will be added to the persistence store.
update(Object) - Method in class com.atlassian.crowd.util.persistence.hibernate.HibernateDao
Updates an existing DAO object, if the object does not exist it will be added to the persistence store.
UPDATE_LICENSE_DEFAULT_PATH - Static variable in class com.atlassian.crowd.console.filter.LicenceFilter
 
UPDATE_LOCAL_TO_FALSE - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
UpdateAddresses - Class in com.atlassian.crowd.console.action.application
 
UpdateAddresses() - Constructor for class com.atlassian.crowd.console.action.application.UpdateAddresses
 
UpdateAliases - Class in com.atlassian.crowd.console.action.principal
 
UpdateAliases() - Constructor for class com.atlassian.crowd.console.action.principal.UpdateAliases
 
updateAlwaysAllowApprovals(User, List<String>, List<String>) - Method in interface com.atlassian.crowd.openid.server.manager.site.SiteManager
Updates which sites are always allowed to authenticate.
updateAlwaysAllowApprovals(User, List<String>, List<String>) - Method in class com.atlassian.crowd.openid.server.manager.site.SiteManagerGeneric
 
UpdateApplication - Class in com.atlassian.crowd.console.action.application
 
UpdateApplication() - Constructor for class com.atlassian.crowd.console.action.application.UpdateApplication
 
updateApplication(ApplicationEntity) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Updates an existing application.
updateApplication(long, ApplicationEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
Updates the specified application.
UpdateApplicationDirectoryGroupTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
UpdateApplicationDirectoryGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateApplicationDirectoryGroupTest
 
UpdateAttributes - Class in com.atlassian.crowd.console.action.principal
 
UpdateAttributes() - Constructor for class com.atlassian.crowd.console.action.principal.UpdateAttributes
 
updateAttributesFrom(Map<String, String>) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
updateAttributesFrom(Map<String, String>) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
UpdateConnectionPool - Class in com.atlassian.crowd.console.action.options
 
UpdateConnectionPool() - Constructor for class com.atlassian.crowd.console.action.options.UpdateConnectionPool
 
UpdateConnectionPoolTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
UpdateConnectionPoolTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.UpdateConnectionPoolTest
 
UpdateConnector - Class in com.atlassian.crowd.console.action.directory
 
UpdateConnector() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateConnector
 
UpdateConnectorConfiguration - Class in com.atlassian.crowd.console.action.directory
Action to handle updating configuration details for a 'Connector' based directory.
UpdateConnectorConfiguration() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
UpdateConnectorConnection - Class in com.atlassian.crowd.console.action.directory
Action to handle updating connection details for a 'Connector' based directory.
UpdateConnectorConnection() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
updateCredential(Application, PasswordCredential) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Updates credential of the given application.
updateCredential(Application, PasswordCredential) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
updateCredential(User, PasswordCredential, int) - Method in class com.atlassian.crowd.dao.user.UserDAOHibernate
 
updateCredential(User, PasswordCredential, int) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
Updates the credential (password) of the user with the same directory and case-insensitive name.
updateCredential(Application, PasswordCredential) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Takes an application with a List of credentials that are unencrypted, encrypts them and then updates the application in the database with the encrypted credentials
updateCredential(Application, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.ApplicationManagerGeneric
 
updateCredentialTo(PasswordCredential, int) - Method in class com.atlassian.crowd.model.user.InternalUser
 
UpdateCustom - Class in com.atlassian.crowd.console.action.directory
 
UpdateCustom() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateCustom
 
UpdateCustomAttributes - Class in com.atlassian.crowd.console.action.directory
Update Action specifically for Custom Directory Attributes
UpdateCustomAttributes() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateCustomAttributes
 
updated(Application, String, String) - Static method in class com.atlassian.crowd.model.event.AliasEvent
 
UPDATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.GroupTermKeys
 
UPDATED_DATE - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
updatedDate - Variable in class com.atlassian.crowd.model.InternalEntity
 
UpdateDelegated - Class in com.atlassian.crowd.console.action.directory
Update Action specifically for the Delegated Directory type
UpdateDelegated() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateDelegated
 
UpdateDelegatedConfiguration - Class in com.atlassian.crowd.console.action.directory
Update Action specifically for the Delegated Directory type
UpdateDelegatedConfiguration() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateDelegatedConfiguration
 
UpdateDelegatedConnection - Class in com.atlassian.crowd.console.action.directory
Update Action specifically for the Delegated Directory type
UpdateDelegatedConnection() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
updateDetailsFrom(Directory) - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
updateDetailsFrom(Group) - Method in class com.atlassian.crowd.model.group.InternalGroup
 
updateDetailsFrom(User) - Method in class com.atlassian.crowd.model.user.InternalUser
 
updateDetailsFrom(Webhook) - Method in class com.atlassian.crowd.model.webhook.WebhookImpl
 
updateDetailsFromApplication(Application) - Method in class com.atlassian.crowd.model.application.ApplicationImpl
Only to be used by the ApplicationDAO#update method
UpdateDirectories - Class in com.atlassian.crowd.console.action.application
 
UpdateDirectories() - Constructor for class com.atlassian.crowd.console.action.application.UpdateDirectories
 
updateDirectory(DirectoryImpl) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
updateDirectory(DirectoryImpl) - Method in class com.atlassian.crowd.console.action.directory.UpdateDelegatedConnection
 
updateDirectory(Directory) - Method in interface com.atlassian.crowd.embedded.api.CrowdDirectoryService
Will update the Directory.
updateDirectory(Directory) - Method in class com.atlassian.crowd.embedded.core.CrowdDirectoryServiceImpl
 
updateDirectory(Directory) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Updates the passed in directory.
updateDirectory(Directory) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
updateDirectoryMapping(long, long, int) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Updates the ordering of directory mappings for an application.
updateDirectoryMapping(long, long, boolean) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Updates a directory mapping.
updateDirectoryMapping(long, long, boolean, Set<OperationType>) - Method in interface com.atlassian.crowd.dao.application.ApplicationDAO
Updates a directory mapping.
updateDirectoryMapping(long, long, int) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
updateDirectoryMapping(long, long, boolean) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
updateDirectoryMapping(long, long, boolean, Set<OperationType>) - Method in class com.atlassian.crowd.dao.application.ApplicationDAOHibernate
 
updateDirectoryMapping(Application, Directory, int) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.
updateDirectoryMapping(Application, Directory, boolean) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will update the Directory Mapping, setting to enable/disable allowing all users to authenticate for the given mapping (not taking group membership into consideration)
updateDirectoryMapping(Application, Directory, boolean, Set<OperationType>) - Method in interface com.atlassian.crowd.manager.application.ApplicationManager
Will update a directory mapping against the Application moving it to the selected position in the list of DirectoryMappings.
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
 
UpdateGeneral - Class in com.atlassian.crowd.console.action.options
 
UpdateGeneral() - Constructor for class com.atlassian.crowd.console.action.options.UpdateGeneral
 
UpdateGroup - Class in com.atlassian.crowd.console.action.group
 
UpdateGroup() - Constructor for class com.atlassian.crowd.console.action.group.UpdateGroup
 
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
updateGroup(GroupTemplate) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Updates the group.
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.Rfc2307
 
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
updateGroup(Group) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Updates the group.
updateGroup(Group) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
updateGroup(Group) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
updateGroup(Application, GroupTemplate) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
updateGroup(Application, GroupTemplate) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Updates the group in ALL the active permissible directories.
updateGroup(Application, GroupTemplate) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
updateGroup(Application, GroupTemplate) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
updateGroup(long, GroupTemplate) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Updates a group with the supplied template and returns the updated group retrieved from the directory specified by the passed in directoryId.
updateGroup(long, GroupTemplate) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
updateGroup(GroupTemplate) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
updateGroup(String, GroupEntity, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Updates a group.
updateGroup(String, GroupEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
Updates an existing group.
UpdateGroup - Class in com.atlassian.crowd.security.demo.action.group
Action to update a Groups groupDescription and 'active' state
UpdateGroup() - Constructor for class com.atlassian.crowd.security.demo.action.group.UpdateGroup
 
updateGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
updateGroup(Group) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Updates a group on the remote Crowd server.
updateGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.GroupManager
Updates a group's details in Crowd.
updateGroup(String, String, boolean) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active
updateGroup(String, String, boolean) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
updateGroup(AuthenticatedToken, String, String, boolean) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active
updateGroup(AuthenticatedToken, String, String, boolean) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
updateGroupAttribute(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates an attribute for a group that is in the application's assigned directory.
updateGroupAttribute(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
updateGroupAttribute(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates an attribute for a group that is in the application's assigned directory..
updateGroupAttribute(AuthenticatedToken, String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
updateGroupLink(Link, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated group Link with the specified group name.
UpdateGroupMembers - Class in com.atlassian.crowd.console.action.group
 
UpdateGroupMembers() - Constructor for class com.atlassian.crowd.console.action.group.UpdateGroupMembers
 
UpdateGroups - Class in com.atlassian.crowd.console.action.application
 
UpdateGroups() - Constructor for class com.atlassian.crowd.console.action.application.UpdateGroups
 
UpdateGroups - Class in com.atlassian.crowd.console.action.principal
 
UpdateGroups() - Constructor for class com.atlassian.crowd.console.action.principal.UpdateGroups
 
updateGroups(Collection<GroupTemplate>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
updateGroupsMembershipOnLogin(User) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
updateGroupUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated group URI with the specified group name.
UpdateInternal - Class in com.atlassian.crowd.console.action.directory
 
UpdateInternal() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateInternal
 
UpdateInternalConfiguration - Class in com.atlassian.crowd.console.action.directory
Action that handles updating the configuration for an Internal Directory
UpdateInternalConfiguration() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
UpdateLicensing - Class in com.atlassian.crowd.console.action.options
 
UpdateLicensing() - Constructor for class com.atlassian.crowd.console.action.options.UpdateLicensing
 
updateLocalGroup(GroupTemplate) - Method in class com.atlassian.crowd.directory.hybrid.LocalGroupHandler
Updates a local group.
updateLogging() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
Updates the logging rules upon a "submit" of the UI form by the user.
UpdateLoggingProfiling - Class in com.atlassian.crowd.console.action.options
Allows configuration of logging and profiling.
UpdateLoggingProfiling() - Constructor for class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
UpdateLoggingProfiling.LoggingConfigEntry - Class in com.atlassian.crowd.console.action.options
Represents a Log4j Config entry, corresponding to a Class or Package mapped to a Level.
UpdateMailServer - Class in com.atlassian.crowd.console.action.options
 
UpdateMailServer() - Constructor for class com.atlassian.crowd.console.action.options.UpdateMailServer
 
UpdateMailTemplate - Class in com.atlassian.crowd.console.action.options
 
UpdateMailTemplate() - Constructor for class com.atlassian.crowd.console.action.options.UpdateMailTemplate
 
UpdateOptions - Class in com.atlassian.crowd.console.action.directory
 
UpdateOptions() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateOptions
 
updatePassword(String, PasswordCredential) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
updatePassword(String, PasswordCredential) - Method in interface com.atlassian.crowd.service.UserManager
Changes the password for the user specified by userName.
UpdatePermissions - Class in com.atlassian.crowd.console.action.application
 
UpdatePermissions() - Constructor for class com.atlassian.crowd.console.action.application.UpdatePermissions
 
UpdatePermissions - Class in com.atlassian.crowd.console.action.directory
Action to handle the updating of Internal Directory Permissions
UpdatePermissions() - Constructor for class com.atlassian.crowd.console.action.directory.UpdatePermissions
 
UpdatePrincipal - Class in com.atlassian.crowd.console.action.principal
 
UpdatePrincipal() - Constructor for class com.atlassian.crowd.console.action.principal.UpdatePrincipal
 
updatePrincipalAttribute(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates an attribute for a principal who is in the application's assigned directory.
updatePrincipalAttribute(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
updatePrincipalAttribute(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates an attribute for a principal who is in the application's assigned directory..
updatePrincipalAttribute(AuthenticatedToken, String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
updatePrincipalCredential(String, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates the password credential for a principal who is in the application's assigned directory.
updatePrincipalCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
updatePrincipalCredential(AuthenticatedToken, String, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates the password credential for a principal who is in the application's assigned directory.
updatePrincipalCredential(AuthenticatedToken, String, PasswordCredential) - Method in class com.atlassian.crowd.service.soap.server.SecurityServerGeneric
 
updateProfile(User, long, Map<String, String>) - Method in interface com.atlassian.crowd.openid.server.manager.profile.ProfileManager
Updates a user's profile given a map of attributes.
updateProfile(User, long, Map<String, String>) - Method in class com.atlassian.crowd.openid.server.manager.profile.ProfileManagerGeneric
 
updateProfiling() - Method in class com.atlassian.crowd.console.action.options.UpdateLoggingProfiling
 
updateProperties(Properties) - Method in class com.atlassian.crowd.openid.server.filter.OpenIDServerClientPropertiesImpl
 
updateProperties(Properties) - Method in interface com.atlassian.crowd.service.client.ClientProperties
Updates all the properties with the new values.
updateProperties(Properties) - Method in class com.atlassian.crowd.service.client.ClientPropertiesImpl
Updates all the client properties with new vew values, which are read from the properties passed as argument.
updateProperties(Properties) - Method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
updateProperty(String, String, String) - Method in class com.atlassian.crowd.util.PropertyUtils
Updates the specified properties file with the specified key/value property
UpdateRemoteCrowd - Class in com.atlassian.crowd.console.action.directory
 
UpdateRemoteCrowd() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowd
 
UpdateRemoteCrowdConnection - Class in com.atlassian.crowd.console.action.directory
Action to handle updating connection details for a remote Crowd directory.
UpdateRemoteCrowdConnection() - Constructor for class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowdConnection
 
UpdateSAMLConfiguration - Class in com.atlassian.crowd.plugin.saml.action
 
UpdateSAMLConfiguration() - Constructor for class com.atlassian.crowd.plugin.saml.action.UpdateSAMLConfiguration
 
UpdateSAMLConfigurationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml
 
UpdateSAMLConfigurationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.UpdateSAMLConfigurationTest
 
updateSchemaIfNeeded() - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
If there are any updates to the Schema needed, do them.
updateSchemaIfNeeded(boolean) - Method in class com.atlassian.crowd.openid.server.util.SchemaHelper
 
updateSchemaIfNeeded() - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
If there are any updates to the Schema needed, do them.
updateSchemaIfNeeded(boolean) - Method in class com.atlassian.crowd.util.persistence.hibernate.SchemaHelper
 
UpdateSessionConfig - Class in com.atlassian.crowd.console.action.options
 
UpdateSessionConfig() - Constructor for class com.atlassian.crowd.console.action.options.UpdateSessionConfig
 
updateSyncEndTime(SynchronisableDirectory) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchroniserHelper
Updates information relevant to a directory's current synchronisation end time.
updateSyncEndTime(SynchronisableDirectory) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserHelperImpl
 
updateSyncStartTime(SynchronisableDirectory) - Method in interface com.atlassian.crowd.manager.directory.DirectorySynchroniserHelper
Updates a SynchronisableDirectory's current synchronisation start time.
updateSyncStartTime(SynchronisableDirectory) - Method in class com.atlassian.crowd.manager.directory.DirectorySynchroniserHelperImpl
 
updateTokenStorage() - Method in interface com.atlassian.crowd.manager.token.SwitchableTokenManager
Updates the switchable token manager to match the current configuration.
updateTokenStorage() - Method in class com.atlassian.crowd.manager.token.SwitchableTokenManagerImpl
 
UpdateTrustedProxies - Class in com.atlassian.crowd.console.action.admin
Removes an address from the list of trusted proxies.
UpdateTrustedProxies() - Constructor for class com.atlassian.crowd.console.action.admin.UpdateTrustedProxies
 
updateUseNestedGroupsAttribute(DirectoryImpl) - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.CachingDirectory
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.InternalDirectory
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
updateUser(UserTemplate) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Updates the user.
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.Rfc2307
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
updateUser(User) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Updates the User.
updateUser(User) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
updateUser(User) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
updateUser(Application, UserTemplate) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
updateUser(Application, UserTemplate) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Updates the user in the first active directory the User belongs.
updateUser(Application, UserTemplate) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
updateUser(Application, UserTemplate) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
updateUser(long, UserTemplate) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
Updates a user with the supplied template and returns the updated user retrieved from the directory specified by the passed in directoryId.
updateUser(long, UserTemplate) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
updateUser(UserTemplate) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
updateUser(String, UserEntity) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Updates a user.
updateUser(String, UserEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Updates a user.
UpdateUser - Class in com.atlassian.crowd.security.demo.action.user
 
UpdateUser() - Constructor for class com.atlassian.crowd.security.demo.action.user.UpdateUser
 
updateUser(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
updateUser(User) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Updates a user on the remote Crowd server.
updateUser(SOAPPrincipal) - Method in interface com.atlassian.crowd.service.UserManager
Updates a user's details in Crowd.
updateUserAndSetActiveFlag(User, User) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractForwardingDirectory
 
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.AppleOpenDirectory
We don't support changing passwords in Open Directory, mainly because we can't figure out how.
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.DbCachingRemoteDirectory
 
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.DelegatedAuthenticationDirectory
 
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.RemoteCrowdDirectory
 
updateUserCredential(String, PasswordCredential) - Method in interface com.atlassian.crowd.directory.RemoteDirectory
Updates the password for a user.
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.directory.SpringLDAPConnector
 
updateUserCredential(User, String) - Method in interface com.atlassian.crowd.embedded.api.CrowdService
Updates the password for a user.
updateUserCredential(User, String) - Method in class com.atlassian.crowd.embedded.core.CrowdServiceImpl
 
updateUserCredential(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
updateUserCredential(Application, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.AbstractDelegatingApplicationService
 
updateUserCredential(Application, String, PasswordCredential) - Method in interface com.atlassian.crowd.manager.application.ApplicationService
Updates the credentials of the first matching user from all the active directories assigned to the application.
updateUserCredential(Application, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.ApplicationServiceGeneric
 
updateUserCredential(Application, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.application.TranslatingApplicationService
 
updateUserCredential(long, String, PasswordCredential) - Method in interface com.atlassian.crowd.manager.directory.DirectoryManager
This will update the user's credential in the given directory specified by the passed in directoryId.
updateUserCredential(long, String, PasswordCredential) - Method in class com.atlassian.crowd.manager.directory.DirectoryManagerGeneric
 
updateUserCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.manager.recovery.RecoveryModeRemoteDirectory
 
updateUserCredential(String, String) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Updates the user's password on the remote Crowd server.
updateUserLink(Link, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated user Link with the specified username.
updateUserPassword(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Updates a user's password.
updateUserPassword(String, PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Updates a user password.
updateUsers(Collection<UserTemplate>) - Method in class com.atlassian.crowd.directory.DbCachingRemoteChangeOperations
 
updateUserSettings(String, Function<UserSettingsBuilder, UserSettings>) - Method in class com.atlassian.sal.crowd.usersettings.CrowdUserSettingsService
 
updateUserSettings(UserKey, Function<UserSettingsBuilder, UserSettings>) - Method in class com.atlassian.sal.crowd.usersettings.CrowdUserSettingsService
 
UpdateUserTest - Class in com.atlassian.crowd.acceptance.tests.applications.demo
 
UpdateUserTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.demo.UpdateUserTest
 
updateUserUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated user URI with the specified username.
UpgradeablePasswordEncoder - Interface in com.atlassian.crowd.password.encoder
Password encoder which provides a way to ask if the password should be re-encoded as it does not match the encoding format of the most secure underlying encoder.
UpgradeManager - Interface in com.atlassian.crowd.manager.upgrade
This manager is responsible for all things related to upgrades for Crowd.
UpgradeManagerImpl - Class in com.atlassian.crowd.manager.upgrade
 
UpgradeManagerImpl() - Constructor for class com.atlassian.crowd.manager.upgrade.UpgradeManagerImpl
 
UpgradeTask - Interface in com.atlassian.crowd.upgrade.tasks
An upgrade task for Crowd
UpgradeTask001 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will add a server id to crowd.cfg.xml if one has not already been set
UpgradeTask001() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask001
 
UpgradeTask002 - Class in com.atlassian.crowd.upgrade.tasks
This class will remove the cache time from the database if it exists.
UpgradeTask002() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask002
 
UpgradeTask003 - Class in com.atlassian.crowd.upgrade.tasks
UpgradeTask Setting the Hi-Lo value in the database if it has not already been set
UpgradeTask003() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask003
 
UpgradeTask112 - Class in com.atlassian.crowd.upgrade.tasks
 
UpgradeTask112() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask112
 
UpgradeTask113 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will set all current Internal Directories to be set to DES
UpgradeTask113() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask113
 
UpgradeTask114 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will migrate all current Applications configured in Crowd from using DES to using the Atlassian SHA1 encryption algorithm
UpgradeTask114() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask114
 
UpgradeTask210 - Class in com.atlassian.crowd.upgrade.tasks
Upgrade task to add the gzip-enabled server property (true by default).
UpgradeTask210() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask210
 
UpgradeTask211 - Class in com.atlassian.crowd.upgrade.tasks
This task will add the default license user count to Crowd, '0'
UpgradeTask211() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
UpgradeTask211(PropertyManager) - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask211
 
UpgradeTask212 - Class in com.atlassian.crowd.upgrade.tasks
Upgrade task to migrate the serverID from the database to crowd.cfg.xml.
UpgradeTask212() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask212
 
UpgradeTask214 - Class in com.atlassian.crowd.upgrade.tasks
An upgrade task that removes the ldap.user.encryption attribute from directories that do not need this attribute, currently this is everything that is not OpenLDAP.
UpgradeTask214() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask214
 
UpgradeTask215 - Class in com.atlassian.crowd.upgrade.tasks
An upgrade task that removes the ldap.user.encryption attribute from directories that do not need this attribute, currently this is everything that is not OpenLDAP.
UpgradeTask215() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask215
 
UpgradeTask216 - Class in com.atlassian.crowd.upgrade.tasks
Makes sure that 1.3 and earlier directories, on upgrade, have an RDN added.
UpgradeTask216() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask216
 
UpgradeTask320 - Class in com.atlassian.crowd.upgrade.tasks
Update the description and application type for the Crowd, Demo and OpenID applications.
UpgradeTask320() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask320
 
UpgradeTask321 - Class in com.atlassian.crowd.upgrade.tasks
Adds "SSO cookie is NOT secure" preference to the database.
UpgradeTask321() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask321
 
UpgradeTask322 - Class in com.atlassian.crowd.upgrade.tasks
Add "displayName" property to LDAP (non-internal) directories.
UpgradeTask322() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask322
 
UpgradeTask342 - Class in com.atlassian.crowd.upgrade.tasks
Default existing AD directories to useMemberOfForGroupMembership = true, and all to useMemberOfAttribute = false.
UpgradeTask342() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask342
 
UpgradeTask360 - Class in com.atlassian.crowd.upgrade.tasks
Removes all existing Tokens.
UpgradeTask360() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask360
 
UpgradeTask361 - Class in com.atlassian.crowd.upgrade.tasks
Set "ldap.roles.disabled" - LDAPPropertiesMapper.ROLES_DISABLED - to false if it's not set.
UpgradeTask361() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask361
 
UpgradeTask395 - Class in com.atlassian.crowd.upgrade.tasks
Updates the 'use relaxed DN standardisation' flag for Directory Connnectors to their defaults as defined in the standard property files.
UpgradeTask395() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask395
 
UpgradeTask396 - Class in com.atlassian.crowd.upgrade.tasks
Disables caching/monitoring if roles have been enabled.
UpgradeTask396() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask396
 
UpgradeTask397 - Class in com.atlassian.crowd.upgrade.tasks
Disabling roles for delegating directories
UpgradeTask397() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask397
 
UpgradeTask420 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will migrate class names from the old com.atlassian.crowd.integration.directory.connector package to the com.atlassian.crowd.directory package
UpgradeTask420() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask420
 
UpgradeTask421 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will enable auto-create on auth for existing delegated authentication directories.
UpgradeTask421() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask421
 
UpgradeTask422 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will enable auto-create on auth for existing delegated authentication directories.
UpgradeTask422() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask422
 
UpgradeTask423 - Class in com.atlassian.crowd.upgrade.tasks
Add default values for LDAP connection pool settings to the database
UpgradeTask423() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask423
 
UpgradeTask424 - Class in com.atlassian.crowd.upgrade.tasks
All LDAP directories now have caching enabled.
UpgradeTask424() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask424
 
UpgradeTask425 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will switch internal directories using Atlassian SHA1 for user encryption to use Atlassian Security instead.
UpgradeTask425() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask425
 
UpgradeTask426 - Class in com.atlassian.crowd.upgrade.tasks
This upgrade task will populate displayName and lastName fields using firstName, lastName and name fields for users with empty display name or empty last name in internal directories.
UpgradeTask426() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask426
 
UpgradeTask427 - Class in com.atlassian.crowd.upgrade.tasks
Updating the local column in cwd_group from null to false.
UpgradeTask427() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask427
 
UpgradeTask428 - Class in com.atlassian.crowd.upgrade.tasks
Upgrades the connector directories to include a DirectoryProperties.CACHE_ENABLED properties set to true.
UpgradeTask428() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask428
 
UpgradeTask429 - Class in com.atlassian.crowd.upgrade.tasks
Upgrades directories having InternalDirectoryWithBatching as an implementation class to use InternalDirectory class as an implementation class.
UpgradeTask429() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask429
 
UpgradeTask430 - Class in com.atlassian.crowd.upgrade.tasks
Updating values for application remote addresses to allow support for IPv6
UpgradeTask430() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask430
 
UpgradeTask452 - Class in com.atlassian.crowd.upgrade.tasks
Upgrades directories to contain UPDATE_USER_ATTRIBUTE, UPDATE_GROUP_ATTRIBUTE and UPDATE_ROLE_ATTRIBUTE permissions.
UpgradeTask452() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask452
 
UpgradeTask502 - Class in com.atlassian.crowd.upgrade.tasks
 
UpgradeTask502() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask502
 
UpgradeTask523 - Class in com.atlassian.crowd.upgrade.tasks
 
UpgradeTask523() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask523
 
UpgradeTask524 - Class in com.atlassian.crowd.upgrade.tasks
Upgrades Active Directories to include a SynchronisableDirectoryProperties.INCREMENTAL_SYNC_ENABLED attribute set to true.
UpgradeTask524() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask524
 
UpgradeTask542 - Class in com.atlassian.crowd.upgrade.tasks
Upgrades remote Crowd directories to include a SynchronisableDirectoryProperties.INCREMENTAL_SYNC_ENABLED properties set to true.
UpgradeTask542() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask542
 
UpgradeTask622 - Class in com.atlassian.crowd.upgrade.tasks
Updates cached LDAP directories to include com.atlassian.crowd.model.directory.DirectoryImpl.ATTRIBUTE_KEY_LOCAL_USER_STATUS set to true to preserve the behaviour previous to CWD-995.
UpgradeTask622() - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask622
 
UpgradeTask622ExternalId - Class in com.atlassian.crowd.upgrade.tasks
Updates LDAP and delegating directories configuration by adding the User Unique Id attribute if absent.
UpgradeTask622ExternalId(DirectoryDao, LDAPPropertiesHelper) - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask622ExternalId
 
UpgradeTask622ExternalIdIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.upgrade
 
UpgradeTask622ExternalIdIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622ExternalIdIntegrationTest
 
UpgradeTask622IntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.upgrade
 
UpgradeTask622IntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask622IntegrationTest
 
UpgradeTask623GenerateExternalId - Class in com.atlassian.crowd.upgrade.tasks
Updates users in internal directories to assign them an UUID.
UpgradeTask623GenerateExternalId(DirectoryDao, UserDao) - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask623GenerateExternalId
 
UpgradeTask623GenerateExternalIdIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.upgrade
 
UpgradeTask623GenerateExternalIdIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask623GenerateExternalIdIntegrationTest
 
UpgradeTask645IntroduceUserPermissions - Class in com.atlassian.crowd.upgrade.tasks
 
UpgradeTask645IntroduceUserPermissions(ApplicationDAO, InternalUserPermissionDAO, GroupDao) - Constructor for class com.atlassian.crowd.upgrade.tasks.UpgradeTask645IntroduceUserPermissions
 
UpgradeTask645IntroduceUserPermissionsIntegrationTest - Class in com.atlassian.crowd.acceptance.tests.persistence.upgrade
 
UpgradeTask645IntroduceUserPermissionsIntegrationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.upgrade.UpgradeTask645IntroduceUserPermissionsIntegrationTest
 
UpgradeUtilityDAOHibernate - Class in com.atlassian.crowd.upgrade.util
 
UpgradeUtilityDAOHibernate() - Constructor for class com.atlassian.crowd.upgrade.util.UpgradeUtilityDAOHibernate
 
URI_BASE - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
UriAvatarReference(URI) - Constructor for class com.atlassian.crowd.manager.avatar.AvatarReference.UriAvatarReference
 
uriInfo - Variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
uriInfo - Variable in class com.atlassian.crowd.plugin.rest.service.resource.application.ApplicationResource
 
url - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
URL_HOME - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
UrlTemplateFormatter - Class in com.atlassian.crowd.openid.server.util
 
UrlTemplateFormatter() - Constructor for class com.atlassian.crowd.openid.server.util.UrlTemplateFormatter
 
USE_DEFAULT - Static variable in class com.atlassian.crowd.model.token.TokenLifetime
Indicates that the token does not specify a concrete lifetime, and will use the default lifetime
USE_ENVIRONMENT_VARIABLES - Static variable in class com.atlassian.crowd.integration.Constants
System property for allowing environment variables to override properties from the properties file
USE_WEB_AVATARS - Static variable in class com.atlassian.crowd.model.property.Property
Server Property: Whether or not to use a public service for avatars
useApp() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
useCrowd() - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
useDeveloperLicense() - Static method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SetupCrowdTest
 
useNestedGroups - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
useNestedGroups - Variable in class com.atlassian.crowd.console.action.directory.UpdateInternalConfiguration
 
useNestedGroups - Variable in class com.atlassian.crowd.console.action.directory.UpdateRemoteCrowd
 
user - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
User - Interface in com.atlassian.crowd.embedded.api
Represents a user.
User - Interface in com.atlassian.crowd.integration.model.user
Use for SOAP only.
User - Interface in com.atlassian.crowd.model.user
Represents a user that exists in a directory.
User - Class in com.atlassian.crowd.openid.server.model.user
An end user who has their identity stored in one or more Profiles, and then can choose to provide one of these profiles when an openid client (relying party) requests the openid server to authenticate the user.
User() - Constructor for class com.atlassian.crowd.openid.server.model.user.User
 
User(String) - Constructor for class com.atlassian.crowd.openid.server.model.user.User
 
user() - Static method in class com.atlassian.crowd.search.EntityDescriptor
 
user - Variable in class com.atlassian.crowd.security.demo.action.user.ViewUser
 
user() - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
user(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
A matcher that matches any user; synonymous with CrowdMatchers.user() but its argument is used to set the matcher type.
user() - Static method in class com.atlassian.crowd.test.matchers.UserMatcher
A matcher that matches any user.
user(Class<T>) - Static method in class com.atlassian.crowd.test.matchers.UserMatcher
A matcher that matches any user; synonymous with UserMatcher.user() but its argument is used to set the matcher type.
USER_ATTRIBUTE_KEY - Static variable in class com.atlassian.crowd.plugin.rest.service.util.AuthenticatedUserUtil
 
USER_COMPARATOR - Static variable in class com.atlassian.crowd.embedded.api.UserComparator
Singleton instance of Comparator<User<
USER_DETAILS_TABLE_ID - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
USER_DISPLAYNAME_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal displayName (full name) attribute.
USER_DN_ADDITION - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal base dn.
USER_EMAIL_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal email attribute.
USER_EMAILADDRESS - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_FIRSTNAME - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_FIRSTNAME_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal lastname attribute.
USER_GROUP_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal memberships attribute.
USER_LASTNAME - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_LASTNAME_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal firstname attribute.
USER_LDAP_PROPERTIES - Static variable in class com.atlassian.crowd.directory.ldap.QueryAnalyser
Even though "active" is not really an LDAP field, it has been implemented as such in the past and thus we treat it as such.
USER_LIST_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
Name of the user list field.
USER_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
USER_NONE - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_OBJECT_CLASS_FIELD - Static variable in class com.atlassian.crowd.selenium.tests.console.directory.CreateConnectorTest
 
USER_OBJECT_CLASS_FIELD - Static variable in class com.atlassian.crowd.selenium.tests.console.directory.CreateDelegateTest
 
USER_OBJECTCLASS_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal object class.
USER_OBJECTFILTER_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP role object class.
USER_PASSWORD - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
USER_PASSWORD - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_PASSWORD_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal password attribute.
USER_PERMISSION_DENIED - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
USER_PERMISSIONS_BUILD_NUMBER - Static variable in class com.atlassian.crowd.upgrade.tasks.UpgradeTask645IntroduceUserPermissions
 
USER_PREFIX - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_USERNAME - Static variable in class com.atlassian.crowd.importer.config.CsvConfiguration
 
USER_USERNAME_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
Attribute key for the LDAP principal name attribute.
USER_USERNAME_RDN_KEY - Static variable in interface com.atlassian.crowd.directory.ldap.LDAPPropertiesMapper
The name to be used when building a DN for the user.
USER_XML_NODE - Static variable in class com.atlassian.crowd.migration.UserMapper
 
USER_XML_ROOT - Static variable in class com.atlassian.crowd.migration.UserMapper
 
UserAccountControlMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Maps the userAccountControl on a user.
UserAccountControlMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlMapper
 
UserAccountControlUtil - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Helper class to manipulate the values of Active Directory userAccountControl attribute.
UserAccountControlUtil() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlUtil
 
UserAlreadyExistsException - Exception in com.atlassian.crowd.exception
Thrown to indicate that a user already exists in the directory.
UserAlreadyExistsException(long, String) - Constructor for exception com.atlassian.crowd.exception.UserAlreadyExistsException
 
UserAttributeDeletedEvent - Class in com.atlassian.crowd.event.user
An Event that represents the deletion of an attribute+values against a User
UserAttributeDeletedEvent(Object, Directory, User, String) - Constructor for class com.atlassian.crowd.event.user.UserAttributeDeletedEvent
 
userAttributes - Variable in class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
UserAttributeStoredEvent - Class in com.atlassian.crowd.event.user
An Event that represents the creation of an attribute+values against a User
UserAttributeStoredEvent(Object, Directory, User, Map<String, Set<String>>) - Constructor for class com.atlassian.crowd.event.user.UserAttributeStoredEvent
 
UserAuthenticatedEvent - Class in com.atlassian.crowd.event.user
This event is published when a user has been successfully authenticated to application.
UserAuthenticatedEvent(Object, Directory, Application, User) - Constructor for class com.atlassian.crowd.event.user.UserAuthenticatedEvent
 
UserAuthenticationContext - Class in com.atlassian.crowd.integration.authentication
Use for SOAP only.
UserAuthenticationContext() - Constructor for class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
UserAuthenticationContext(String, PasswordCredential, ValidationFactor[], String) - Constructor for class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
UserAuthenticationContext - Class in com.atlassian.crowd.model.authentication
The UserAuthenticationContext is used to authenticate users.
UserAuthenticationContext() - Constructor for class com.atlassian.crowd.model.authentication.UserAuthenticationContext
 
UserAuthenticationContext(String, PasswordCredential, ValidationFactor[], String) - Constructor for class com.atlassian.crowd.model.authentication.UserAuthenticationContext
 
UserAuthenticationFailedAccessDeniedEvent - Class in com.atlassian.crowd.event.user
 
UserAuthenticationFailedAccessDeniedEvent(Object, User, Application) - Constructor for class com.atlassian.crowd.event.user.UserAuthenticationFailedAccessDeniedEvent
 
UserAuthenticationFailedInvalidAuthenticationEvent - Class in com.atlassian.crowd.event.user
 
UserAuthenticationFailedInvalidAuthenticationEvent(Object, Directory, String) - Constructor for class com.atlassian.crowd.event.user.UserAuthenticationFailedInvalidAuthenticationEvent
 
UserAuthenticationSucceededEvent - Class in com.atlassian.crowd.event.user
This event is published when a user has successfully logged in to a single-sign-on application.
UserAuthenticationSucceededEvent(Object, User, Application, Token) - Constructor for class com.atlassian.crowd.event.user.UserAuthenticationSucceededEvent
 
UserAuthorisationCache - Interface in com.atlassian.crowd.cache
Cache to determine whether a user is authorised to authenticate with an application.
UserAuthorisationCacheImpl - Class in com.atlassian.crowd.cache
Default implementation of UserAuthorisationCache in Crowd.
UserAuthorisationCacheImpl(Cache<String, Boolean>) - Constructor for class com.atlassian.crowd.cache.UserAuthorisationCacheImpl
 
UserAuthoritiesProvider - Interface in com.atlassian.crowd.user
Manually handle username to authorities mapping, rather than depending on the groups they belong to
UserAuthoritiesProviderImpl - Class in com.atlassian.crowd.user
Provide authorities based on userPermission levels, rather than looking at GroupMappings Users with SYS_ADMIN get the ROLE_SYS_ADMIN authority.
UserAuthoritiesProviderImpl(UserPermissionService) - Constructor for class com.atlassian.crowd.user.UserAuthoritiesProviderImpl
 
UserCapabilities - Interface in com.atlassian.crowd.embedded.api
Details of which operations can be performed on a user.
UserComparator - Class in com.atlassian.crowd.embedded.api
Supplies re-useable methods for equals, hashcode and compareTo that can be shared with different implementations of User in order to be compatible.
UserComparator.Key - Class in com.atlassian.crowd.embedded.api
 
UserConstants - Class in com.atlassian.crowd.model.user
A simple class to hold the Constants that are used on a User
UserConstants() - Constructor for class com.atlassian.crowd.model.user.UserConstants
 
UserContextMapper - Class in com.atlassian.crowd.directory.ldap.mapper
Translates information returned from an LDAP directory into a LDAPUserWithAttributes implementation of User.
UserContextMapper(long, LDAPPropertiesMapper, List<AttributeMapper>) - Constructor for class com.atlassian.crowd.directory.ldap.mapper.UserContextMapper
 
UserCreatedEvent - Class in com.atlassian.crowd.event.user
An Event that represents the creation of a User
UserCreatedEvent(Object, Directory, User) - Constructor for class com.atlassian.crowd.event.user.UserCreatedEvent
 
UserCreatedFromDirectorySynchronisationEvent - Class in com.atlassian.crowd.event.user
An Event that represents the creation of a User as a result of directory synchronisation.
UserCreatedFromDirectorySynchronisationEvent(Object, Directory, User) - Constructor for class com.atlassian.crowd.event.user.UserCreatedFromDirectorySynchronisationEvent
 
UserCredentialUpdatedEvent - Class in com.atlassian.crowd.event.user
An Event that is fired when a user (principal) changes their password (credential).
UserCredentialUpdatedEvent(Object, Directory, String, PasswordCredential) - Constructor for class com.atlassian.crowd.event.user.UserCredentialUpdatedEvent
 
UserCredentialValidationFailed - Class in com.atlassian.crowd.event.user
An Event that is fired when a user (principal) attempts to change their password (credential) but it does not meet the password criteria for the directory.
UserCredentialValidationFailed(Object, Directory, Collection<PasswordConstraint>) - Constructor for class com.atlassian.crowd.event.user.UserCredentialValidationFailed
 
userDao - Variable in class com.atlassian.crowd.directory.AbstractInternalDirectory
 
UserDao - Interface in com.atlassian.crowd.embedded.spi
Responsible for the persistence and retrieval of Users, PasswordCredentials and user attributes.
UserDAO - Interface in com.atlassian.crowd.openid.server.model.user
 
UserDaoCRUDTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.user
Integration tests for the CRUD operations of UserDao.
UserDaoCRUDTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoCRUDTest
 
UserDAOHibernate - Class in com.atlassian.crowd.dao.user
 
UserDAOHibernate() - Constructor for class com.atlassian.crowd.dao.user.UserDAOHibernate
 
UserDAOHibernate - Class in com.atlassian.crowd.openid.server.model.user
 
UserDAOHibernate() - Constructor for class com.atlassian.crowd.openid.server.model.user.UserDAOHibernate
 
UserDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.user
This class tests UserDAOHibernate beyond the implementation of the UserDao interface.
UserDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDAOHibernateTest
 
UserDaoSearchTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.user
Integration tests for the search() method of UserDao.
UserDaoSearchTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.user.UserDaoSearchTest
 
UserDeletedEvent - Class in com.atlassian.crowd.event.user
An Event that represents the deletion of a User
UserDeletedEvent(Object, Directory, String) - Constructor for class com.atlassian.crowd.event.user.UserDeletedEvent
 
userDetailsService - Variable in class com.atlassian.crowd.integration.soap.springsecurity.RemoteCrowdAuthenticationProvider
 
userDetailsService - Variable in class com.atlassian.crowd.integration.springsecurity.RemoteCrowdAuthenticationProvider
 
UserDirectoryTokenRemovalListener - Class in com.atlassian.crowd.event.listener
Deletes the appropriate Tokens when a User or Directory is deleted, or when a user is renamed.
UserDirectoryTokenRemovalListener(TokenManager) - Constructor for class com.atlassian.crowd.event.listener.UserDirectoryTokenRemovalListener
 
userDN - Variable in class com.atlassian.crowd.pageobjects.CreateDirectoryPage
 
UserEditedEvent - Class in com.atlassian.crowd.event.user
An event that is published when user is edited
UserEditedEvent(Object, Directory, User, User) - Constructor for class com.atlassian.crowd.event.user.UserEditedEvent
 
UserEmailChangedEvent - Class in com.atlassian.crowd.event.user
An event which is published after a user's email address is updated
UserEmailChangedEvent(Object, Directory, User, String) - Constructor for class com.atlassian.crowd.event.user.UserEmailChangedEvent
 
userEncryptionMethod - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
UserEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a User entity (client side).
UserEntity(String, String, String, String, String, PasswordEntity, boolean, String, Date, Date) - Constructor for class com.atlassian.crowd.integration.rest.entity.UserEntity
 
UserEntity(String, String, String, String, String, PasswordEntity, boolean, String, Date, Date, boolean) - Constructor for class com.atlassian.crowd.integration.rest.entity.UserEntity
 
UserEntity(String, String, String, String, String, PasswordEntity, boolean) - Constructor for class com.atlassian.crowd.integration.rest.entity.UserEntity
 
UserEntity(String, String, String, String, String, PasswordEntity, boolean, boolean) - Constructor for class com.atlassian.crowd.integration.rest.entity.UserEntity
 
UserEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a User entity (server side).
UserEntity(String, String, String, String, String, PasswordEntity, Boolean, Link, String, Long, String, Date, Date) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
UserEntity(String, String, String, String, String, PasswordEntity, Boolean, Link, String, Long, String, Date, Date, boolean) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
UserEntityExpander - Class in com.atlassian.crowd.plugin.rest.entity
Expands a UserEntity from its minimal form to the expanded version.
UserEntityExpander(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserEntityExpander
 
UserEntityList - Class in com.atlassian.crowd.integration.rest.entity
Contains a list of UserEntitys.
UserEntityList(List<UserEntity>) - Constructor for class com.atlassian.crowd.integration.rest.entity.UserEntityList
 
UserEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of UserEntitys.
UserEntityList(List<UserEntity>) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
UserEntityUtil - Class in com.atlassian.crowd.plugin.rest.util
Utility class for UserEntity.
UserEvent - Class in com.atlassian.crowd.model.event
 
UserEvent(Operation, Directory, User, Map<String, Set<String>>, Set<String>) - Constructor for class com.atlassian.crowd.model.event.UserEvent
 
UserEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
UserEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
UserEventEntity(Operation, UserEntity, MultiValuedAttributeEntityList, MultiValuedAttributeEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserEventEntity
 
UserGroupPickerAddTest - Class in com.atlassian.crowd.selenium.tests.console
 
UserGroupPickerAddTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.UserGroupPickerAddTest
 
UserGroupPickerRemoveTest - Class in com.atlassian.crowd.selenium.tests.console
 
UserGroupPickerRemoveTest() - Constructor for class com.atlassian.crowd.selenium.tests.console.UserGroupPickerRemoveTest
 
userIdentityPageIsServedAsHtmlByDefault() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowdid.server.OpenIDServerTestWithOpenID2
 
userImportCount - Variable in class com.atlassian.crowd.console.action.dataimport.ImportJive
 
UserManagementWadlResource - Class in com.atlassian.crowd.plugin.rest.service.resource
Duplicated from com.sun.jersey.server.impl.wadl.WadlResource as atlassian-rest filter blocks access to application.wadl resulting in a 401 unauthorized exception.
UserManagementWadlResource() - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.UserManagementWadlResource
 
userManager - Variable in class com.atlassian.crowd.openid.server.action.BaseAction
 
UserManager - Interface in com.atlassian.crowd.openid.server.manager.user
 
UserManager - Interface in com.atlassian.crowd.service
Methods related to operations on users, but not on their group or role memberships.
UserManagerException - Exception in com.atlassian.crowd.openid.server.manager.user
 
UserManagerException(String) - Constructor for exception com.atlassian.crowd.openid.server.manager.user.UserManagerException
 
UserManagerGeneric - Class in com.atlassian.crowd.openid.server.manager.user
 
UserManagerGeneric(ProfileManager, UserDAO, AuthRecordDAO, OpenIDPropertyManager, CrowdClient) - Constructor for class com.atlassian.crowd.openid.server.manager.user.UserManagerGeneric
 
UserMapper - Class in com.atlassian.crowd.importer.mappers.csv
 
UserMapper(Long, OrderedBidiMap, Boolean, Boolean) - Constructor for class com.atlassian.crowd.importer.mappers.csv.UserMapper
 
UserMapper - Class in com.atlassian.crowd.importer.mappers.jdbc
Will map a row from a JDBC ResultSet to a User.
UserMapper(Configuration, String, String, String, String) - Constructor for class com.atlassian.crowd.importer.mappers.jdbc.UserMapper
 
UserMapper - Class in com.atlassian.crowd.migration.legacy.database
 
UserMapper(SessionFactory, BatchProcessor, JdbcOperations, UserDAOHibernate, DirectoryDAOHibernate) - Constructor for class com.atlassian.crowd.migration.legacy.database.UserMapper
 
UserMapper - Class in com.atlassian.crowd.migration.legacy
 
UserMapper(SessionFactory, BatchProcessor, DirectoryDAOHibernate, InternalUserDao) - Constructor for class com.atlassian.crowd.migration.legacy.UserMapper
 
UserMapper - Class in com.atlassian.crowd.migration
This mapper will handle the mapping of a User.
UserMapper(SessionFactory, BatchProcessor, DirectoryDAOHibernate, UserDAOHibernate, DirectoryManager) - Constructor for class com.atlassian.crowd.migration.UserMapper
 
UserMatcher<E extends User> - Class in com.atlassian.crowd.test.matchers
 
UserMatcher(Matcher<String>, Matcher<Boolean>, Matcher<String>) - Constructor for class com.atlassian.crowd.test.matchers.UserMatcher
 
UserMembershipEvent - Class in com.atlassian.crowd.model.event
 
UserMembershipEvent(Operation, Directory, String, String) - Constructor for class com.atlassian.crowd.model.event.UserMembershipEvent
 
UserMembershipEvent(Operation, Directory, String, Set<String>) - Constructor for class com.atlassian.crowd.model.event.UserMembershipEvent
 
UserMembershipEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
UserMembershipEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
UserMembershipEventEntity(Operation, UserEntity, GroupEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserMembershipEventEntity
 
UserMembershipMapper - Class in com.atlassian.crowd.importer.mappers.jdbc
Will map a row from a JDBC ResultSet to a MembershipDTO.
UserMembershipMapper(String, String) - Constructor for class com.atlassian.crowd.importer.mappers.jdbc.UserMembershipMapper
 
UserMembershipQuery<T> - Class in com.atlassian.crowd.search.query.membership
 
UserMembershipQuery(Class<T>, boolean, EntityDescriptor, String, EntityDescriptor, int, int) - Constructor for class com.atlassian.crowd.search.query.membership.UserMembershipQuery
UserMembershipQuery(Class<T>, boolean, EntityDescriptor, EntityDescriptor, int, int, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.query.membership.UserMembershipQuery
 
UserMembersOfGroupQuery<T> - Class in com.atlassian.crowd.search.query.membership
 
UserMembersOfGroupQuery(Class<T>, boolean, EntityDescriptor, String, EntityDescriptor, int, int) - Constructor for class com.atlassian.crowd.search.query.membership.UserMembersOfGroupQuery
UserMembersOfGroupQuery(Class<T>, boolean, EntityDescriptor, EntityDescriptor, int, int, SearchRestriction, String...) - Constructor for class com.atlassian.crowd.search.query.membership.UserMembersOfGroupQuery
 
username - Variable in class com.atlassian.crowd.console.action.user.EditProfile
 
USERNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the username value.
USERNAME - Static variable in class com.atlassian.crowd.search.query.entity.restriction.constants.UserTermKeys
 
USERNAME_MACRO - Static variable in class com.atlassian.crowd.manager.login.util.ForgottenLoginMailer
Forgotten login username macro key.
USERNAME_PARAM - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
USERNAME_PARAM - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
 
userNamed(String) - Static method in class com.atlassian.crowd.test.matchers.CrowdMatchers
 
userNamed(String) - Static method in class com.atlassian.crowd.test.matchers.UserMatcher
A matcher that matches a user with the given name.
UsernameStoringAuthenticationFailureHandler - Class in com.atlassian.crowd.integration.soap.springsecurity
 
UsernameStoringAuthenticationFailureHandler() - Constructor for class com.atlassian.crowd.integration.soap.springsecurity.UsernameStoringAuthenticationFailureHandler
 
UsernameStoringAuthenticationFailureHandler - Class in com.atlassian.crowd.integration.springsecurity
 
UsernameStoringAuthenticationFailureHandler() - Constructor for class com.atlassian.crowd.integration.springsecurity.UsernameStoringAuthenticationFailureHandler
 
UserNotFoundException - Exception in com.atlassian.crowd.exception.runtime
Thrown when the user is not found.
UserNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.runtime.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.runtime.UserNotFoundException
 
UserNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when the specified user could not be found.
UserNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.UserNotFoundException
 
UserNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
UserNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.UserNotFoundExceptionMapper
 
UserPermission - Enum in com.atlassian.crowd.model.permission
 
UserPermissionAdminResource - Class in com.atlassian.crowd.plugin.rest.service.resource.permission
 
UserPermissionAdminResource(UserPermissionService, UserPermissionAdminService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.permission.UserPermissionAdminResource
 
UserPermissionAdminResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
This is primarily testing 2 things: 1.
UserPermissionAdminResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
Constructs a test case with the given name.
UserPermissionAdminResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.UserPermissionAdminResourceTest
Constructs a test case with the given name, using the given RestServer.
UserPermissionAdminResourceTest.GroupData - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
UserPermissionAdminService - Interface in com.atlassian.crowd.manager.permission
 
UserPermissionAdminServiceImpl - Class in com.atlassian.crowd.manager.permission
All methods on this class require at least ADMIN permissions.
UserPermissionAdminServiceImpl(InternalUserPermissionDAO, UserPermissionService, AuthenticatedUserProvider, DirectoryManager, ApplicationManager, InternalApplicationHelper) - Constructor for class com.atlassian.crowd.manager.permission.UserPermissionAdminServiceImpl
 
UserPermissionDAOHibernate - Class in com.atlassian.crowd.dao.permission
 
UserPermissionDAOHibernate() - Constructor for class com.atlassian.crowd.dao.permission.UserPermissionDAOHibernate
 
UserPermissionDAOHibernateTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.permission
 
UserPermissionDAOHibernateTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.permission.UserPermissionDAOHibernateTest
 
UserPermissionDowngradeException - Exception in com.atlassian.crowd.manager.permission
Thrown when a User can not remove permissions from a group specifically because doing so would downgrade their own permissions.
UserPermissionDowngradeException(String, String) - Constructor for exception com.atlassian.crowd.manager.permission.UserPermissionDowngradeException
 
UserPermissionDowngradeExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
UserPermissionDowngradeExceptionMapper(I18nResolver) - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.UserPermissionDowngradeExceptionMapper
 
UserPermissionException - Exception in com.atlassian.crowd.manager.permission
Thrown when a range of permission based exceptions occur.
UserPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.permission.UserPermissionException
 
UserPermissionException(String) - Constructor for exception com.atlassian.crowd.manager.permission.UserPermissionException
 
UserPermissionExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
UserPermissionExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.UserPermissionExceptionMapper
 
UserPermissionService - Interface in com.atlassian.crowd.manager.permission
Check Crowd access permissions for users, eg SYS_ADMIN and ADMIN.
userPermissionService - Variable in class com.atlassian.crowd.service.AbstractUserService
 
UserPermissionServiceImpl - Class in com.atlassian.crowd.manager.permission
 
UserPermissionServiceImpl(InternalUserPermissionDAO, DirectoryManager, AuthenticatedUserProvider) - Constructor for class com.atlassian.crowd.manager.permission.UserPermissionServiceImpl
 
UserQuery<T> - Class in com.atlassian.crowd.search.query.entity
 
UserQuery(Class<T>, SearchRestriction, int, int) - Constructor for class com.atlassian.crowd.search.query.entity.UserQuery
 
UserRenamedEvent - Class in com.atlassian.crowd.event.user
An Event that represents the renaming of a User
UserRenamedEvent(Object, Directory, User, String) - Constructor for class com.atlassian.crowd.event.user.UserRenamedEvent
 
UserRenamedEventMatcher - Class in com.atlassian.crowd.test.matchers
 
UserRenamedEventMatcher(long, User, String) - Constructor for class com.atlassian.crowd.test.matchers.UserRenamedEventMatcher
 
Users - Class in com.atlassian.crowd.model.user
Utility class for User
USERS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
UsersController - Class in com.atlassian.crowd.plugin.rest.service.controller
Controller responsible for user management.
UsersController(ApplicationService, ApplicationManager, ForgottenLoginManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.UsersController
 
UserSearcherImpl - Class in com.atlassian.crowd.console.action
 
UserSearcherImpl(DirectoryManager, ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.console.action.UserSearcherImpl
 
UserService - Interface in com.atlassian.crowd.service
 
UserServiceImpl - Class in com.atlassian.crowd.service
 
UserServiceImpl(InternalApplicationHelper, ApplicationService, CrowdUserDetailsService, TokenAuthenticationManager, UserPermissionService, AuthenticatedUserProvider) - Constructor for class com.atlassian.crowd.service.UserServiceImpl
 
UsersResource - Class in com.atlassian.crowd.plugin.rest.service.resource
 
UsersResource(UsersController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
 
UsersResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
Tests UsersResource.
UsersResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Constructs a test case with the given name.
UsersResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Constructs a test case with the given name, using the given RestServer.
UserTemplate - Class in com.atlassian.crowd.model.user
A publicly mutable User implementation.
UserTemplate(String, long) - Constructor for class com.atlassian.crowd.model.user.UserTemplate
Build a template for a new user.
UserTemplate(String) - Constructor for class com.atlassian.crowd.model.user.UserTemplate
 
UserTemplate(User) - Constructor for class com.atlassian.crowd.model.user.UserTemplate
Build a template from an existing user.
UserTemplate(String, String, String, String) - Constructor for class com.atlassian.crowd.model.user.UserTemplate
 
UserTemplate(User) - Constructor for class com.atlassian.crowd.model.user.UserTemplate
Build a template from an existing user.
UserTemplateWithAttributes - Class in com.atlassian.crowd.model.user
Mutable user template with mutable attributes.
UserTemplateWithAttributes(String, long) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
UserTemplateWithAttributes(UserWithAttributes) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithAttributes
Creates new UserTemplateWithAttributes based on the given user with attributes.
UserTemplateWithAttributes(UserWithAttributes) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithAttributes
Creates new UserTemplateWithAttributes based on the given user with attributes.
UserTemplateWithAttributes(User) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
UserTemplateWithAttributes(User) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithAttributes
 
UserTemplateWithCredentialAndAttributes - Class in com.atlassian.crowd.model.user
Predominantly used for the 'bulk' adding of users to Crowd.
UserTemplateWithCredentialAndAttributes(String, long, PasswordCredential) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
UserTemplateWithCredentialAndAttributes(User, PasswordCredential) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
UserTemplateWithCredentialAndAttributes(User, Map<String, Set<String>>, PasswordCredential) - Constructor for class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
 
UserTermKeys - Class in com.atlassian.crowd.search.query.entity.restriction.constants
Attributes of a user.
UserTokenReaper - Class in com.atlassian.crowd.manager.token.reaper
The expired token reaper is a scheduled processes that removes expired tokens from the crowd database.
UserTokenReaper(ExpirableUserTokenService) - Constructor for class com.atlassian.crowd.manager.token.reaper.UserTokenReaper
 
UserUpdatedEvent - Class in com.atlassian.crowd.event.user
An Event that represents the updating of a User This is a generic event.
UserUpdatedEvent(Object, Directory, User) - Constructor for class com.atlassian.crowd.event.user.UserUpdatedEvent
 
UserUtils - Class in com.atlassian.crowd.util
General utility class for email related methods.
UserUtils() - Constructor for class com.atlassian.crowd.util.UserUtils
 
UserWithAttributes - Interface in com.atlassian.crowd.embedded.api
Combination of a User and the user's Attributes.
UserWithAttributes - Interface in com.atlassian.crowd.model.user
Represents a user with attributes that exists in a directory.
usesBody() - Method in class com.atlassian.crowd.console.tags.SoyTemplate
 
useUserMembershipAttribute - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
useUserMembershipAttributeForGroupMembership - Variable in class com.atlassian.crowd.console.action.directory.CreateConnector
 
useUserMembershipAttributeForGroupMembership - Variable in class com.atlassian.crowd.console.action.directory.UpdateConnectorConnection
 
UsnChangedCacheRefresher - Class in com.atlassian.crowd.directory.ldap.cache
Retrieves latest changes from MS Active Directory in order to allow "delta" cache refreshes.
UsnChangedCacheRefresher(MicrosoftActiveDirectory) - Constructor for class com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresher
 
UsnChangedCacheRefresherIncSyncException - Exception in com.atlassian.crowd.directory.ldap.cache
Generic exception indicating the incremental sync has failed.
UsnChangedCacheRefresherIncSyncException(String) - Constructor for exception com.atlassian.crowd.directory.ldap.cache.UsnChangedCacheRefresherIncSyncException
 
USNChangedMapper - Class in com.atlassian.crowd.directory.ldap.mapper.attribute
Maps the uSNChanged on an entity.
USNChangedMapper() - Constructor for class com.atlassian.crowd.directory.ldap.mapper.attribute.USNChangedMapper
 
Util - Class in com.atlassian.crowd.plugin.saml
This utility class is used across the various servlets that make up the SAML-based Single Sign-On Reference Tool.
Util() - Constructor for class com.atlassian.crowd.plugin.saml.Util
 

V

VALID_AUTHENTICATION_TYPES - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
VALID_PROTOCOL_TYPES - Static variable in class com.atlassian.crowd.embedded.impl.ConnectionPoolPropertyConstants
 
validate() - Method in class com.atlassian.crowd.console.action.group.UpdateGroup
 
validate(ValidatePasswordRequest) - Method in class com.atlassian.crowd.directory.PasswordLengthConstraint
 
validate(ValidatePasswordRequest) - Method in class com.atlassian.crowd.directory.PasswordScoreConstraint
 
validate(ValidatePasswordRequest) - Method in class com.atlassian.crowd.directory.RegexConstraint
 
validate(ValidatePasswordRequest) - Method in interface com.atlassian.crowd.embedded.api.PasswordConstraint
Validates the given credential according to this constraint's rules.
validate(Application, InetAddress) - Method in interface com.atlassian.crowd.manager.validation.ApplicationRemoteAddressValidator
 
validate(Application, InetAddress) - Method in class com.atlassian.crowd.manager.validation.ApplicationRemoteAddressValidatorImpl
 
validate(Application, InetAddress) - Method in class com.atlassian.crowd.manager.validation.CachedApplicationRemoteAddressValidator
 
validate(Application, HttpServletRequest) - Method in interface com.atlassian.crowd.manager.validation.ClientValidationManager
Validates that the client is allowed to perform the request.
validate(Application, HttpServletRequest) - Method in class com.atlassian.crowd.manager.validation.ClientValidationManagerImpl
 
validate() - Method in class com.atlassian.crowd.migration.verify.DatabaseVerificationManager
Will validate the given document against a list of Verifier's
validate(Document) - Method in class com.atlassian.crowd.migration.verify.VerificationManager
Will validate the given document against a list of Verifier's
validate() - Method in class com.atlassian.crowd.model.application.ApplicationImpl
 
validate() - Method in class com.atlassian.crowd.model.directory.DirectoryImpl
 
validateApplicationToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
validateApplicationToken(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Validates an application token key given validation factors.
validateApplicationToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
validateConnection() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
validateConnection() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
validateCredential(User, PasswordCredential, Set<PasswordConstraint>, String) - Method in interface com.atlassian.crowd.directory.InternalDirectoryUtils
Validates a password credential for a given user against the given set of constraints.
validateCredential(User, PasswordCredential, Set<PasswordConstraint>, String) - Method in class com.atlassian.crowd.directory.InternalDirectoryUtilsImpl
 
validateDetails() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
validateDetails() - Method in class com.atlassian.crowd.console.action.directory.CreateRemoteCrowd
 
validateDirectoryForEntity(DirectoryEntity, Long) - Method in interface com.atlassian.crowd.directory.InternalDirectoryUtils
Validates that the directory entity has the same directory ID as directoryId.
validateDirectoryForEntity(DirectoryEntity, Long) - Method in class com.atlassian.crowd.directory.InternalDirectoryUtilsImpl
 
validateFormEncodedToken(HttpServletRequest) - Method in class com.atlassian.sal.crowd.xsrf.CrowdXsrfTokenValidator
 
validateGroupConfiguration() - Method in class com.atlassian.crowd.console.action.directory.CreateConnector
 
validateGroupConfiguration() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
validateGroupName(Group, String) - Method in interface com.atlassian.crowd.directory.InternalDirectoryUtils
Validates group name.
validateGroupName(Group, String) - Method in class com.atlassian.crowd.directory.InternalDirectoryUtilsImpl
 
validateLength(String) - Static method in class com.atlassian.crowd.util.InternalEntityUtils
Ensures that the given string is not longer than 255 characters.
validateLicense() - Method in class com.atlassian.crowd.service.soap.SOAPService
 
ValidatePasswordRequest - Class in com.atlassian.crowd.embedded.api
Password validation request.
ValidatePasswordRequest(PasswordCredential, User) - Constructor for class com.atlassian.crowd.embedded.api.ValidatePasswordRequest
Creates a new ValidateRequest.
validateProductLicense(String, String, Locale) - Method in class com.atlassian.sal.crowd.license.CrowdLicenseHandler
 
validateRequest(User, OpenIDAuthRequest) - Method in interface com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManager
Validates the OpenID authentication request.
validateRequest(User, OpenIDAuthRequest) - Method in class com.atlassian.crowd.openid.server.manager.openid.OpenIDAuthenticationManagerGeneric
 
validateSOAPService(AuthenticatedToken) - Method in class com.atlassian.crowd.service.soap.SOAPService
 
validateSSOAuthentication(String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
validateSSOAuthentication(String, List<ValidationFactor>) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Validates the SSO authentication.
validateSSOAuthenticationAndGetSession(String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
validateSSOAuthenticationAndGetSession(String, List<ValidationFactor>) - Method in interface com.atlassian.crowd.service.client.CrowdClient
Validates the SSO authentication.
validateToken(String, String, Collection<ValidationFactorEntity>, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Validates a Crowd SSO token and creates a new token with an updated last accessed date (for the internal token representation).
validateToken(String, ValidationFactorEntityList) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
Validates a Crowd SSO token.
validateToken(HttpServletRequest, String) - Method in class com.atlassian.crowd.xwork.SimpleXsrfTokenGenerator
 
validateToken(HttpServletRequest, String) - Method in interface com.atlassian.crowd.xwork.XsrfTokenGenerator
Validate a form token received as part of a web request
validateUserConfiguration() - Method in class com.atlassian.crowd.console.action.directory.UpdateConnectorConfiguration
 
validateUsername(String) - Method in interface com.atlassian.crowd.directory.InternalDirectoryUtils
Validates a username.
validateUsername(String) - Method in class com.atlassian.crowd.directory.InternalDirectoryUtilsImpl
 
validateUserToken(String, ValidationFactor[], String) - Method in class com.atlassian.crowd.manager.authentication.AliasingAwareTokenAuthenticationManager
 
validateUserToken(String, ValidationFactor[], String) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
Validates a user token key given validation factors and checks that the user is allowed to authenticate with the specified application
validateUserToken(String, ValidationFactor[], String) - Method in class com.atlassian.crowd.manager.authentication.TokenAuthenticationManagerImpl
 
VALIDATION_FAILED_ERROR_KEY - Static variable in class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
ValidationFactor - Class in com.atlassian.crowd.integration.authentication
Validation factors are used to construct a unique token when a com.atlassian.crowd.integration.model.RemotePrincipal authenticates with the crowd server.
ValidationFactor() - Constructor for class com.atlassian.crowd.integration.authentication.ValidationFactor
 
ValidationFactor(String, String) - Constructor for class com.atlassian.crowd.integration.authentication.ValidationFactor
 
ValidationFactor - Class in com.atlassian.crowd.model.authentication
Validation factors are used to construct a unique token when a com.atlassian.crowd.integration.model.RemotePrincipal authenticates with the crowd server.
ValidationFactor() - Constructor for class com.atlassian.crowd.model.authentication.ValidationFactor
 
ValidationFactor(String, String) - Constructor for class com.atlassian.crowd.model.authentication.ValidationFactor
 
ValidationFactorEntity - Class in com.atlassian.crowd.integration.rest.entity
REST version of a validation factor.
ValidationFactorEntity(String, String) - Constructor for class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntity
 
ValidationFactorEntity - Class in com.atlassian.crowd.plugin.rest.entity
REST version of a validation factor.
ValidationFactorEntity(String, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntity
 
ValidationFactorEntityList - Class in com.atlassian.crowd.integration.rest.entity
List of ValidationFactors.
ValidationFactorEntityList(List<ValidationFactorEntity>) - Constructor for class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntityList
 
ValidationFactorEntityList - Class in com.atlassian.crowd.plugin.rest.entity
List of ValidationFactors.
ValidationFactorEntityList(List<ValidationFactorEntity>) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntityList
 
Validator - Interface in com.atlassian.crowd.directory.ldap.validator
 
valueFromString(SearchRestrictionEntityTranslator.SupportedType, String) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a String to a value type.
valueFromString(SearchRestrictionEntityTranslator.SupportedType, String) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a String to a value type.
valueOf(String) - Static method in enum com.atlassian.crowd.acceptance.tests.rest.RestServerImpl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache.AllowedTargetAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.console.action.ForgottenLoginDetails.LoginField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.directory.cache.model.EntityType
Returns the enum constant of this type with the specified name.
valueOf(Class<? extends LDAPDirectoryEntity>) - Static method in enum com.atlassian.crowd.directory.cache.model.EntityType
 
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.DirectoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.importer.model.MembershipDTO.ChildType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.integration.rest.entity.ErrorEntity.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.manager.application.NoDirectorySearchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.manager.directory.SynchronisationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.model.application.ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.model.event.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.model.group.GroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.model.membership.MembershipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.model.permission.UserPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.openid.server.action.ForgottenLoginDetails.LoginField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.openid.server.manager.property.TrustRelationshipMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.openid.server.model.record.AuthAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.plugin.rest.entity.ErrorEntity.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator.PasswordMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.search.Entity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.search.query.entity.restriction.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.search.ReturnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.search.SearchContext.PopulateMemberships
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.service.client.AuthenticationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.crowd.acceptance.tests.rest.RestServerImpl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.console.action.directory.SynchroniseDirectoryCache.AllowedTargetAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.console.action.ForgottenLoginDetails.LoginField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.directory.cache.model.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.DirectoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.PasswordScore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.api.PermissionOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.embedded.impl.SystemConnectionPoolProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.importer.model.MembershipDTO.ChildType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.integration.rest.entity.ErrorEntity.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.manager.application.NoDirectorySearchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.manager.directory.SynchronisationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.model.application.ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.model.event.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.model.group.GroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.model.membership.MembershipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.model.permission.UserPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.openid.server.action.ForgottenLoginDetails.LoginField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.openid.server.manager.property.TrustRelationshipMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.openid.server.model.record.AuthAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.plugin.rest.entity.ErrorEntity.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator.PasswordMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator.SupportedType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.search.Entity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.search.query.entity.restriction.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.search.ReturnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.search.SearchContext.PopulateMemberships
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.service.client.AuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor.SecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
valueToString(Object) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts the value to a String.
valueToString(Object) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts the value to a String.
VerificationManager - Class in com.atlassian.crowd.migration.verify
This manager will look after verifiers that need to run against the imported XML document before import to validate that the import can proceed.
VerificationManager(List<Verifier>) - Constructor for class com.atlassian.crowd.migration.verify.VerificationManager
 
Verifier - Interface in com.atlassian.crowd.migration.verify
Responsible for verifying the correctness of an XML backup.
verify(LdifEntry) - Method in class com.atlassian.crowd.apacheds.ApacheDSContextListener
Verifies that an entry exists in the directory with the specified attributes.
verify(Element) - Method in class com.atlassian.crowd.migration.legacy.LegacyXmlVerifier
Verifies an XML document to ensure: 1.
verify() - Method in class com.atlassian.crowd.migration.verify.DatabaseVerifier
This method will verify if the correctness/compatibility of the database.
verify() - Method in class com.atlassian.crowd.migration.verify.LegacyDatabaseVerifier
Verifies a legacy database to ensure: 1.
verify(Element) - Method in class com.atlassian.crowd.migration.verify.LegacyXmlVerifier
Verifies an XML document to ensure: 1.
verify() - Method in class com.atlassian.crowd.migration.verify.SupportedDatabaseVerifier
 
verify(Element) - Method in interface com.atlassian.crowd.migration.verify.Verifier
 
verify(Element) - Method in class com.atlassian.crowd.migration.verify.VersionMismatchVerifier
 
verifyAuthentication(String, String, ValidationFactor[]) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Verifies the authentication of a principal's username/password, given a set of validation factors.
verifyAuthentication(String, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Authenticate a remote principal without using SSO.
verifyAuthentication(String, String, ValidationFactor[]) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
verifyAuthentication(String, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
verifyDatabaseIsSafeToMigrate() - Method in class com.atlassian.crowd.migration.legacy.database.DatabaseMigrationManager
Will validate if we are safe to upgrade or not.
verifyDependencies() - Method in class com.atlassian.crowd.util.DependencyVerifier
 
verifyGroupDoesNotExistInCrowd(String) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
verifyGroupDoesNotExistInCrowdWithCaseSensitiveName(String) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
Either the group doesn't exist or its name has a different case.
verifyGroupExistsInCrowd(String, String...) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
VerifyOpenIDAuthenticationFilter - Class in com.atlassian.crowd.openid.client.filter
Checks if web-user is authenticated.
VerifyOpenIDAuthenticationFilter() - Constructor for class com.atlassian.crowd.openid.client.filter.VerifyOpenIDAuthenticationFilter
 
verifyResponse(HttpServletRequest) - Method in interface com.atlassian.crowd.openid.client.consumer.CrowdConsumer
Verifies an OpenID response from the OpenID server.
verifyResponse(HttpServletRequest) - Method in class com.atlassian.crowd.openid.client.consumer.OpenID4JavaConsumer
Verifies an authentication response from the OpenID Provider.
verifySAMLResponse() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.saml.SAMLAuthTest
 
VerifyTokenFilter - Class in com.atlassian.crowd.integration.http
This filter manages protecting a web.xml url-pattern.
VerifyTokenFilter() - Constructor for class com.atlassian.crowd.integration.http.VerifyTokenFilter
Use this default constructor if you are not using an IoC managed HttpAuthenticator/SecurityServerClient.
VerifyTokenFilter(HttpAuthenticator) - Constructor for class com.atlassian.crowd.integration.http.VerifyTokenFilter
Use this constructor to provide an externally managed singleton instance of the HttpAuthenticator.
verifyUserDoesNotExistInCrowd(String, String, String, String, String...) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
verifyUserExistsInCrowd(String, String, String, String, String...) - Method in class com.atlassian.crowd.acceptance.tests.ApplicationAcceptanceTestCase
 
VersionMismatchVerifier - Class in com.atlassian.crowd.migration.verify
This class will validate the correctness of an XML file to be imported into the currently running version of Crowd.
VersionMismatchVerifier() - Constructor for class com.atlassian.crowd.migration.verify.VersionMismatchVerifier
 
VersionUtils - Class in com.atlassian.crowd.acceptance.utils
 
VeryLargeCsvImporterTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.performance
These two tests are not part of the standard acceptance test harness:
VeryLargeCsvImporterTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.performance.VeryLargeCsvImporterTest
 
ViewApplication - Class in com.atlassian.crowd.console.action.application
 
ViewApplication() - Constructor for class com.atlassian.crowd.console.action.application.ViewApplication
 
ViewApplicationDirectoriesPage - Class in com.atlassian.crowd.pageobjects
 
ViewApplicationDirectoriesPage() - Constructor for class com.atlassian.crowd.pageobjects.ViewApplicationDirectoriesPage
 
ViewApplicationDirectoriesTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
 
ViewApplicationDirectoriesTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationDirectoriesTest
 
ViewApplicationGroups - Class in com.atlassian.crowd.console.action.application
 
ViewApplicationGroups() - Constructor for class com.atlassian.crowd.console.action.application.ViewApplicationGroups
 
ViewApplicationPluginTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.plugin
 
ViewApplicationPluginTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.plugin.ViewApplicationPluginTest
 
ViewApplications - Class in com.atlassian.crowd.console.action.user
 
ViewApplications() - Constructor for class com.atlassian.crowd.console.action.user.ViewApplications
 
ViewApplicationsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
ViewApplicationsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewApplicationsTest
 
ViewApplicationTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Tests updates to an application
ViewApplicationTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewApplicationTest
 
ViewApplicationUsers - Class in com.atlassian.crowd.console.action.application
Adds the ability to search for the users in an application by using the functionality of BrowsePrincipals.
ViewApplicationUsers() - Constructor for class com.atlassian.crowd.console.action.application.ViewApplicationUsers
 
ViewAuthRecord - Class in com.atlassian.crowd.openid.server.action.secure.interaction
 
ViewAuthRecord() - Constructor for class com.atlassian.crowd.openid.server.action.secure.interaction.ViewAuthRecord
 
ViewConnector - Class in com.atlassian.crowd.console.action.directory
 
ViewConnector() - Constructor for class com.atlassian.crowd.console.action.directory.ViewConnector
 
ViewConnectorPage - Class in com.atlassian.crowd.pageobjects
 
ViewConnectorPage() - Constructor for class com.atlassian.crowd.pageobjects.ViewConnectorPage
 
ViewConnectorPage(String) - Constructor for class com.atlassian.crowd.pageobjects.ViewConnectorPage
 
ViewCustom - Class in com.atlassian.crowd.console.action.directory
 
ViewCustom() - Constructor for class com.atlassian.crowd.console.action.directory.ViewCustom
 
ViewDelegated - Class in com.atlassian.crowd.console.action.directory
Extension of the View Connector Action to allow for Delegated Directory Viewing
ViewDelegated() - Constructor for class com.atlassian.crowd.console.action.directory.ViewDelegated
 
ViewDelegatedDirectoryPage - Class in com.atlassian.crowd.pageobjects
 
ViewDelegatedDirectoryPage() - Constructor for class com.atlassian.crowd.pageobjects.ViewDelegatedDirectoryPage
 
ViewDelegatedDirectoryPage(String) - Constructor for class com.atlassian.crowd.pageobjects.ViewDelegatedDirectoryPage
 
ViewDirectory - Class in com.atlassian.crowd.pageobjects
 
ViewDirectory() - Constructor for class com.atlassian.crowd.pageobjects.ViewDirectory
 
ViewDirectory(String) - Constructor for class com.atlassian.crowd.pageobjects.ViewDirectory
 
ViewDirectoryTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Tests to look at updating Crowd directories
ViewDirectoryTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewDirectoryTest
 
ViewGroup - Class in com.atlassian.crowd.console.action.group
 
ViewGroup() - Constructor for class com.atlassian.crowd.console.action.group.ViewGroup
 
ViewGroup - Class in com.atlassian.crowd.security.demo.action.group
 
ViewGroup() - Constructor for class com.atlassian.crowd.security.demo.action.group.ViewGroup
 
ViewGroupLDAPTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test class for testing the updating of a group in an external (LDAP) directory
ViewGroupLDAPTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupLDAPTest
 
ViewGroupMembers - Class in com.atlassian.crowd.console.action.group
Action to view the Principals for a given group
ViewGroupMembers() - Constructor for class com.atlassian.crowd.console.action.group.ViewGroupMembers
 
ViewGroupNestedPrincipals - Class in com.atlassian.crowd.console.action.group
 
ViewGroupNestedPrincipals() - Constructor for class com.atlassian.crowd.console.action.group.ViewGroupNestedPrincipals
 
ViewGroups - Class in com.atlassian.crowd.console.action.user
 
ViewGroups() - Constructor for class com.atlassian.crowd.console.action.user.ViewGroups
 
ViewGroupsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
ViewGroupsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewGroupsTest
 
ViewGroupTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test class for testing the updating of a group
ViewGroupTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewGroupTest
 
ViewIdentity - Class in com.atlassian.crowd.openid.server.action.secure.profile
 
ViewIdentity() - Constructor for class com.atlassian.crowd.openid.server.action.secure.profile.ViewIdentity
 
ViewInternal - Class in com.atlassian.crowd.console.action.directory
 
ViewInternal() - Constructor for class com.atlassian.crowd.console.action.directory.ViewInternal
 
ViewOptionsTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test class to test the setting of options in the Crowd Console
ViewOptionsTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewOptionsTest
 
ViewPicker - Class in com.atlassian.crowd.console.action.pickers
 
ViewPicker() - Constructor for class com.atlassian.crowd.console.action.pickers.ViewPicker
 
ViewPrincipal - Class in com.atlassian.crowd.console.action.principal
 
ViewPrincipal() - Constructor for class com.atlassian.crowd.console.action.principal.ViewPrincipal
 
ViewPrincipalTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Tests the functionality of the View Principal page
ViewPrincipalTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewPrincipalTest
 
ViewProfile - Class in com.atlassian.crowd.openid.client.action.secure
This action displays the profile of a user that has authenticated.
ViewProfile() - Constructor for class com.atlassian.crowd.openid.client.action.secure.ViewProfile
 
ViewProfilePage - Class in com.atlassian.crowd.pageobjects
 
ViewProfilePage() - Constructor for class com.atlassian.crowd.pageobjects.ViewProfilePage
 
ViewPublicIdentity - Class in com.atlassian.crowd.openid.server.action
 
ViewPublicIdentity() - Constructor for class com.atlassian.crowd.openid.server.action.ViewPublicIdentity
 
ViewRemoteCrowd - Class in com.atlassian.crowd.console.action.directory
 
ViewRemoteCrowd() - Constructor for class com.atlassian.crowd.console.action.directory.ViewRemoteCrowd
 
ViewRolesTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd.user
 
ViewRolesTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.user.ViewRolesTest
 
ViewRoleTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Test class for testing the updating of a group
ViewRoleTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.ViewRoleTest
 
ViewTrustedProxies - Class in com.atlassian.crowd.console.action.admin
 
ViewTrustedProxies() - Constructor for class com.atlassian.crowd.console.action.admin.ViewTrustedProxies
 
ViewUser - Class in com.atlassian.crowd.security.demo.action.user
 
ViewUser() - Constructor for class com.atlassian.crowd.security.demo.action.user.ViewUser
 
visit(Class<P>, Object...) - Method in class com.atlassian.crowd.pageobjects.CrowdTestedProduct
 

W

waitFor(Callable<Boolean>) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
waitForElementById(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
waitForElementByXPath(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
waitForExactlyOneMessage() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCaseWithEmailServer
 
waitForExistingSyncToFinish() - Method in class com.atlassian.crowd.acceptance.utils.AbstractDbCachingLoadTest
 
waitForText(String, long, long) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
Waits for the specified key to appear on the page.
waitForText(String) - Method in class com.atlassian.crowd.acceptance.utils.CrowdWebTestCase
 
waitUntilContentLoad() - Method in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
Waits until the content has loaded.
waitUntilContentLoad() - Method in class com.atlassian.crowd.pageobjects.CrowdConsole
 
waitUntilContentLoad() - Method in class com.atlassian.crowd.pageobjects.CrowdLoginPage
 
waitUntilContentLoad() - Method in class com.atlassian.crowd.pageobjects.pages.CrowdRestorePage
 
waitUntilPageLoad() - Method in class com.atlassian.crowd.pageobjects.AbstractCrowdPage
Waits until the page has fully loaded.
WebAppTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
Tests of how the webapp is deployed in its container.
WebAppTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.WebAppTest
 
Webhook - Interface in com.atlassian.crowd.model.webhook
A Webhook is an application-provided HTTP endpoint that is pinged by Crowd to notify the occurrence of certain events.
WebhookDAO - Interface in com.atlassian.crowd.dao.webhook
Persists Webhooks.
WebhookDaoCRUDTest - Class in com.atlassian.crowd.acceptance.tests.persistence.dao.webhook
Integration tests for the CRUD operations of WebhookDAO
WebhookDaoCRUDTest() - Constructor for class com.atlassian.crowd.acceptance.tests.persistence.dao.webhook.WebhookDaoCRUDTest
 
WebhookDAOHibernate - Class in com.atlassian.crowd.dao.webhook
Persists Webhooks using Hibernate.
WebhookDAOHibernate() - Constructor for class com.atlassian.crowd.dao.webhook.WebhookDAOHibernate
 
WebhookEntity - Class in com.atlassian.crowd.integration.rest.entity
REST version of a validation factor (client-side).
WebhookEntity() - Constructor for class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
WebhookEntity(String, String) - Constructor for class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
WebhookEntity - Class in com.atlassian.crowd.plugin.rest.entity
REST version of a Webhook (server-side).
WebhookEntity() - Constructor for class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
WebhookEntity(long, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
WebhookEntity(Webhook) - Constructor for class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
WebhookEntity(String, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
WebhookHealthStrategy - Interface in com.atlassian.crowd.manager.webhook
Strategy to decide the health of Webhooks.
WebhookImpl - Class in com.atlassian.crowd.model.webhook
An implementation of Webhook designed to be used with Hibernate.
WebhookImpl() - Constructor for class com.atlassian.crowd.model.webhook.WebhookImpl
 
WebhookImpl(Webhook) - Constructor for class com.atlassian.crowd.model.webhook.WebhookImpl
 
WebhookNotFoundException - Exception in com.atlassian.crowd.exception
Thrown to indicate that a Webhook does not exist on the server
WebhookNotFoundException(long) - Constructor for exception com.atlassian.crowd.exception.WebhookNotFoundException
 
WebhookNotFoundException(long, String) - Constructor for exception com.atlassian.crowd.exception.WebhookNotFoundException
 
WebhookNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.WebhookNotFoundException
 
WebhookNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
WebhookNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.WebhookNotFoundExceptionMapper
 
WebhookNotificationListener - Interface in com.atlassian.crowd.manager.webhook
Reacts to the outcome of Webhook notifications.
WebhookNotificationListenerImpl - Class in com.atlassian.crowd.manager.webhook
Reacts to the outcome of Webhook notifications by registering this outcome, updating the Webhook and, if decided by the WebhookHealthStrategy, removing the Webhook.
WebhookNotificationListenerImpl(WebhookRegistry, WebhookHealthStrategy) - Constructor for class com.atlassian.crowd.manager.webhook.WebhookNotificationListenerImpl
 
WebhookNotifierRunnable - Class in com.atlassian.crowd.manager.webhook
A runnable that pings a Webhook and reports success or failure
WebhookNotifierRunnable(Webhook, WebhookPinger, WebhookNotificationListener) - Constructor for class com.atlassian.crowd.manager.webhook.WebhookNotifierRunnable
 
WebhookPinger - Class in com.atlassian.crowd.manager.webhook
Synchronously ping a Webhook.
WebhookPinger() - Constructor for class com.atlassian.crowd.manager.webhook.WebhookPinger
Constructs a pinger using an HTTP client with the default configuration.
WebhookPinger(HttpClient) - Constructor for class com.atlassian.crowd.manager.webhook.WebhookPinger
Constructs a pinger using the provided, already configured HTTP client.
WebhookRegistry - Interface in com.atlassian.crowd.manager.webhook
A service interface that provides persistence for Webhooks.
WebhookRegistryImpl - Class in com.atlassian.crowd.manager.webhook
A manager for Webhooks
WebhookRegistryImpl(WebhookDAO) - Constructor for class com.atlassian.crowd.manager.webhook.WebhookRegistryImpl
 
WEBHOOKS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
WebhooksController - Class in com.atlassian.crowd.plugin.rest.service.controller
Webhooks controller
WebhooksController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.WebhooksController
 
WebhookService - Interface in com.atlassian.crowd.manager.webhook
Webhook service.
WebhookServiceImpl - Class in com.atlassian.crowd.manager.webhook
An implementation of WebhookService
WebhookServiceImpl(WebhookRegistry, WebhookPinger, KeyedExecutor<Long>, WebhookNotificationListener) - Constructor for class com.atlassian.crowd.manager.webhook.WebhookServiceImpl
 
WebhooksResource - Class in com.atlassian.crowd.plugin.rest.service.resource
Webhook management resource
WebhooksResource(WebhooksController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
WebhooksResourceTest - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
WebhooksResourceTest(String) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
WebhooksResourceTest(String, RestServer) - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
WebhookTemplate - Class in com.atlassian.crowd.model.webhook
A prototype to create Webhooks
WebhookTemplate(Application, String, String) - Constructor for class com.atlassian.crowd.model.webhook.WebhookTemplate
 
WebhookTemplate(Webhook) - Constructor for class com.atlassian.crowd.model.webhook.WebhookTemplate
 
WebServiceAvatarProvider - Class in com.atlassian.crowd.manager.avatar
A provider of avatars from public web services using the Gravatar API.
WebServiceAvatarProvider(PropertyManager, URI) - Constructor for class com.atlassian.crowd.manager.avatar.WebServiceAvatarProvider
 
where - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
whereNameEquals(String) - Static method in class com.atlassian.crowd.util.DirectoryEntityUtils
Returns a Predicate that returns true when its (entity) argument's name is equal to the given name to match.
whereRequired - Variable in class com.atlassian.crowd.search.hibernate.HQLQuery
 
WhiteAndBlacklist - Class in com.atlassian.crowd.openid.server.action.secure.admin
 
WhiteAndBlacklist() - Constructor for class com.atlassian.crowd.openid.server.action.secure.admin.WhiteAndBlacklist
 
with(Function<? super T, ? extends K>, Query<? extends T>) - Static method in class com.atlassian.crowd.manager.application.ResultsAggregator
Create an instance that will use the provided function to uniquely identify results and that will expect as many total results as indicated by the query.
with(Function<? super T, ? extends K>, int, int) - Static method in class com.atlassian.crowd.manager.application.ResultsAggregator
 
with(SearchRestriction) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialEntityQuery
Example: Restriction.on(UserTermKeys.FIRST_NAME).exactlyMatching("bob"))
withActive(boolean) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
 
withActive(boolean) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
Builds a new specialised matcher to match the given active status; the returned matcher will only match if all this matcher's non-username constraints are matched AND the given status is equal to the user's active status.
withAliasOf(String) - Method in class com.atlassian.crowd.test.matchers.AliasMatcher
Builds a new specialised matcher to match the given alias exactly; the returned matcher will only match if all this matcher's non-alias constraints are matched AND the given string is equal to the alias.
withApplicationMatching(Matcher<Application>) - Method in class com.atlassian.crowd.test.matchers.AliasMatcher
Builds a new specialised matcher to match on application; the returned matcher will only match if all this matcher's non-application constraints are matched AND the given matcher matches the application.
withDefaultDuration() - Method in class com.atlassian.crowd.model.token.Token.Builder
 
withDirectoryId(long) - Method in class com.atlassian.crowd.model.group.GroupTemplate
 
withDirectoryId(long) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
 
withDirectoryName(String) - Method in class com.atlassian.crowd.test.matchers.DirectoryGroupMatcher
 
withExternalIdMatching(Matcher<String>) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
Builds a new specialised matcher to match on the externalId.
withExternalIdOf(String) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
Builds a new specialised matcher to match the given externalId.
withImplementationClassMatching(Matcher<String>) - Method in class com.atlassian.crowd.test.matchers.DirectoryMatcher
Builds a new specialised matcher to match on the implementation class.
withImplementationClassOf(Class) - Method in class com.atlassian.crowd.test.matchers.DirectoryMatcher
Builds a new specialised matcher to match the given implementation class.
withLocalTestProperties() - Static method in class com.atlassian.crowd.acceptance.tests.BaseUrlFromProperties
 
withName(String) - Method in class com.atlassian.crowd.model.authentication.UserAuthenticationContext
 
withName(String) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithEntityToMatch
 
withNameMatching(Matcher<String>) - Method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
Builds a new specialised matcher to match on application name; the returned matcher will only match if all this matcher's non-name constraints are matched AND the given matcher matches the application's name.
withNameMatching(Matcher<String>) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
 
withNameMatching(Matcher<String>) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
Builds a new specialised matcher to match on username; the returned matcher will only match if all this matcher's non-username constraints are matched AND the given matcher matches the user's username.
withNameOf(String) - Method in class com.atlassian.crowd.test.matchers.AliasMatcher
Builds a new specialised matcher to match the given username exactly; the returned matcher will only match if all this matcher's non-username constraints are matched AND the given string is equal to the username.
withNameOf(String) - Method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
Builds a new specialised matcher to match the given application name exactly; the returned matcher will only match if all this matcher's non-name constraints are matched AND the given string is equal to the application's name.
withNameOf(String) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
 
withNameOf(String) - Method in class com.atlassian.crowd.test.matchers.UserMatcher
Builds a new specialised matcher to match the given username exactly; the returned matcher will only match if all this matcher's non-username constraints are matched AND the given string is equal to the user's username.
withNames(String...) - Method in class com.atlassian.crowd.search.builder.QueryBuilder.PartialMembershipQueryWithEntityToMatch
 
withNoAttributes() - Method in class com.atlassian.crowd.test.matchers.AttributesMatcher
Builds a new specialised matcher that matches entities with no attributes.
withRemoteAddressesMatching(Matcher<Set<RemoteAddress>>) - Method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
Builds a new specialised matcher to match on remote addresses; the returned matcher will only match if all this matcher's non-remote-address constraints are matched AND the given matcher matches the application's remote addresses.
withRemoteAddressOf(Set<RemoteAddress>) - Method in class com.atlassian.crowd.test.matchers.ApplicationMatcher
Builds a new specialised matcher to match the given application remote addresses exactly; the returned matcher will only match if all this matcher's non-remote-address constraints are matched AND the given set is equal to the application's remote addresses.
WORKGROUP_LICENSE_KEY - Static variable in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
wrap(X, WrapperOptions) - Method in class com.atlassian.crowd.util.persistence.hibernate.BooleanTypeDescriptor
 
WS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlEval
 
WS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlLexer
 
WS - Static variable in class com.atlassian.crowd.cql.parser.antlr.CqlParser
 
WsdlNormalizer - Class in com.atlassian.crowd.acceptance.tests.soap
Sorts WSDL documents to normalize them for test purposes.
WsdlNormalizer() - Constructor for class com.atlassian.crowd.acceptance.tests.soap.WsdlNormalizer
 
WsdlTest - Class in com.atlassian.crowd.acceptance.tests.soap
Tests that the WSDL is exactly the same as in Crowd 2.0.x.
WsdlTest() - Constructor for class com.atlassian.crowd.acceptance.tests.soap.WsdlTest
 

X

X_FORWARDED_FOR - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
The key to use when setting the client remote forwarding address through a proxy.
X_FORWARDED_FOR - Static variable in class com.atlassian.crowd.model.authentication.ValidationFactor
The key to use when setting the client remote forwarding address through a proxy.
XFireFaultLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
Logs faults.
XFireFaultLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireFaultLoggingMethodHandler
 
XFireGzipTest - Class in com.atlassian.crowd.acceptance.tests.client
Inspects the Crowd Client Headers for a single user-agent header.
XFireGzipTest() - Constructor for class com.atlassian.crowd.acceptance.tests.client.XFireGzipTest
 
XFireGzipTest.AuthenticateApplicationProxy - Class in com.atlassian.crowd.acceptance.tests.client
 
XFireInLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
Logs incoming service request to Crowd from XFire.
XFireInLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
XFireLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
This class is used by the XFire SOAP framework when processing SOAP request, specific in and out message processors handle the extraction of the message from the messageContext provided by XFire.
XFireLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
 
XFireOutLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
Logs outgoing service request to Crowd from XFire.
XFireOutLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
XForwardedForUtil - Class in com.atlassian.crowd.manager.validation
Utility class for handling the X-Forwarded-For (XFF) HTTP request header.
XML_DATE_FORMAT - Static variable in class com.atlassian.crowd.migration.GenericMapper
 
XML_IMPORT_STEP - Static variable in class com.atlassian.crowd.console.action.setup.Import
 
XML_ROOT - Static variable in class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
XmlDigitalSigner - Class in com.atlassian.crowd.plugin.saml
This helper class, part of the SAML-based Single Sign-On Reference Tool, serves to digitally sign XML files, given the contents of the XML file, and a pair of public and private keys.
XmlDigitalSigner() - Constructor for class com.atlassian.crowd.plugin.saml.XmlDigitalSigner
 
XmlMapper - Class in com.atlassian.crowd.migration.legacy
A generic mapper that contains helper methods and attributes to map domain objects to database objects and vice-versa.
XmlMapper(SessionFactory, BatchProcessor) - Constructor for class com.atlassian.crowd.migration.legacy.XmlMapper
 
XmlMigrationManager - Interface in com.atlassian.crowd.migration
 
XmlMigrationManagerImpl - Class in com.atlassian.crowd.migration
 
XmlMigrationManagerImpl() - Constructor for class com.atlassian.crowd.migration.XmlMigrationManagerImpl
 
XmlMigrator - Class in com.atlassian.crowd.migration
This class manages the import and export of Crowd's entity type's via Mapper's Each mapper has an exportXML() that process's each entity and writes all required relationship to an XML element that is then returned to this class to be finally written to disk (on export).
XmlMigrator(List<Mapper>) - Constructor for class com.atlassian.crowd.migration.XmlMigrator
 
XMLRestoreEvent - Class in com.atlassian.crowd.event.migration
 
XMLRestoreEvent(Object) - Constructor for class com.atlassian.crowd.event.migration.XMLRestoreEvent
 
XMLRestoreFinishedEvent - Class in com.atlassian.crowd.event.migration
 
XMLRestoreFinishedEvent(Object) - Constructor for class com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent
 
XMLRestoreStartedEvent - Class in com.atlassian.crowd.event.migration
 
XMLRestoreStartedEvent(Object) - Constructor for class com.atlassian.crowd.event.migration.XMLRestoreStartedEvent
 
XmlValidator - Class in com.atlassian.crowd.directory.ldap.util
 
XmlValidator() - Constructor for class com.atlassian.crowd.directory.ldap.util.XmlValidator
 
XsrfTokenGenerator - Interface in com.atlassian.crowd.xwork
Interface for generating anti-XSRF tokens for web forms.
XsrfTokenInterceptor - Class in com.atlassian.crowd.xwork.interceptors
Interceptor to add XSRF token protection to XWork actions.
XsrfTokenInterceptor() - Constructor for class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
XsrfTokenInterceptor(XsrfTokenGenerator) - Constructor for class com.atlassian.crowd.xwork.interceptors.XsrfTokenInterceptor
 
XsrfTokenInterceptor.SecurityLevel - Enum in com.atlassian.crowd.xwork.interceptors
 
XWorkChangeListener - Class in com.atlassian.crowd.event.listener
Event listener that is interested in changes to the XWork configuration
XWorkChangeListener(EventPublisher) - Constructor for class com.atlassian.crowd.event.listener.XWorkChangeListener
 
XWorkELClassloaderTest - Class in com.atlassian.crowd.acceptance.tests.applications.crowd
This test specifically targets https://jira.atlassian.com/browse/CWD-3880 , a vulnerability that allows EL expressions in XWork actions to traverse the object graph to the classloader and call setters to change its configuration.
XWorkELClassloaderTest() - Constructor for class com.atlassian.crowd.acceptance.tests.applications.crowd.XWorkELClassloaderTest
 
XWorkModuleDescriptor - Class in com.atlassian.crowd.plugin.descriptors
 
XWorkModuleDescriptor(ModuleFactory, EventPublisher) - Constructor for class com.atlassian.crowd.plugin.descriptors.XWorkModuleDescriptor
 
XWorkStateChangeEvent - Class in com.atlassian.crowd.event
Event for XWork - Webwork change events
XWorkStateChangeEvent(Object) - Constructor for class com.atlassian.crowd.event.XWorkStateChangeEvent
 
XWorkTransactionInterceptor - Class in com.atlassian.crowd.xwork.interceptors
Manages two separate database transactions around the action execution and result execution in XWork, using the Spring PlatformTransactionManager.
XWorkTransactionInterceptor() - Constructor for class com.atlassian.crowd.xwork.interceptors.XWorkTransactionInterceptor
 
XWorkVersionSupport - Class in com.atlassian.crowd.xwork
Utility interface for abstracting binary or API-incompatible aspects of different XWork versions.
XWorkVersionSupport() - Constructor for class com.atlassian.crowd.xwork.XWorkVersionSupport
 

_

_configureMailServer() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCaseWithEmailServer
 
_doInitialSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryFullTest
 
_doInitialSync() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.SynchroniseCrowdDirectoryTest
 
_loginAdminUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
_loginAdminUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
_loginAdminUser() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
_loginAsUser(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
_loginAsUser(String, String) - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
_loginExpiredCredentialUser(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
_loginImmutableUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
_loginTestUser() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
_loginTestUser(String, String) - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.user.CrowdUserConsoleAcceptenceTestCase
 
_logout() - Method in class com.atlassian.crowd.acceptance.tests.applications.crowd.CrowdAcceptanceTestCase
 
_logout() - Method in class com.atlassian.crowd.acceptance.tests.applications.demo.DemoAcceptanceTestCase
 
_logout() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
_testAliasDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testApplicationDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testDirectoryDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testGroupDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testMembershipDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testPropertyDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testTokenDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_testUserDaoCanInsert() - Method in class com.atlassian.crowd.acceptance.tests.persistence.migration.AbstractDaoIntegrationTest
 
_waitForPicker() - Method in class com.atlassian.crowd.selenium.utils.CrowdSeleniumTestCase
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2016 Atlassian. All rights reserved.