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

A

AbstractMongoCRUDService<T extends StorableObject> - Class in org.exoplatform.acceptance.service
Set of services to manage entities stored in a Mongo repository
AbstractMongoCRUDService() - Constructor for class org.exoplatform.acceptance.service.AbstractMongoCRUDService
 
addFieldError(String, String) - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse
addFieldError.
addGlobalError(String, String) - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse
addGlobalError.
addGlobalError(Object, String) - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse
addGlobalError.
addRemoteRepository(String, String) - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
addRemoteRepository.
addRemoteRepository(VCSCoordinates) - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
addRemoteRepository.
addRemoteRepository(String, String, String) - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
addRemoteRepository.
AdminController - Class in org.exoplatform.acceptance.ui.controllers
Administration tasks controller
AdminController() - Constructor for class org.exoplatform.acceptance.ui.controllers.AdminController
 
AppAuthority - Enum in org.exoplatform.acceptance.security
Our application roles
authenticate(Authentication) - Method in class org.exoplatform.acceptance.security.CrowdAuthenticationProviderMock
Performs authentication with the same contract as AuthenticationManager.authenticate(Authentication).
authenticate(Authentication) - Method in class org.exoplatform.acceptance.security.CrowdAuthenticationProviderWrapper
Performs authentication with the same contract as AuthenticationManager.authenticate(Authentication).

B

BaseController - Class in org.exoplatform.acceptance.ui.controllers
Common controller stuffs
BaseController() - Constructor for class org.exoplatform.acceptance.ui.controllers.BaseController
 
beginRequest(RequestContext) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
buildjobs() - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Build jobs list page

C

ConfigurationService - Class in org.exoplatform.acceptance.service
Acceptance configuration
ConfigurationService() - Constructor for class org.exoplatform.acceptance.service.ConfigurationService
 
Context - Class in org.exoplatform.acceptance.ui.model
Current request context
Context() - Constructor for class org.exoplatform.acceptance.ui.model.Context
 
count() - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Returns the number of entities available.
count() - Method in interface org.exoplatform.acceptance.service.CRUDService
Returns the number of entities available.
Credential - Class in org.exoplatform.acceptance.model.credential
Authentication credentials
Credential(Credential.Type) - Constructor for class org.exoplatform.acceptance.model.credential.Credential
Constructor for Credential.
Credential(String, Credential.Type) - Constructor for class org.exoplatform.acceptance.model.credential.Credential
Constructor for Credential.
Credential(String, String, Credential.Type) - Constructor for class org.exoplatform.acceptance.model.credential.Credential
Constructor for Credential.
Credential(Credential.Type, String) - Constructor for class org.exoplatform.acceptance.model.credential.Credential
Constructor for Credential.
credential() - Method in class org.exoplatform.acceptance.ui.controllers.AdminController
Credentials administration route
Credential.Type - Enum in org.exoplatform.acceptance.model.credential
Credential types
CredentialCRUDController - Class in org.exoplatform.acceptance.rest.administration.credential
Controller to manage REST services for credentials
CredentialCRUDController() - Constructor for class org.exoplatform.acceptance.rest.administration.credential.CredentialCRUDController
 
CredentialCRUDController.CredentialListItemDTO - Class in org.exoplatform.acceptance.rest.administration.credential
 
CredentialMongoStorage - Interface in org.exoplatform.acceptance.storage.credential
CRUD operations managed by Mongo for Credential classes
CredentialService - Class in org.exoplatform.acceptance.service.credential
Services to manage Credentials
CredentialService() - Constructor for class org.exoplatform.acceptance.service.credential.CredentialService
 
CrowdAuthenticationProviderMock - Class in org.exoplatform.acceptance.security
A basic implementation of AuthenticationProvider which is using our CrowdAuthenticationProviderMock to manage users.
CrowdAuthenticationProviderMock(CrowdUserDetailsServiceMock) - Constructor for class org.exoplatform.acceptance.security.CrowdAuthenticationProviderMock
Constructor for CrowdAuthenticationProviderMock.
CrowdAuthenticationProviderWrapper - Class in org.exoplatform.acceptance.security
This authentication provider is wrapping the one used by Crowd to replace Crowd groups by Application Roles from AppAuthority
CrowdAuthenticationProviderWrapper(RemoteCrowdAuthenticationProvider, CrowdGrantedAuthoritiesMapper) - Constructor for class org.exoplatform.acceptance.security.CrowdAuthenticationProviderWrapper
Constructor for CrowdAuthenticationProviderWrapper.
CrowdGrantedAuthoritiesMapper - Class in org.exoplatform.acceptance.security
Crowd Authorities mapper.
CrowdGrantedAuthoritiesMapper() - Constructor for class org.exoplatform.acceptance.security.CrowdGrantedAuthoritiesMapper
 
CrowdUserDetailsMock - Class in org.exoplatform.acceptance.security
This is a POJO to implement a CrowdUserDetails
CrowdUserDetailsMock() - Constructor for class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Constructor for CrowdUserDetailsMock.
CrowdUserDetailsServiceMock - Class in org.exoplatform.acceptance.security
This Spring UserDetailsService defines two accounts to use in the app for tests and dev.
CrowdUserDetailsServiceMock() - Constructor for class org.exoplatform.acceptance.security.CrowdUserDetailsServiceMock
Constructor for CrowdUserDetailsServiceMock.
CrowdUserDetailsServiceWrapper - Class in org.exoplatform.acceptance.security
This Spring UserDetailsService is used to wrap the user created by the CrowdUserDetailsServiceImpl to replace its crowd groups by our application roles
CrowdUserDetailsServiceWrapper(CrowdUserDetailsServiceImpl, CrowdGrantedAuthoritiesMapper) - Constructor for class org.exoplatform.acceptance.security.CrowdUserDetailsServiceWrapper
Constructor for CrowdUserDetailsServiceWrapper.
CrowdUserDetailsWrapper - Class in org.exoplatform.acceptance.security
This wrapper is used to redefine user's authorities from groups retrieved by crowd to application roles defined in AppAuthority
CrowdUserDetailsWrapper(CrowdUserDetails, CrowdGrantedAuthoritiesMapper) - Constructor for class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Constructor for CrowdUserDetailsWrapper.
CRUDController<T extends StorableObject,I extends Serializable> - Class in org.exoplatform.acceptance.rest.administration
Abstract REST Controller
CRUDController() - Constructor for class org.exoplatform.acceptance.rest.administration.CRUDController
 
CRUDService<T> - Interface in org.exoplatform.acceptance.service
CRUDService interface.
CurrentUser - Class in org.exoplatform.acceptance.ui.model
CurrentUser class.
CurrentUser() - Constructor for class org.exoplatform.acceptance.ui.model.CurrentUser
 

D

delete(String) - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Deletes the entity with the given id.
delete(String) - Method in interface org.exoplatform.acceptance.service.CRUDService
Deletes the entity with the given id.
deleteAll() - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Deletes all entities managed by the repository.
deleteAll() - Method in interface org.exoplatform.acceptance.service.CRUDService
Deletes all entities managed by the repository.
deleteObject(String) - Method in class org.exoplatform.acceptance.rest.administration.CRUDController
Delete an existing object
deployments() - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Deployments list route
DevDataLoaderService - Class in org.exoplatform.acceptance.service.utils
This service is used to load some hardcoded data from the model to use them in development mode or in tests
DevDataLoaderService() - Constructor for class org.exoplatform.acceptance.service.utils.DevDataLoaderService
 
Development - Annotation Type in org.exoplatform.acceptance.annotation
Annotation to define a bean only if Spring "dev" profile is activated
DevelopmentInitializer - Class in org.exoplatform.acceptance.lifecycle
Bootstrap service is used to initialize the application in a development environment
DevelopmentInitializer() - Constructor for class org.exoplatform.acceptance.lifecycle.DevelopmentInitializer
 

E

EmbeddedMongoSpringFactoryBean - Class in org.exoplatform.acceptance.storage
FactoryBean for EmbedMongo that runs MongoDB as managed process and exposes preconfigured instance of Mongo.
EmbeddedMongoSpringFactoryBean() - Constructor for class org.exoplatform.acceptance.storage.EmbeddedMongoSpringFactoryBean
 
endRequest(RequestContext) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
EntityNotFoundException - Exception in org.exoplatform.acceptance.service
EntityNotFoundException class.
EntityNotFoundException(Object) - Constructor for exception org.exoplatform.acceptance.service.EntityNotFoundException
Constructor for EntityNotFoundException.
equals(Object) - Method in class org.exoplatform.acceptance.model.StorableObject
error403() - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Forbidden access route
exists(String) - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Returns whether an entity with the given id exists.
exists(String) - Method in interface org.exoplatform.acceptance.service.CRUDService
Returns whether an entity with the given id exists.

F

findAll() - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Returns all instances of the type.
findAll(int, int) - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Returns all instances of the given page.
findAll() - Method in interface org.exoplatform.acceptance.service.CRUDService
Returns all instances of the type.
findAll(int, int) - Method in interface org.exoplatform.acceptance.service.CRUDService
Returns all instances of the given page.
findByName(String) - Method in class org.exoplatform.acceptance.service.credential.CredentialService
findByName.
findByName(String) - Method in class org.exoplatform.acceptance.service.vcs.VCSRepositoryService
findByName.
findByName(String) - Method in interface org.exoplatform.acceptance.storage.credential.CredentialMongoStorage
findByName.
findByName(String) - Method in interface org.exoplatform.acceptance.storage.vcs.VCSRepositoryMongoStorage
findByName.
findByType(Credential.Type) - Method in class org.exoplatform.acceptance.service.credential.CredentialService
findByType.
findByType(Credential.Type) - Method in interface org.exoplatform.acceptance.storage.credential.CredentialMongoStorage
findByType.
findOne(String) - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Retrieves an entity by its id.
findOne(String) - Method in interface org.exoplatform.acceptance.service.CRUDService
Retrieves an entity by its id.
Flash - Class in org.exoplatform.acceptance.ui.model
Flash class.
Flash() - Constructor for class org.exoplatform.acceptance.ui.model.Flash
 

G

getAuthorities() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Getter for the field authorities.
getAuthorities() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
getAuthorities() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the authorities granted to the user.
getAuthority() - Method in enum org.exoplatform.acceptance.security.AppAuthority
getAuthority.
getBranches() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
getBranches.
getBranches() - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
getBranches.
getBuildDate() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field buildDate.
getBuildDate() - Method in class org.exoplatform.acceptance.ui.model.Context
getBuildDate.
getBuildTime() - Method in class org.exoplatform.acceptance.ui.model.Context
getBuildTime.
getContext() - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
Getter for the field context.
getCredentialId() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Credential to access to the repository
getCRUDService() - Method in class org.exoplatform.acceptance.rest.administration.credential.CredentialCRUDController
getCRUDService.
getCRUDService() - Method in class org.exoplatform.acceptance.rest.administration.CRUDController
getCRUDService.
getCRUDService() - Method in class org.exoplatform.acceptance.rest.administration.vcs.VCSRepositoryCRUDController
getCRUDService.
getDataDir() - Method in class org.exoplatform.acceptance.service.ConfigurationService
getDataDir.
getEmail() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Getter for the field email.
getEmail() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Returns the user's email
getEmail() - Method in interface org.exoplatform.acceptance.security.ICrowdUserDetails
Returns the user's email
getEmail() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the user's email
getError() - Method in class org.exoplatform.acceptance.ui.model.Flash
Getter for the field error.
getField() - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse.FieldError
 
getFieldErrors() - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse
Getter for the field fieldErrors.
getFirstName() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Getter for the field firstName.
getFirstName() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Returns the user's first name
getFirstName() - Method in interface org.exoplatform.acceptance.security.ICrowdUserDetails
Returns the user's first name
getFirstName() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the user's first name
getFlash() - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
Getter for the field flash.
getFullName() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
getFullName.
getFullName() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Returns the user's fullname
getFullName() - Method in interface org.exoplatform.acceptance.security.ICrowdUserDetails
Returns the user's fullname
getFullName() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the user's fullname
getGlobalErrors() - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse
Getter for the field globalErrors.
getGravatarUrl(int, boolean) - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Computes the gravatar URL associated to the user email
getId() - Method in class org.exoplatform.acceptance.model.StorableObject
Getter for the field id.
getId() - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
Getter for the field id.
getInceptionYear() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field inceptionYear.
getInceptionYear() - Method in class org.exoplatform.acceptance.ui.model.Context
getInceptionYear.
getLastName() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Getter for the field lastName.
getLastName() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Returns the user's last name
getLastName() - Method in interface org.exoplatform.acceptance.security.ICrowdUserDetails
Returns the user's last name
getLastName() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the user's last name
getMessage() - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse.FieldError
 
getMessage() - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse.GlobalError
 
getMongoStorage() - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
getMongoStorage.
getMongoStorage() - Method in class org.exoplatform.acceptance.service.credential.CredentialService
getMongoStorage.
getMongoStorage() - Method in class org.exoplatform.acceptance.service.vcs.VCSRepositoryService
getMongoStorage.
getName() - Method in class org.exoplatform.acceptance.model.StorableObject
Getter for the field name.
getName() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Getter for the field name.
getName() - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
Getter for the field name.
getObject(String, HttpServletResponse) - Method in class org.exoplatform.acceptance.rest.administration.CRUDController
Get a specific object by its id.
getObjectName() - Method in class org.exoplatform.acceptance.rest.JsonErrorResponse.GlobalError
 
getObjects(int, int) - Method in class org.exoplatform.acceptance.rest.administration.credential.CredentialCRUDController
Get a (potentially paginated) list of objects
getObjects(int, int) - Method in class org.exoplatform.acceptance.rest.administration.CRUDController
Get a (potentially paginated) list of objects
getObjects(int, int) - Method in class org.exoplatform.acceptance.rest.administration.vcs.VCSRepositoryCRUDController
Get a (potentially paginated) list of objects
getOrganizationName() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field organizationName.
getOrganizationName() - Method in class org.exoplatform.acceptance.ui.model.Context
getOrganizationName.
getOrganizationUrl() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field organizationUrl.
getOrganizationUrl() - Method in class org.exoplatform.acceptance.ui.model.Context
getOrganizationUrl.
getPassword() - Method in class org.exoplatform.acceptance.model.credential.UsernamePasswordCredential
Getter for the field password.
getPassword() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Getter for the field password.
getPassword() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Returns the password used to authenticate the user.
getPassword() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the password used to authenticate the user.
getPrivateKey() - Method in class org.exoplatform.acceptance.model.credential.KeyPairCredential
Getter for the field privateKey.
getPublicKey() - Method in class org.exoplatform.acceptance.model.credential.KeyPairCredential
Getter for the field publicKey.
getReferences() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Getter for the field references.
getReferences() - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
getReferences.
getRemoteRepositories() - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
Getter for the field remoteRepositories.
getScmRevision() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field scmRevision.
getScmRevision() - Method in class org.exoplatform.acceptance.ui.model.Context
getScmRevision.
getScmRevisionUrl() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field scmRevisionUrl.
getScmRevisionUrl() - Method in class org.exoplatform.acceptance.ui.model.Context
getScmRevisionUrl.
getScmUrl() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field scmUrl.
getScmUrl() - Method in class org.exoplatform.acceptance.ui.model.Context
getScmUrl.
getShortScmRevision() - Method in class org.exoplatform.acceptance.ui.model.Context
getShortScmRevision.
getSuccess() - Method in class org.exoplatform.acceptance.ui.model.Flash
Getter for the field success.
getTags() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
getTags.
getTags() - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
getTags.
getTmpDir() - Method in class org.exoplatform.acceptance.service.ConfigurationService
getTmpDir.
getToken() - Method in class org.exoplatform.acceptance.model.credential.TokenCredential
Getter for the field token.
getType() - Method in class org.exoplatform.acceptance.model.credential.Credential
Getter for the field type.
getType() - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
Getter for the field type.
getType() - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
Getter for the field type.
getUrl() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Returns the SCM URL used to access to this remote repository.
getUser() - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
Getter for the field user.
getUsername() - Method in class org.exoplatform.acceptance.model.credential.UsernamePasswordCredential
Getter for the field username.
getUsername() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Getter for the field username.
getUsername() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Returns the username used to authenticate the user.
getUsername() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns the username used to authenticate the user.
getUsername() - Method in class org.exoplatform.acceptance.ui.model.Flash
Getter for the field username.
getVCSCheckoutDirectory() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Returns the directory where the application checks out VCS repositories.
getVersion() - Method in class org.exoplatform.acceptance.service.ConfigurationService
Getter for the field version.
getVersion() - Method in class org.exoplatform.acceptance.ui.model.Context
getVersion.

H

handleDuplicateKeyException(DuplicateKeyException) - Method in class org.exoplatform.acceptance.rest.JsonErrorHandler
Catch DuplicateKeyException when an entity creation or update doesn't a constraint of uniqueness in the mongo repository.
handleEntityNotFoundException(EntityNotFoundException) - Method in class org.exoplatform.acceptance.rest.JsonErrorHandler
Catch EntityNotFoundException to return a 404 error.
handleHttpMessageNotReadableException(HttpMessageNotReadableException) - Method in class org.exoplatform.acceptance.rest.JsonErrorHandler
Catch HttpMessageNotReadableException to log it (helps to diagnose errors and attacks on REST services).
hashCode() - Method in class org.exoplatform.acceptance.model.StorableObject
hasRole(String) - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Simple searches for an exactly matching GrantedAuthority.getAuthority().
HomeController - Class in org.exoplatform.acceptance.ui.controllers
HomeController class.
HomeController() - Constructor for class org.exoplatform.acceptance.ui.controllers.HomeController
 

I

ICrowdUserDetails - Interface in org.exoplatform.acceptance.security
Interface to represent a User managed by Crowd.
index() - Method in class org.exoplatform.acceptance.ui.controllers.AdminController
Administration home route
index(String) - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Application homepage route
initializeData() - Method in class org.exoplatform.acceptance.service.utils.DevDataLoaderService
initializeData.
IS_BRANCH - Static variable in class org.exoplatform.acceptance.model.vcs.VCSRef
Constant IS_BRANCH
IS_TAG - Static variable in class org.exoplatform.acceptance.model.vcs.VCSRef
Constant IS_TAG
isAccountNonExpired() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
isAccountNonExpired.
isAccountNonExpired() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Indicates whether the user's account has expired.
isAccountNonExpired() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Indicates whether the user's account has expired.
isAccountNonLocked() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
isAccountNonLocked.
isAccountNonLocked() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Indicates whether the user is locked or unlocked.
isAccountNonLocked() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Indicates whether the user is locked or unlocked.
isAdmin() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Checks if the current user has the application ADMIN role.
isAnonymous() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Checks if the current user is anonymous.
isAuthenticated() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Is the user authenticated ?
isCredentialsNonExpired() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
isCredentialsNonExpired.
isCredentialsNonExpired() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Indicates whether the user's credentials (password) has expired.
isCredentialsNonExpired() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Indicates whether the user's credentials (password) has expired.
isEnabled() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
isEnabled.
isEnabled() - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsWrapper
Indicates whether the user is enabled or disabled.
isEnabled() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Indicates whether the user is enabled or disabled.
isSecured() - Method in class org.exoplatform.acceptance.ui.model.Context
Checks if the the application is using and https scheme
isUser() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Checks if the current user has the application USER role.

J

JsonErrorHandler - Class in org.exoplatform.acceptance.rest
Errors handler for REST services to convert an exception in a standardized JSON message and the related HTTP status code.
JsonErrorHandler() - Constructor for class org.exoplatform.acceptance.rest.JsonErrorHandler
 
JsonErrorResponse - Class in org.exoplatform.acceptance.rest
Errors details returned by REST Services when something goes wrong
JsonErrorResponse() - Constructor for class org.exoplatform.acceptance.rest.JsonErrorResponse
Constructor for JsonErrorResponse.
JsonErrorResponse(Throwable) - Constructor for class org.exoplatform.acceptance.rest.JsonErrorResponse
Constructor for JsonErrorResponse.
JsonErrorResponse(String, String) - Constructor for class org.exoplatform.acceptance.rest.JsonErrorResponse
Constructor for JsonErrorResponse.
JsonErrorResponse.FieldError - Class in org.exoplatform.acceptance.rest
 
JsonErrorResponse.FieldError(String, String) - Constructor for class org.exoplatform.acceptance.rest.JsonErrorResponse.FieldError
 
JsonErrorResponse.GlobalError - Class in org.exoplatform.acceptance.rest
 
JsonErrorResponse.GlobalError(String, String) - Constructor for class org.exoplatform.acceptance.rest.JsonErrorResponse.GlobalError
 

K

KeyPairCredential - Class in org.exoplatform.acceptance.model.credential
KeyPairCredential class.
KeyPairCredential(String, String, String) - Constructor for class org.exoplatform.acceptance.model.credential.KeyPairCredential
Constructor for KeyPairCredential.

L

loadUserByUsername(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsServiceMock
Locates the user based on the username.
loadUserByUsername(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsServiceWrapper
Locates the user based on the username.
login() - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Login page fake method for juzu template compilation (ex: @{HomeController.login()} this url is catch up by the spring security filter and the action method is never call
logout() - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Logout page fake method for juzu template compilation (ex: @{HomeController.logout()} this url is catch up by the spring security filter and the action method is never call

M

makeResponse(Template) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
makeResponse.
makeResponse(Template.Builder) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
makeResponse.
makeResponse(Response.Content) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
makeResponse.
mapAuthorities(Collection<? extends GrantedAuthority>) - Method in class org.exoplatform.acceptance.security.CrowdGrantedAuthoritiesMapper
Mapping interface which can be injected into the authentication layer to convert the authorities loaded from storage into those which will be used in the Authentication object.

N

NoCredential - Class in org.exoplatform.acceptance.model.credential
NoCredential class.
NoCredential() - Constructor for class org.exoplatform.acceptance.model.credential.NoCredential
Constructor for NoCredential.
NONE - Static variable in class org.exoplatform.acceptance.model.credential.Credential
Constant NONE

O

onApplicationEvent(ContextRefreshedEvent) - Method in class org.exoplatform.acceptance.lifecycle.DevelopmentInitializer
Handle an application event.
onApplicationEvent(ContextRefreshedEvent) - Method in class org.exoplatform.acceptance.lifecycle.ProductionInitializer
Handle an application event.
org.exoplatform.acceptance - package org.exoplatform.acceptance
Provides eXo Acceptance
org.exoplatform.acceptance.annotation - package org.exoplatform.acceptance.annotation
Provides custom annotations for eXo Acceptance
org.exoplatform.acceptance.lifecycle - package org.exoplatform.acceptance.lifecycle
Provides Spring lifecycle extensions for eXo acceptance to be able to launch some tasks when the application starts or stops for example.
org.exoplatform.acceptance.model - package org.exoplatform.acceptance.model
Provides eXo acceptance model classes.
org.exoplatform.acceptance.model.credential - package org.exoplatform.acceptance.model.credential
Provides eXo acceptance model classes related to security.
org.exoplatform.acceptance.model.vcs - package org.exoplatform.acceptance.model.vcs
Provides eXo acceptance model classes to represent sources from projects managed in a Version Control System
org.exoplatform.acceptance.rest - package org.exoplatform.acceptance.rest
Provides eXo acceptance REST Controllers (using Spring MVC).
org.exoplatform.acceptance.rest.administration - package org.exoplatform.acceptance.rest.administration
Provides eXo acceptance REST Controllers to administrate the application.
org.exoplatform.acceptance.rest.administration.credential - package org.exoplatform.acceptance.rest.administration.credential
 
org.exoplatform.acceptance.rest.administration.vcs - package org.exoplatform.acceptance.rest.administration.vcs
 
org.exoplatform.acceptance.security - package org.exoplatform.acceptance.security
Provides eXo acceptance security services (using spring security).
org.exoplatform.acceptance.service - package org.exoplatform.acceptance.service
Provides eXo acceptance services.
org.exoplatform.acceptance.service.credential - package org.exoplatform.acceptance.service.credential
 
org.exoplatform.acceptance.service.utils - package org.exoplatform.acceptance.service.utils
 
org.exoplatform.acceptance.service.vcs - package org.exoplatform.acceptance.service.vcs
 
org.exoplatform.acceptance.storage - package org.exoplatform.acceptance.storage
Provides eXo acceptance storage access to Mongo Repositories.
org.exoplatform.acceptance.storage.credential - package org.exoplatform.acceptance.storage.credential
 
org.exoplatform.acceptance.storage.vcs - package org.exoplatform.acceptance.storage.vcs
 
org.exoplatform.acceptance.ui - package org.exoplatform.acceptance.ui
Provides eXo acceptance front-end (using Juzu).
org.exoplatform.acceptance.ui.controllers - package org.exoplatform.acceptance.ui.controllers
 
org.exoplatform.acceptance.ui.model - package org.exoplatform.acceptance.ui.model
 

P

processValidationError(MethodArgumentNotValidException) - Method in class org.exoplatform.acceptance.rest.JsonErrorHandler
Catch MethodArgumentNotValidException when a Bean Validation error occurs.
Production - Annotation Type in org.exoplatform.acceptance.annotation
Annotation to define a bean only if Spring "dev" profile is activated
ProductionInitializer - Class in org.exoplatform.acceptance.lifecycle
Bootstrap service is used to initialize the application in a production environment
ProductionInitializer() - Constructor for class org.exoplatform.acceptance.lifecycle.ProductionInitializer
 

R

render(Template) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
render.
render(Template.Builder) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
render.

S

saveObject(T) - Method in class org.exoplatform.acceptance.rest.administration.CRUDController
Save a new object
setAccountNonExpired(boolean) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field accountNonExpired.
setAccountNonLocked(boolean) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field accountNonLocked.
setAuthorities(Collection<GrantedAuthority>) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field authorities.
setContext(Context) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
Setter for the field context.
setCredentialId(String) - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Setter for the field credentialId.
setCredentialsNonExpired(boolean) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field credentialsNonExpired.
setEmail(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field email.
setEnabled(boolean) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field enabled.
setError(String) - Method in class org.exoplatform.acceptance.ui.model.Flash
Setter for the field error.
setFirstName(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field firstName.
setFlash(Flash) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
Setter for the field flash.
setId(String) - Method in class org.exoplatform.acceptance.model.StorableObject
Setter for the field id.
setId(String) - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
Setter for the field id.
setLastName(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field lastName.
setName(String) - Method in class org.exoplatform.acceptance.model.StorableObject
Setter for the field name.
setName(String) - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Setter for the field name.
setName(String) - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
Setter for the field name.
setPassword(String) - Method in class org.exoplatform.acceptance.model.credential.UsernamePasswordCredential
Setter for the field password.
setPassword(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field password.
setPrivateKey(String) - Method in class org.exoplatform.acceptance.model.credential.KeyPairCredential
Setter for the field privateKey.
setPublicKey(String) - Method in class org.exoplatform.acceptance.model.credential.KeyPairCredential
Setter for the field publicKey.
setReferences(List<VCSRef>) - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Setter for the field references.
setRemoteRepositories(List<VCSCoordinates>) - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
Setter for the field remoteRepositories.
setRequestContext(RequestContext) - Method in class org.exoplatform.acceptance.ui.model.Context
Setter for the field requestContext.
setSuccess(String) - Method in class org.exoplatform.acceptance.ui.model.Flash
Setter for the field success.
setToken(String) - Method in class org.exoplatform.acceptance.model.credential.TokenCredential
Setter for the field token.
setType(Credential.Type) - Method in class org.exoplatform.acceptance.model.credential.Credential
Setter for the field type.
setType(VCSRef.Type) - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
Setter for the field type.
setType(VCSRepository.Type) - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
Setter for the field type.
setUrl(String) - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Setter for the field url.
setUser(CurrentUser) - Method in class org.exoplatform.acceptance.ui.controllers.BaseController
Setter for the field user.
setUsername(String) - Method in class org.exoplatform.acceptance.model.credential.UsernamePasswordCredential
Setter for the field username.
setUsername(String) - Method in class org.exoplatform.acceptance.security.CrowdUserDetailsMock
Setter for the field username.
setUsername(String) - Method in class org.exoplatform.acceptance.ui.model.Flash
Setter for the field username.
SORT_BY_NAME - Static variable in class org.exoplatform.acceptance.model.vcs.VCSRef
Constant SORT_BY_NAME
sources() - Method in class org.exoplatform.acceptance.ui.controllers.HomeController
Sources list page
StorableObject - Class in org.exoplatform.acceptance.model
StorableObject class.
StorableObject() - Constructor for class org.exoplatform.acceptance.model.StorableObject
Constructor for StorableObject.
StorableObject(String) - Constructor for class org.exoplatform.acceptance.model.StorableObject
Constructor for StorableObject.
StorableObject(String, String) - Constructor for class org.exoplatform.acceptance.model.StorableObject
Constructor for StorableObject.
supports(Class<?>) - Method in class org.exoplatform.acceptance.security.CrowdAuthenticationProviderMock
Returns true if this AuthenticationProvider supports the indicated Authentication object.
supports(Class<?>) - Method in class org.exoplatform.acceptance.security.CrowdAuthenticationProviderWrapper
Returns true if this AuthenticationProvider supports the indicated Authentication object.

T

TokenCredential - Class in org.exoplatform.acceptance.model.credential
TokenCredential class.
TokenCredential(String, String) - Constructor for class org.exoplatform.acceptance.model.credential.TokenCredential
Constructor for TokenCredential.
toString() - Method in class org.exoplatform.acceptance.model.credential.Credential
toString() - Method in class org.exoplatform.acceptance.model.StorableObject
toString() - Method in class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Returns a string representation of the object.
toString() - Method in class org.exoplatform.acceptance.model.vcs.VCSRef
toString() - Method in class org.exoplatform.acceptance.model.vcs.VCSRepository
Returns a string representation of the object.
toString() - Method in class org.exoplatform.acceptance.ui.model.CurrentUser
Returns a string representation of the object.
translateExceptionIfPossible(RuntimeException) - Method in class org.exoplatform.acceptance.storage.EmbeddedMongoSpringFactoryBean

U

update(S) - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Updates an existing entity.
update(S) - Method in interface org.exoplatform.acceptance.service.CRUDService
Updates an existing entity.
updateObject(I, T, HttpServletResponse) - Method in class org.exoplatform.acceptance.rest.administration.CRUDController
Update an existing object
updateOrCreate(S) - Method in class org.exoplatform.acceptance.service.AbstractMongoCRUDService
Saves a given entity (creates it if it doesn't exist).
updateOrCreate(S) - Method in interface org.exoplatform.acceptance.service.CRUDService
Saves a given entity (creates it if it doesn't exist).
updateRepositories() - Method in class org.exoplatform.acceptance.service.vcs.VCSRepositoryService
updateRepositories.
UsernamePasswordCredential - Class in org.exoplatform.acceptance.model.credential
UsernamePasswordCredential class.
UsernamePasswordCredential(String, String, String) - Constructor for class org.exoplatform.acceptance.model.credential.UsernamePasswordCredential
Constructor for UsernamePasswordCredential.

V

valueOf(String) - Static method in enum org.exoplatform.acceptance.model.credential.Credential.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.acceptance.model.vcs.VCSRef.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.acceptance.model.vcs.VCSRepository.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.exoplatform.acceptance.security.AppAuthority
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.exoplatform.acceptance.model.credential.Credential.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.acceptance.model.vcs.VCSRef.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.acceptance.model.vcs.VCSRepository.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.exoplatform.acceptance.security.AppAuthority
Returns an array containing the constants of this enum type, in the order they are declared.
VCSBranch - Class in org.exoplatform.acceptance.model.vcs
A VCS Branch
VCSBranch(String, String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSBranch
Constructor for VCSBranch.
VCSCoordinates - Class in org.exoplatform.acceptance.model.vcs
A Version Control System repository
VCSCoordinates() - Constructor for class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Constructor for VCSCoordinates.
VCSCoordinates(String, String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Constructor for VCSCoordinates.
VCSCoordinates(String, String, String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSCoordinates
Constructor for VCSCoordinates.
VCSRef - Class in org.exoplatform.acceptance.model.vcs
VCSRef class.
VCSRef(VCSRef.Type, String, String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSRef
Constructor for VCSRef.
VCSRef.Type - Enum in org.exoplatform.acceptance.model.vcs
VCS Ref types
VCSRepository - Class in org.exoplatform.acceptance.model.vcs
a Version Control System Repository
VCSRepository() - Constructor for class org.exoplatform.acceptance.model.vcs.VCSRepository
Constructor for VCSRepository.
VCSRepository(String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSRepository
Constructor for VCSRepository.
VCSRepository(String, String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSRepository
Constructor for VCSRepository.
vcsRepository() - Method in class org.exoplatform.acceptance.ui.controllers.AdminController
DVCS repositories administration route
VCSRepository.Type - Enum in org.exoplatform.acceptance.model.vcs
VCS Repository types
VCSRepositoryCRUDController - Class in org.exoplatform.acceptance.rest.administration.vcs
Controller to manage REST services for repositories
VCSRepositoryCRUDController() - Constructor for class org.exoplatform.acceptance.rest.administration.vcs.VCSRepositoryCRUDController
 
VCSRepositoryCRUDController.VCSRepositoryListItemDTO - Class in org.exoplatform.acceptance.rest.administration.vcs
 
VCSRepositoryMongoStorage - Interface in org.exoplatform.acceptance.storage.vcs
CRUD operations managed by Mongo for VCSRepository classes
VCSRepositoryService - Class in org.exoplatform.acceptance.service.vcs
Services to manage VCS Repositories
VCSRepositoryService() - Constructor for class org.exoplatform.acceptance.service.vcs.VCSRepositoryService
 
VCSTag - Class in org.exoplatform.acceptance.model.vcs
A VCS Tag
VCSTag(String, String) - Constructor for class org.exoplatform.acceptance.model.vcs.VCSTag
Constructor for VCSTag.
A B C D E F G H I J K L M N O P R S T U V 

Copyright © 2011–2016 eXo Platform SAS. All rights reserved.