|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ApplicationType in com.atlassian.crowd.acceptance.tests.rest.service |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.rest.service that return ApplicationType | |
|---|---|
protected ApplicationType |
ApplicationResourceTest.getApplicationType()
Returns the application type. |
| 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 |
Application.getType()
Returns the type of the application. |
ApplicationType |
ImmutableApplication.getType()
|
ApplicationType |
ApplicationImpl.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()
Returns the list of application types that can be added by the user to Crowd as an application. |
| Methods in com.atlassian.crowd.model.application with parameters of type ApplicationType | |
|---|---|
static ImmutableApplication.Builder |
ImmutableApplication.builder(java.lang.String name,
ApplicationType type)
Constructs a new builder for an ImmutableApplication. |
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)
|
ImmutableApplication.Builder |
ImmutableApplication.Builder.setType(ApplicationType type)
|
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)
|
|
ImmutableApplication.Builder(java.lang.String name,
ApplicationType type)
|
|
ImmutableApplication(java.lang.Long id,
java.lang.String name,
ApplicationType type,
java.lang.String description,
PasswordCredential passwordCredential,
boolean permanent,
boolean active,
java.util.Map<java.lang.String,java.lang.String> attributes,
java.util.List<DirectoryMapping> directoryMappings,
java.util.Set<RemoteAddress> remoteAddresses,
boolean lowercaseOutput,
boolean aliasingEnabled,
java.util.Date createdDate,
java.util.Date updatedDate)
|
|
| Uses of ApplicationType in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return ApplicationType | |
|---|---|
static ApplicationType |
ApplicationEntityTranslator.toApplicationType(java.lang.String type)
Translates from an application type string to an ApplicationType. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||