A B C D E G H I O P R S T U V

A

addApplication(ApplicationEntity, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Adds a new application.
addApplication(boolean, ApplicationEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Adds a new application.
addApplicationWithRequestAddress(ApplicationEntity, HttpServletRequest, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Adds a new application with the request address.
addRemoteAddress(RemoteAddressEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
addRemoteAddress(long, RemoteAddressEntity) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Adds a remote address to the list of allowed addresses for the application.
addRemoteAddress(long, RemoteAddressEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Adds the remote address to the specified application.
AliasResource - Class in com.atlassian.crowd.plugin.rest.service.resource
 
AliasResource(ApplicationController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.AliasResource
 
APPLICATION_NAME_QUERY_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
 
ApplicationController - Class in com.atlassian.crowd.plugin.rest.service.controller
Controller for the Application resource.
ApplicationController(ApplicationManager, DirectoryManager, TrustedProxyManager, AliasManager) - Constructor for class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
ApplicationEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents an Application entity.
ApplicationEntity(Long, String, String, String, Boolean, PasswordEntity, Boolean, Boolean, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
ApplicationEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of ApplicationEntitys.
ApplicationEntityList(List<ApplicationEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
ApplicationEntityTranslator - Class in com.atlassian.crowd.plugin.rest.util
Translates between application related REST entities and com.atlassian.crowd.model classes.
ApplicationEntityTranslator.PasswordMode - Enum in com.atlassian.crowd.plugin.rest.util
 
ApplicationErrorEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents an error.
ApplicationErrorEntity(ApplicationErrorEntity.ErrorReason, String) - Constructor for class com.atlassian.crowd.plugin.rest.entity.ApplicationErrorEntity
Constructs an error entity.
ApplicationErrorEntity.ErrorReason - Enum in com.atlassian.crowd.plugin.rest.entity
 
ApplicationLinkUriHelper - Class in com.atlassian.crowd.plugin.rest.util
Helper for creating links and URIs.
ApplicationManagerExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an ApplicationManagerException to a Response.
ApplicationManagerExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationManagerExceptionMapper
 
ApplicationNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
ApplicationNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationNotFoundExceptionMapper
 
ApplicationResource - Class in com.atlassian.crowd.plugin.rest.service.resource
Represents an Application resource.
ApplicationResource(ApplicationController) - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
 
AppManagementWadlResource - 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.
AppManagementWadlResource() - Constructor for class com.atlassian.crowd.plugin.rest.service.resource.AppManagementWadlResource
 

B

BasicUserAuthenticationFilter - Class in com.atlassian.crowd.plugin.rest.filter
Implementation of HTTP Basic Authentication such that all invocations to the filter must be authenticated with a valid admin name and corresponding password.
BasicUserAuthenticationFilter(UserManager) - Constructor for class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
buildApplicationLink(URI, Long) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the Link to the Application resource.
buildApplicationsUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the list of all Applications resource.
buildApplicationUri(URI, Long) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application resource.
buildDirectoryMappingsUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application directory mappings resource.
buildDirectoryMappingUri(URI, long) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application directory mapping resource.
buildPasswordUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the application password resource.
buildRemoteAddressesUri(URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application Remote Addresses resource.
buildRemoteAddressUri(URI, String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application Remote Address resource.
buildRemoteAddressUri(URI, long, String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
Returns the URI to the Application Remote Address resource.

C

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.util - package com.atlassian.crowd.plugin.rest.util
 

D

deleteAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
deleteAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AliasResource
 
DIRECTORY_MAPPINGS_PATH_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
DirectoryMappingEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a DirectoryMapping entity.
DirectoryMappingEntity(Long, Boolean, Set<String>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
DirectoryMappingEntityList - Class in com.atlassian.crowd.plugin.rest.entity
Contains a list of DirectoryMappingEntitys.
DirectoryMappingEntityList(List<DirectoryMappingEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
DirectoryNotFoundExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
 
DirectoryNotFoundExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.DirectoryNotFoundExceptionMapper
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 

E

equals(Object) - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
 

G

get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
get(int) - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
getAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
getAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AliasResource
 
getAliasesForUser(String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
getAllAliasesForUserAsJson(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AliasResource
 
getAllApplications(URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Finds all applications.
getAllowedOperations() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
getApplicationById(long, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Finds an application by ID.
getApplicationById(long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Returns the specified application.
getApplicationByName(String, URI) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Finds an application by name.
getApplications(String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Returns all the applications or a specific application by name
getAttributes() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getAuthenticationErrorMessage() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
getBasicRealm() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
getBoolean(Boolean) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Returns the boolean if not null, otherwise returns false.
getDescription() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
getDirectoryMappings() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getEntityAttributeKey() - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
getId() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
Returns the link to the remote address entity.
getLink() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
getMessage() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationErrorEntity
 
getName() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getPassword() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getReason() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationErrorEntity
 
getRemoteAddresses() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getRemoteAddresses(long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Returns the remote addresses of the specified application.
getRequestAddresses(HttpServletRequest) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Retrieves the list of request addresses.
getType() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
getUsernameForAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
getUsernameForAlias(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AliasResource
 
getValue() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
Returns the value of the remote address.
getWadl(WadlApplicationContext, UriInfo) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AppManagementWadlResource
 

H

hashCode() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
 

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
 
init(FilterConfig) - Method in class com.atlassian.crowd.plugin.rest.filter.BasicUserAuthenticationFilter
 
InvalidCredentialExceptionMapper - Class in com.atlassian.crowd.plugin.rest.exception.mapper
Maps an InvalidCredentialException to a Response.
InvalidCredentialExceptionMapper() - Constructor for class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidCredentialExceptionMapper
 
isActive() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
isAliasingEnabled() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
isAuthenticateAll() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntity
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
isEmpty() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
isLowercaseOutput() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
iterator() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 

O

of(Exception) - Static method in enum com.atlassian.crowd.plugin.rest.entity.ApplicationErrorEntity.ErrorReason
 

P

PASSWORD_PATH_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 

R

REMOTE_ADDRESS_QUERY_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
REMOTE_ADDRESSES_PATH_PARAM - Static variable in class com.atlassian.crowd.plugin.rest.util.ApplicationLinkUriHelper
 
RemoteAddressEntity - Class in com.atlassian.crowd.plugin.rest.entity
Represents a RemoteAddress entity
RemoteAddressEntity(String, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntity
 
RemoteAddressEntitySet - Class in com.atlassian.crowd.plugin.rest.entity
Represents a set of RemoteAddressEntity.
RemoteAddressEntitySet(Set<RemoteAddressEntity>, Link) - Constructor for class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 
removeApplication(long) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Removes an application.
removeApplication(long) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Removes the specified application.
removeRemoteAddress(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Removes a remote address from the list of allowed addresses for the application.
removeRemoteAddress(long, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Removes the remote address of the specified application.
request - Variable in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
 

S

setAlias(long, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
 
setAlias(long, String, String) - Method in class com.atlassian.crowd.plugin.rest.service.resource.AliasResource
 
setAttributes(AttributeEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setDirectoryMappings(DirectoryMappingEntityList) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setLink(Link) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setName(String) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setPassword(PasswordEntity) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setRemoteAddresses(RemoteAddressEntitySet) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
setType(String) - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.DirectoryMappingEntityList
 
size() - Method in class com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
 

T

toApplicationEntities(Collection<Application>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a collection of Applications to a list of ApplicationEntitys.
toApplicationEntity(Application, Link) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an Application to an ApplicationEntity.
toApplicationEntity(Application, Link, ApplicationEntityTranslator.PasswordMode) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an Application to an ApplicationEntity.
toApplicationType(String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an application type string to an ApplicationType.
toApplicationWithNoDirectoryMappings(ApplicationEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an ApplicationEntity to an Application with no directory mappings.
toAttributeEntities(Map<String, String>) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates attributes to AttributeEntityList.
toDirectoryMapping(DirectoryMappingEntity, Application, Directory) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a DirectoryMappingEntity to a DirectoryMapping.
toDirectoryMappingEntities(List<DirectoryMapping>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a list of DirectoryMapping to a DirectoryMappingEntityList.
toDirectoryMappingEntity(DirectoryMapping, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a DirectoryMapping to a DirectoryMappingEntity.
toDirectoryMappings(DirectoryMappingEntityList, Application, DirectoryManager) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a DirectoryMappingEntityList to a list of DirectoryMapping.
toOperationType(String) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an operation type string to an OperationType.
toOperationTypes(Set<String>) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a set of operation type strings to a set of OperationType.
toOperationTypeString(OperationType) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from an OperationType to an operation type string.
toOperationTypeStrings(Set<OperationType>) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a set of OperationTypes to a set of operation type strings.
toPasswordCredential(PasswordEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a PasswordEntity to a PasswordCredential.
toRemoteAddress(RemoteAddressEntity) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a RemoteAddressEntity to a RemoteAddress.
toRemoteAddressEntities(Set<RemoteAddress>, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translate from a set of RemoteAddresses to RemoteAddressEntitySet.
toRemoteAddressEntity(RemoteAddress, URI) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translate from a RemoteAddress to a RemoteAddressEntity.
toRemoteAddresses(RemoteAddressEntitySet) - Static method in class com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator
Translates from a RemoteAddressEntitySet to a set of RemoteAddress.
toResponse(ApplicationManagerException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationManagerExceptionMapper
 
toResponse(ApplicationNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.ApplicationNotFoundExceptionMapper
 
toResponse(DirectoryNotFoundException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.DirectoryNotFoundExceptionMapper
 
toResponse(IllegalArgumentException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.IllegalArgumentExceptionMapper
 
toResponse(InvalidCredentialException) - Method in class com.atlassian.crowd.plugin.rest.exception.mapper.InvalidCredentialExceptionMapper
 
toString() - Method in class com.atlassian.crowd.plugin.rest.entity.ApplicationEntity
 

U

updateApplication(ApplicationEntity) - Method in class com.atlassian.crowd.plugin.rest.service.controller.ApplicationController
Updates an existing application.
updateApplication(long, ApplicationEntity) - Method in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
Updates the specified application.
uriInfo - Variable in class com.atlassian.crowd.plugin.rest.service.resource.ApplicationResource
 

V

valueOf(String) - Static method in enum com.atlassian.crowd.plugin.rest.entity.ApplicationErrorEntity.ErrorReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator.PasswordMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.crowd.plugin.rest.entity.ApplicationErrorEntity.ErrorReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.atlassian.crowd.plugin.rest.util.ApplicationEntityTranslator.PasswordMode
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E G H I O P R S T U V

Copyright © 2014 Atlassian. All Rights Reserved.