Package | Description |
---|---|
com.atlassian.jira.crowd.embedded |
Modifier and Type | Method and Description |
---|---|
void |
JaacsService.create(com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.model.application.Application application)
Creates a new Application
|
protected void |
DefaultJaacsService.ensureIsAdmin(com.atlassian.crowd.embedded.api.User 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(com.atlassian.crowd.embedded.api.User remoteUser)
Returns a list containing all non-permanent Crowd applications.
|
com.atlassian.crowd.model.application.ApplicationImpl |
JaacsService.findById(com.atlassian.crowd.embedded.api.User remoteUser,
Long applicationId)
Returns the Application having the given id.
|
void |
JaacsService.update(com.atlassian.crowd.embedded.api.User remoteUser,
com.atlassian.crowd.model.application.Application updatedApplication)
Updates an Application.
|
protected void |
DefaultJaacsService.validateApplication(com.atlassian.crowd.embedded.api.User 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.