Package | Description |
---|---|
com.atlassian.jira.crowd.embedded |
Modifier and Type | Method and Description |
---|---|
void |
JaacsService.create(ApplicationUser remoteUser,
com.atlassian.crowd.model.application.Application application)
Creates a new Application
|
protected void |
DefaultJaacsService.ensureIsAdmin(ApplicationUser remoteUser)
If the remote user is not an administrator, throws a ValidationFailureException with the appropriate error.
|
List<com.atlassian.crowd.model.application.Application> |
JaacsService.findAll(ApplicationUser remoteUser)
Returns a list containing all non-permanent Crowd applications.
|
com.atlassian.crowd.model.application.ApplicationImpl |
JaacsService.findById(ApplicationUser remoteUser,
Long applicationId)
Returns the Application having the given id.
|
void |
JaacsService.update(ApplicationUser remoteUser,
com.atlassian.crowd.model.application.Application updatedApplication)
Updates an Application.
|
protected void |
DefaultJaacsService.validateApplication(ApplicationUser user,
com.atlassian.crowd.model.application.Application application)
Validates the application's name, password, and remote addresses fields.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.