A B C E G H M R S T U W

A

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
 
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
 
APPLICATION_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
APPLICATION_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
APPLICATION_PASSWORD - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
APPLICATION_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
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
 
ATTRIBUTES_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
authenticateUser(String, String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Authenticate a user with the specified username and password.
AUTHENTICATION_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
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.

B

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.

C

com.atlassian.crowd.acceptance.harness - package com.atlassian.crowd.acceptance.harness
 
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
 
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
 
CROWD_APPLICATION_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
CROWD_APPLICATION_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
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
 

E

EVENTS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
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
 

G

getApplicationId() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the application ID.
getApplicationName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the application name.
getApplicationType() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Returns the application type.
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
 
getExpectedCookieName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
getGroups() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
getList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipsEntity
 
getName() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
getRestServer() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
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.
getUsers() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
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.
GROUPS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
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.

H

handle(ClientRequest) - Method in class com.atlassian.crowd.acceptance.tests.rest.BasicAuthFilter
 

M

MembershipEntity - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
MembershipEntity() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
MembershipsEntity - Class in com.atlassian.crowd.acceptance.tests.rest.service
 
MembershipsEntity() - Constructor for class com.atlassian.crowd.acceptance.tests.rest.service.MembershipsEntity
 
MISSING_APPLICATION_ID - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
MT - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Specify this type for any entities being sent to the server.

R

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
 
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
 
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.

S

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.
SESSION_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
sessionCannotBeCreatedWithAliasThroughUnaliasedApplication() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
setAliasForUsername(String) - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
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.
setUp() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
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
 
statusToString(Response.Status) - Static method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
Nicely formats a Status.

T

tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
tearDown() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
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.
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.
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.
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
 
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
 
testAddRemoteAddress() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
Tests that adding a remote address is successful.
testAddUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests adding a new user.
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.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.
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
 
testCookieConfig() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: CookieConfigEntity
testCreatedTokenUsesDirectoryCaseForUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testDatesAreReplaced() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationXmlTest
 
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
 
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.
testEventEntityList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: EventEntityList
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
 
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.
testGetConfig() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CookieConfigResourceTest
 
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
 
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
 
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.
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
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
 
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.WebhooksResourceTest
 
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.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.
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.
testGetUsersRestrictionOnCustomAttributeReturnsUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.SearchResourceTest
 
testGetUsersRestrictionOnUnusedCustomAttributeReturnsNoUsers() - 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.
testGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: {@link com.atlassian.crowd.plugin.rest.entity.GroupEntity} {@link com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList}
testGroupList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: GroupEntityList
testInvalidateToken() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
Tests that the token really is invalidated.
testInvalidUserAuthentication() - 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.
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.
testPasswordEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for PasswordEntity.
testPostAuthenticationContextEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: AuthenticationContextEntity ValidationFactorEntityList ValidationFactorEntity SessionEntity
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
 
testRemoveUserFromGroup() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests removing a user from a group.
testSearchRestrictionEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationJsonTest
 
testSearchRestrictionEntity() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: BooleanRestrictionEntity PropertyRestrictionEntity PropertyEntity
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
 
testSetAliasAddsAlias() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testSetAliasModifiesExistingAlias() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.AliasResourceTest
 
testShortLivedTokenExpiresImmediately() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testShouldGetAWadlRepresentationForAppManagement() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
testShouldGetAWadlRepresentationForUserManagement() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.CrowdWadlResourceTest
 
testSpecifiedUserSessionIsExcludedFromDeletionByUsername() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testStatusNotFoundWhenDeletingTokensForNonexistentUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.TokenResourceTest
 
testStoreGroupAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.GroupsResourceTest
 
testStoreUserAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Test store user attributes.
testUnregisterNonExistingWebhook() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.WebhooksResourceTest
 
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
 
testUpdateUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.UsersResourceTest
Tests that a user is successfully updated.
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.
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
 
testUser() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: UserEntity MultiValuedAttributeEntityList
testUserAttributes() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: MultiValuedAttributeEntityList MultiValuedAttributeEntity
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_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_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.
testUserList() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.RepresentationTest
Tests for: UserEntityList
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.
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.
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.
toString() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipEntity
 
toString() - Method in class com.atlassian.crowd.acceptance.tests.rest.service.MembershipsEntity
 

U

USER_NAME - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
USER_PASSWORD - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.ApplicationResourceTest
 
USERS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
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.

W

WEBHOOKS_RESOURCE - Static variable in class com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
 
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
 

A B C E G H M R S T U W

Copyright © 2014 Atlassian. All Rights Reserved.