| Modifier and Type | Method and Description |
|---|---|
ApplicationKey |
ApplicationAccess.getApplicationKey()
Get the
ApplicationKey of the Application whose access control
is managed by this instance. |
ApplicationKey |
Application.getKey()
Return the
ApplicationKey associated with the application. |
static ApplicationKey |
ApplicationKey.valueOf(String key)
Create a new
ApplicationKey. |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<ApplicationAccess> |
ApplicationManager.getAccess(ApplicationKey key)
Get the
ApplicationAccess associated with the passed application,
or Option.none() if there is no Application installed with the passed key. |
io.atlassian.fugue.Option<Application> |
ApplicationManager.getApplication(ApplicationKey key)
Return the installed
Application with the passed key. |
<A extends Application> |
ApplicationManager.getApplication(ApplicationKey key,
Class<A> type)
Return the installed
Application associated with the passed
ApplicationKey if it is of the correct type. |
Copyright © 2018 Atlassian. All rights reserved.