|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationType | |
|---|---|
| com.atlassian.crowd.console.action | |
| com.atlassian.crowd.console.action.application | |
| com.atlassian.crowd.console.action.setup | |
| com.atlassian.crowd.model.application | |
| Uses of ApplicationType in com.atlassian.crowd.console.action |
|---|
| Methods in com.atlassian.crowd.console.action with parameters of type ApplicationType | |
|---|---|
java.lang.String |
BaseAction.getImageLocation(boolean active,
ApplicationType applicationType)
|
java.lang.String |
BaseAction.getImageTitle(boolean active,
ApplicationType applicationType)
|
| Uses of ApplicationType in com.atlassian.crowd.console.action.application |
|---|
| Methods in com.atlassian.crowd.console.action.application that return ApplicationType | |
|---|---|
ApplicationType |
ApplicationConfiguration.getApplicationType()
|
ApplicationType |
AddApplicationConnectionDetails.getApplicationType()
|
| Methods in com.atlassian.crowd.console.action.application with parameters of type ApplicationType | |
|---|---|
void |
ApplicationConfiguration.setApplicationType(ApplicationType applicationType)
|
| Uses of ApplicationType in com.atlassian.crowd.console.action.setup |
|---|
| Methods in com.atlassian.crowd.console.action.setup with parameters of type ApplicationType | |
|---|---|
protected Application |
Integration.addApplication(java.lang.String appName,
ApplicationType applicationType,
java.lang.String description,
java.lang.String password,
boolean allowAllToAuthenticate)
|
| Uses of ApplicationType in com.atlassian.crowd.model.application |
|---|
| Methods in com.atlassian.crowd.model.application that return ApplicationType | |
|---|---|
ApplicationType |
ApplicationImpl.getType()
|
ApplicationType |
Application.getType()
|
static ApplicationType |
ApplicationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ApplicationType[] |
ApplicationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.crowd.model.application that return types with arguments of type ApplicationType | |
|---|---|
static java.util.List<ApplicationType> |
ApplicationType.getCreatableAppTypes()
|
| Methods in com.atlassian.crowd.model.application with parameters of type ApplicationType | |
|---|---|
static ApplicationImpl |
ApplicationImpl.newInstance(java.lang.String name,
ApplicationType type)
|
static ApplicationImpl |
ApplicationImpl.newInstanceWithCredential(java.lang.String name,
ApplicationType type,
PasswordCredential credential)
|
static ApplicationImpl |
ApplicationImpl.newInstanceWithIdAndCredential(java.lang.String name,
ApplicationType type,
PasswordCredential credential,
long id)
|
static ApplicationImpl |
ApplicationImpl.newInstanceWithPassword(java.lang.String name,
ApplicationType type,
java.lang.String password)
|
void |
ApplicationImpl.setType(ApplicationType type)
|
| Constructors in com.atlassian.crowd.model.application with parameters of type ApplicationType | |
|---|---|
ApplicationImpl(java.lang.String name,
long id,
ApplicationType type,
java.lang.String description,
PasswordCredential credential,
boolean active,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.util.List<DirectoryMapping> directoryMappings,
java.util.Set<RemoteAddress> remoteAddresses,
java.util.Date createdDate,
java.util.Date updatedDate)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||