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

A

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
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
addGroup(Group) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
addGroupToGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
asTimeString(Date) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts the given Date object to a String using.
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
 
authenticateSSOUserWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
authenticateUser(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 

B

BasicAuthRestExecutor - Class in com.atlassian.crowd.integration.rest.service
 
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.

C

close() - Method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
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
 
compareTo(Group) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
compareTo(User) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
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
 
createBaseUrl(String) - Static method in class com.atlassian.crowd.integration.rest.service.RestExecutor
Returns the "root" WebResource.
createCredentialsProvider(ClientProperties) - Static method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
createFrom(ClientProperties, CloseableHttpClient) - Static method in class com.atlassian.crowd.integration.rest.service.BasicAuthRestExecutor
Constructs a new REST Crowd client executor instance.
createHttpHost(ClientProperties) - Static method in class com.atlassian.crowd.integration.rest.service.RestExecutor
 
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
 

D

DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
Default maximum number of connections in the pool.
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
 

E

EntityTranslator - Class in com.atlassian.crowd.integration.rest.util
Translates between REST entities and com.atlassian.crowd.model classes.
equals(Object) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
equals(Object) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
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.ErrorReason - Enum in com.atlassian.crowd.integration.rest.entity
 
EventEntityList - Class in com.atlassian.crowd.integration.rest.entity
 
expireAllPasswords() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 

F

findUserFromSSOToken(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
fromTimeString(String) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts the given date and time String to a Date object.

G

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
 
getAbsolute() - Method in class com.atlassian.crowd.integration.rest.entity.UserMembershipEventEntity
 
getAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getAuthenticator() - Static method in class com.atlassian.crowd.integration.rest.service.factory.RestCrowdHttpAuthenticationFactory
Returns a singleton instance of CrowdHttpAuthenticator.
getBooleanLogic() - Method in class com.atlassian.crowd.integration.rest.entity.BooleanRestrictionEntity
 
getCacheConfig() - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getChildGroupNames() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
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
 
getChildUser() - Method in class com.atlassian.crowd.integration.rest.entity.UserMembershipEventEntity
 
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.
getConnectionSocketFactories() - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getCookieConfiguration() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getCreatedDate() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getCreatedDate() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getCurrentEventToken() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getDeletedAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.AbstractAttributeEventEntity
 
getDescription() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
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.
getDisplayName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getDomain() - Method in class com.atlassian.crowd.integration.rest.entity.CookieConfigEntity
 
getEmailAddress() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getEncryptedPassword() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getEndpointUrl() - Method in class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
getEvents() - Method in class com.atlassian.crowd.integration.rest.entity.EventEntityList
 
getExpiryDate() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getExternalId() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
getExternalId() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
The user key at the server is the externalId at the client.
getFirstName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
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.
getGroupName() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getGroups() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getGroupsForNestedUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupsForUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupsWithAttributesForUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getGroupWithAttributes(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
getId() - Method in class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
getJAXBContext(Class<?>) - Method in class com.atlassian.crowd.integration.rest.util.JAXBContextCache
 
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
 
getLastName() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getList() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipsEntity
 
getMatchMode() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity
 
getMemberships() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getMessage() - Method in class com.atlassian.crowd.integration.rest.entity.ErrorEntity
 
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
 
getNamesOfChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfGroupsForNestedUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfGroupsForUser(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfNestedChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfNestedUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfParentGroupsForGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfParentGroupsForNestedGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNamesOfUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNestedChildGroupsOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNestedUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNewEvents(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getNewEventToken() - Method in class com.atlassian.crowd.integration.rest.entity.EventEntityList
 
getNewName() - Method in class com.atlassian.crowd.integration.rest.entity.RenameEntity
 
getOperation() - Method in class com.atlassian.crowd.integration.rest.entity.AbstractEventEntity
 
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
 
getParentGroupsForNestedGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getPassword() - Method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
getPassword() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
getProperty() - Method in class com.atlassian.crowd.integration.rest.entity.PropertyRestrictionEntity
 
getReason() - Method in class com.atlassian.crowd.integration.rest.entity.ErrorEntity
 
getRequestConfig(ClientProperties, PoolingHttpClientConnectionManager, HttpRoute) - Method in class com.atlassian.crowd.integration.rest.service.DefaultHttpClientProvider
 
getRestrictions() - Method in class com.atlassian.crowd.integration.rest.entity.BooleanRestrictionEntity
 
getStoredAttributes() - Method in class com.atlassian.crowd.integration.rest.entity.AbstractAttributeEventEntity
 
getToken() - Method in class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
getToken() - Method in class com.atlassian.crowd.integration.rest.entity.WebhookEntity
 
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
 
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.
getUpdatedDate() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
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
 
getUserByKey(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getUserName() - Method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
getUserNames() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getUsers() - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
getUsersOfGroup(String, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getUserWithAttributes(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity
 
getValidationFactors() - Method in class com.atlassian.crowd.integration.rest.entity.ValidationFactorEntityList
 
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
 
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
 
getWebhook(long) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
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
 
GroupEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
GroupMembershipEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 

H

hashCode() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
hashCode() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
HttpClientProvider - Interface in com.atlassian.crowd.integration.rest.service
Abstraction for getting an HttpClient.

I

INSTANCE - Static variable in class com.atlassian.crowd.integration.rest.entity.NullRestrictionEntity
 
invalidateSSOToken(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
isActive() - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
isActive() - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
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
 
isGroupDirectGroupMember(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
isIncrementalSynchronisationAvailable() - Method in class com.atlassian.crowd.integration.rest.entity.EventEntityList
 
isSecure() - Method in class com.atlassian.crowd.integration.rest.entity.CookieConfigEntity
 
isUserDirectGroupMember(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
isUserNestedGroupMember(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 

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
 

M

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

N

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
 
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.
NullRestrictionEntity - Class in com.atlassian.crowd.integration.rest.entity
Represents a null (no) restriction entity.

O

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.

P

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

R

registerWebhook(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeGroup(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeGroupAttributes(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeGroupFromGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeUser(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeUserAttributes(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
RenameEntity - Class in com.atlassian.crowd.integration.rest.entity
 
RenameEntity(String) - Constructor for class com.atlassian.crowd.integration.rest.entity.RenameEntity
 
renameUser(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
requestPasswordReset(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
requestUsernames(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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(HttpClientProvider) - Constructor for class com.atlassian.crowd.integration.rest.service.factory.RestCrowdClientFactory
 
RestCrowdHttpAuthenticationFactory - Class in com.atlassian.crowd.integration.rest.service.factory
This factory can be used to access a lazily instantiated singleton instance of CrowdHttpAuthenticator.
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
 
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.

S

searchGroupNames(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchGroups(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchGroupsWithAttributes(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
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.SupportedType - Enum in com.atlassian.crowd.integration.rest.util
Represents a supported value type.
searchUserNames(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchUsers(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
searchUsersWithAttributes(SearchRestriction, int, int) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
SessionEntity - Class in com.atlassian.crowd.integration.rest.entity
 
SessionEntity(String, UserEntity, Date, Date) - Constructor for class com.atlassian.crowd.integration.rest.entity.SessionEntity
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.GroupEntity
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.UserEntity
 
setGroupName(String) - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
setGroups(GroupEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
setUsers(UserEntityList) - Method in class com.atlassian.crowd.integration.rest.entity.MembershipEntity
 
shutdown() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
storeGroupAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
storeUserAttributes(String, Map<String, Set<String>>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 

T

testConnection() - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
TIME_FORMAT - Static variable in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
The format used for times in the REST plugin.
toBooleanRestriction(BooleanRestrictionEntity) - Static method in class com.atlassian.crowd.integration.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.
toEvents(EventEntityList) - Static method in class com.atlassian.crowd.integration.rest.util.EntityTranslator
 
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.
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.
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.
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.
toProperty(PropertyEntity) - Static method in class com.atlassian.crowd.integration.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.
toPropertyRestriction(PropertyRestrictionEntity) - Static method in class com.atlassian.crowd.integration.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.
toSearchRestriction(SearchRestrictionEntity) - Static method in class com.atlassian.crowd.integration.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.
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
 
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.
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.

U

unregisterWebhook(long) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
updateGroup(Group) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
updateUser(User) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
updateUserCredential(String, String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
userAuthenticated(String) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
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
 
UserEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 
UserMembershipEventEntity - Class in com.atlassian.crowd.integration.rest.entity
 

V

validateSSOAuthentication(String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
validateSSOAuthenticationAndGetSession(String, List<ValidationFactor>) - Method in class com.atlassian.crowd.integration.rest.service.RestCrowdClient
 
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
 
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
 
valueFromString(SearchRestrictionEntityTranslator.SupportedType, String) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts from a String to a value type.
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.
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.
valueToString(Object) - Static method in class com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator
Converts the value to a String.

W

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
 
A B C D E F G H I J M N O P R S T U V W 
Skip navigation links

Copyright © 2023 Atlassian. All rights reserved.