A B C D E F G I L M N O P R S T U V W

A

AbstractAttributeEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
AbstractAttributeEventEntity(Operation, MultiValuedAttributeEntityList, MultiValuedAttributeEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AbstractAttributeEventEntity
 
AbstractEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
AbstractEventEntity(Operation) - Constructor for class com.atlassian.crowd.plugin.rest.entity.AbstractEventEntity
 
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
 
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
 
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
 
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.
addUser(String, UserEntity) - 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.
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.
APPLICATION_NAME_ATTRIBUTE_KEY - 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
 
ApplicationAccessDeniedExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationAccessDeniedExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAccessDeniedExceptionMapper
 
applicationManager - Variable in class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
ApplicationNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationNotFoundExceptionMapper
 
ApplicationPermissionExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationPermissionExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationPermissionExceptionMapper
 
applicationService - Variable in class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
asTimeString(Date) - Static method in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
Converts the given Date object to a String using.
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.
AuthenticatedApplicationUtil - Class in com.atlassian.crowd.plugin.rest.service.util
Utility for setting and retrieving the application name and token from the HttpServletRequest.
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.
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.
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
 
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
 

B

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
 
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.
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.
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.
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.
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.
buildUserLink(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns the Link to the User resource.
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.

C

CACHE_FOREVER - Static variable in class com.atlassian.crowd.plugin.rest.service.util.CacheControl
Provides a cacheControl with a 1 year limit.
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
 
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.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.util - package com.atlassian.crowd.plugin.rest.service.util
 
com.atlassian.crowd.plugin.rest.util - package com.atlassian.crowd.plugin.rest.util
 
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.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
 
create(String, List<AbstractEventEntity>) - Static method in class com.atlassian.crowd.plugin.rest.entity.EventEntityList
 

D

DEFAULT_SEARCH_RESULT_SIZE - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
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
 
deleteGroupAttribute(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
deleteTokensForUser(String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 

E

EntityExpansionUtil - Class in com.atlassian.crowd.plugin.rest.util
Utility class for entity expansion.
EntityTranslator - Class in com.atlassian.crowd.plugin.rest.util
Translates between REST entities and com.atlassian.crowd.model classes.
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.plugin.rest.entity
 
EventEntityList - Class in com.atlassian.crowd.plugin.rest.entity
 
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
 
EventTokenExpiredExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
EventTokenExpiredExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.EventTokenExpiredExceptionMapper
 
ExceptionMapperUtil - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
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.
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.
ExpiredCredentialExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ExpiredCredentialExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ExpiredCredentialExceptionMapper
 

F

findGroupByName(String, String, boolean, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Returns the group specified by the name.
findUserByName(String, String, Link, boolean) - Method in class com.atlassian.crowd.plugin.rest.service.controller.UsersController
Returns a UserEntity specified by the name.
findWebhookById(String, long) - Method in class com.atlassian.crowd.plugin.rest.service.controller.WebhooksController
 
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.

G

get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
getApplication(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.AbstractResourceController
 
getApplicationName() - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
getAttributes() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getAttributes() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
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
getAuthenticatedEntity(HttpServletRequest) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
Returns the authenticated entity from the request, or null if there is no authenticated entity.
getAuthenticationErrorMessage() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
getBaseUri() - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
getBasicRealm() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
getBooleanLogic() - Method in class com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
 
getConfig() - Method in class com.atlassian.crowd.plugin.rest.service.resource.CookieConfigResource
Returns the Cookie configuration information.
getCreatedDate() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getCurrentEventToken(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.EventsController
 
getDescription() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
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, 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.
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
 
getDisplayName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getDomain() - Method in class com.atlassian.crowd.plugin.rest.entity.CookieConfigEntity
 
getDomain() - Method in class com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
 
getEmail() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getEndpointUrl() - Method in class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
getEntityAttributeKey() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
 
getEventCookie() - Method in class com.atlassian.crowd.plugin.rest.service.resource.EventsResource
 
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
 
getExpandParameter(HttpServletRequest) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityExpansionUtil
Returns a ExpandParameter representing the expand query parameter from an HttpServletRequest.
getExpiryDate() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getFirstName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getGroup(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getGroupAttributes(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
 
getId() - Method in class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
getKey() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getLastName() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getMatchMode() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyRestrictionEntity
 
getMemberships() - Method in class com.atlassian.crowd.plugin.rest.service.resource.GroupsResource
This method will only return XML, not JSON.
getMessage() - Method in class com.atlassian.crowd.plugin.rest.entity.ErrorEntity
 
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 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.service.controller.CookieConfigController
 
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
 
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
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.AuthenticationContextEntity
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
getProperty() - Method in class com.atlassian.crowd.plugin.rest.entity.PropertyRestrictionEntity
 
getReason() - Method in class com.atlassian.crowd.plugin.rest.entity.ErrorEntity
 
getRestrictions() - Method in class com.atlassian.crowd.plugin.rest.entity.BooleanRestrictionEntity
 
getSession(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.TokenResource
Retrieves the token.
getSessionFromToken(String, String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
Returns the session associated with the Crowd SSO token.
getToken() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getToken() - Method in class com.atlassian.crowd.plugin.rest.entity.WebhookEntity
 
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
 
getUnaliasedUsername() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getUser() - Method in class com.atlassian.crowd.plugin.rest.entity.SessionEntity
 
getUser(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Retrieves the user.
getUserAttributes(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
Retrieves the user attributes.
getUserName() - Method in class com.atlassian.crowd.plugin.rest.entity.AuthenticationContextEntity
 
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.plugin.rest.entity.PropertyRestrictionEntity
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntity
 
getWadl(WadlApplicationContext, UriInfo) - Method in class com.atlassian.crowd.plugin.rest.service.resource.UserManagementWadlResource
 
getWebhook(Long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
GROUP_LIST_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
Name of the group list field.
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.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.
GroupEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
GroupEventEntity(Operation, GroupEntity, MultiValuedAttributeEntityList, MultiValuedAttributeEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupEventEntity
 
GroupMembershipEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
GroupMembershipEventEntity(Operation, GroupEntity, GroupEntityList, GroupEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.GroupMembershipEventEntity
 
GroupNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
GroupNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.GroupNotFoundExceptionMapper
 
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
 

I

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
 
InactiveAccountExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InactiveAccountExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InactiveAccountExceptionMapper
 
IncrementalSynchronisationNotAvailableExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
IncrementalSynchronisationNotAvailableExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.IncrementalSynchronisationNotAvailableExceptionMapper
 
INSTANCE - Static variable in class com.atlassian.crowd.plugin.rest.entity.NullRestrictionEntity
 
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.
invalidateTokensForUser(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.TokenController
 
InvalidAuthenticationExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidAuthenticationExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidAuthenticationExceptionMapper
 
InvalidCredentialExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidCredentialExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidCredentialExceptionMapper
 
InvalidEmailAddressExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidEmailAddressExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidEmailAddressExceptionMapper
 
InvalidGroupExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidGroupExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidGroupExceptionMapper
 
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
 
InvalidUserExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidUserExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidUserExceptionMapper
 
InvalidWebhookEndpointUrlExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
InvalidWebhookEndpointUrlExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidWebhookEndpointUrlExceptionMapper
 
isActive() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
isActive() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
isAuthenticated(HttpServletRequest, AbstractBasicAuthenticationFilter.Credentials) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
Decorates the parent behaviour to check also the validity of the token
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
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.
isSecure() - Method in class com.atlassian.crowd.plugin.rest.entity.CookieConfigEntity
 
isSecureCookie() - Method in class com.atlassian.crowd.plugin.rest.service.controller.CookieConfigController
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 

L

LinkUriHelper - Class in com.atlassian.crowd.plugin.rest.util
Helper for creating URI links to resources.

M

MAX_RESULTS_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
MembershipAlreadyExistsExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
MembershipAlreadyExistsExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.MembershipAlreadyExistsExceptionMapper
 
MembershipNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
MembershipNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.MembershipNotFoundExceptionMapper
 
MembershipsController - Class in com.atlassian.crowd.plugin.rest.service.controller
 
MembershipsController(ApplicationService, ApplicationManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
 

N

NamedEntity - Interface in com.atlassian.crowd.plugin.rest.entity
 
NestedGroupsNotSupportedExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
NestedGroupsNotSupportedExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.NestedGroupsNotSupportedExceptionMapper
 
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.
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.
NO_CACHE - Static variable in class com.atlassian.crowd.plugin.rest.service.util.CacheControl
Provides a cacheControl with noStore and noCache set to true
NullRestrictionEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a null (no) restriction entity.

O

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.
OperationFailedExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
OperationFailedExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.OperationFailedExceptionMapper
 

P

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

R

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
 
registerWebhookWithSimpleBody(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.WebhooksResource
 
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
 
removeGroupAttributes(String, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.GroupsController
Removes a group's attribute.
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.
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.
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.
request - Variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
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.
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.

S

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.
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
 
searchGroups(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.MembershipsController
 
searchGroups(String, SearchRestrictionEntity, int, int, 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, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.SearchController
Searches for groups satisfying the restriction.
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
 
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.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.plugin.rest.util
Represents a supported value type.
searchUsers(String, SearchRestrictionEntity, int, int, 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, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.SearchController
Searches for users satisfying the restriction.
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
 
setActive(boolean) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setApplicationName(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
Used for testing purposes.
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntity
 
setAttributes(MultiValuedAttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
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.
setAuthenticatedEntity(HttpServletRequest, String) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicApplicationAuthenticationFilter
Sets the authenticated entity.
setEmail(String) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setLink(Link) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setName(String) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
setPassword(PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntity
 
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.
size() - Method in class com.atlassian.crowd.plugin.rest.entity.GroupEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
 
START_INDEX_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
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
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.
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.
synchronisationNotAvailable() - Static method in class com.atlassian.crowd.plugin.rest.entity.EventEntityList
 

T

TIME_FORMAT - Static variable in class com.atlassian.crowd.plugin.rest.util.SearchRestrictionEntityTranslator
The format used for times in the REST plugin.
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.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a BooleanRestrictionEntity to a BooleanRestriction.
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
 
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
 
toGroup(GroupEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.EntityTranslator
 
toGroupEntities(List<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, 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.
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
 
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
 
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.
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.
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.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a Property to a PropertyEntity.
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.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a PropertyRestriction to a PropertyRestrictionEntity.
toResponse(ApplicationAccessDeniedException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationAccessDeniedExceptionMapper
 
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(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(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(WebhookNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.WebhookNotFoundExceptionMapper
 
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.plugin.rest.util.SearchRestrictionEntityTranslator
Converts from a SearchRestriction a SearchRestrictionEntity.
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
 
toUserEntities(List<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, 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.

U

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
 
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
 
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.
updateGroupLink(Link, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated group Link with the specified group name.
updateGroupUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated group URI with the specified group name.
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.
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.
updateUserUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.LinkUriHelper
Returns an updated user URI with the specified username.
uriInfo - Variable in class com.atlassian.crowd.plugin.rest.service.resource.AbstractResource
 
USER_LIST_FIELD_NAME - Static variable in class com.atlassian.crowd.plugin.rest.entity.UserEntityList
Name of the user list field.
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) - 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.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.
UserEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
UserEventEntity(Operation, UserEntity, MultiValuedAttributeEntityList, MultiValuedAttributeEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserEventEntity
 
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
 
UserMembershipEventEntity - Class in com.atlassian.crowd.plugin.rest.entity
 
UserMembershipEventEntity(Operation, UserEntity, GroupEntityList) - Constructor for class com.atlassian.crowd.plugin.rest.entity.UserMembershipEventEntity
 
UserNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
UserNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.UserNotFoundExceptionMapper
 
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
 
UsersResource - Class in com.atlassian.crowd.plugin.rest.service.resource
 
UsersResource(UsersController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.UsersResource
 

V

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.
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.plugin.rest.entity
List of ValidationFactors.
ValidationFactorEntityList(List<ValidationFactorEntity>) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ValidationFactorEntityList
 
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.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.SearchRestrictionEntityTranslator.SupportedType
Returns the enum constant of this type with the specified name.
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.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.plugin.rest.util.SearchRestrictionEntityTranslator
Converts the value to a String.

W

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
 
WebhookNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
WebhookNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.WebhookNotFoundExceptionMapper
 
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
 
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
 

A B C D E F G I L M N O P R S T U V W

Copyright © 2014 Atlassian. All Rights Reserved.