C D G M U W

C

com.atlassian.crowd.test.matchers - package com.atlassian.crowd.test.matchers
 
CrowdMatchers - Class in com.atlassian.crowd.test.matchers
 
CrowdMatchers() - Constructor for class com.atlassian.crowd.test.matchers.CrowdMatchers
 

D

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.UserMatcher
 
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.
DirectoryMatcher - Class in com.atlassian.crowd.test.matchers
 
DirectoryMatcher(Matcher<String>) - Constructor for class com.atlassian.crowd.test.matchers.DirectoryMatcher
 

G

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.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.
GroupMatcher<E extends Group> - Class in com.atlassian.crowd.test.matchers
 
GroupMatcher(Matcher<String>, Matcher<Boolean>) - Constructor for class com.atlassian.crowd.test.matchers.GroupMatcher
 
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.

M

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

U

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

W

withActive(boolean) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
Builds a new specialised matcher to match the given active status; the returned matcher will only match if all this matcher's non-group name constraints are matched AND the given status is equal to the group's active status.
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.
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.
withNameMatching(Matcher<String>) - Method in class com.atlassian.crowd.test.matchers.GroupMatcher
Builds a new specialised matcher to match on group name; the returned matcher will only match if all this matcher's non-group-name constraints are matched AND the given matcher matches the group's name.
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.GroupMatcher
Builds a new specialised matcher to match the given group name exactly; the returned matcher will only match if all this matcher's non-group-name constraints are matched AND the given string is equal to the group's name.
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.

C D G M U W

Copyright © 2014 Atlassian. All Rights Reserved.