Modifier and Type | Method and Description |
---|---|
protected ApplicationType |
ApplicationResourceTest.getApplicationType()
Returns the application type.
|
Modifier and Type | Method and Description |
---|---|
ApplicationType |
SSOLoginEvent.getApplicationType() |
Modifier and Type | Method and Description |
---|---|
Map<ApplicationType,Long> |
ApplicationTypeStatisticsEvent.getType() |
Constructor and Description |
---|
SSOLoginEvent(ApplicationType applicationType,
SSOLoginEvent.SsoType ssoType) |
Constructor and Description |
---|
ApplicationTypeStatisticsEvent(Map<ApplicationType,Long> applicationTypes) |
Modifier and Type | Method and Description |
---|---|
String |
BaseAction.getImageLocation(boolean active,
ApplicationType applicationType) |
String |
BaseAction.getImageTitle(boolean active,
ApplicationType applicationType) |
Modifier and Type | Field and Description |
---|---|
protected ApplicationType |
ViewApplication.type |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
AddApplicationConnectionDetails.getApplicationType() |
ApplicationType |
ApplicationConfiguration.getApplicationType() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationConfiguration.setApplicationType(ApplicationType applicationType) |
protected Class<? extends com.atlassian.applinks.api.ApplicationType> |
ViewApplication.toAppLinksType(ApplicationType applicationType) |
Modifier and Type | Method and Description |
---|---|
protected Application |
Integration.addApplication(String appName,
ApplicationType applicationType,
String description,
String password,
boolean allowAllToAuthenticate) |
Modifier and Type | Method and Description |
---|---|
static ApplicationSubtype |
ApplicationSubtype.getOnlySubtype(ApplicationType applicationType) |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
ImmutableApplication.getType() |
ApplicationType |
ApplicationImpl.getType()
Deprecated.
|
ApplicationType |
Application.getType()
Returns the type of the application.
|
static ApplicationType |
ApplicationType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static List<ApplicationType> |
ApplicationType.getCreatableAppTypes()
Returns the list of application types that can be added by the user to Crowd as an application.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableApplication.Builder |
ImmutableApplication.builder(String name,
ApplicationType type)
Constructs a new builder for an ImmutableApplication.
|
static ApplicationImpl |
ApplicationImpl.newInstance(String name,
ApplicationType type)
Deprecated.
|
static ApplicationImpl |
ApplicationImpl.newInstanceWithCredential(String name,
ApplicationType type,
PasswordCredential credential)
Deprecated.
|
static ApplicationImpl |
ApplicationImpl.newInstanceWithIdAndCredential(String name,
ApplicationType type,
PasswordCredential credential,
long id)
Deprecated.
|
static ApplicationImpl |
ApplicationImpl.newInstanceWithPassword(String name,
ApplicationType type,
String password)
Deprecated.
|
ImmutableApplication.Builder |
ImmutableApplication.Builder.setType(ApplicationType type) |
void |
ApplicationImpl.setType(ApplicationType type)
Deprecated.
|
Constructor and Description |
---|
ApplicationImpl(String name,
long id,
ApplicationType type,
String description,
PasswordCredential credential,
boolean active,
Map<String,String> attributes,
List<DirectoryMapping> directoryMappings,
Set<RemoteAddress> remoteAddresses,
Set<Webhook> webhooks,
Date createdDate,
Date updatedDate)
Deprecated.
|
Builder(String name,
ApplicationType type) |
ImmutableApplication(Long id,
String name,
ApplicationType type,
String description,
PasswordCredential passwordCredential,
boolean permanent,
boolean active,
Map<String,String> attributes,
List<DirectoryMapping> directoryMappings,
Set<RemoteAddress> remoteAddresses,
Set<Webhook> webhooks,
boolean lowercaseOutput,
boolean aliasingEnabled,
Date createdDate,
Date updatedDate)
Deprecated.
Use
ImmutableApplication.Builder instead. |
Modifier and Type | Method and Description |
---|---|
ApplicationType |
ApplicationEntity.getType() |
Modifier and Type | Method and Description |
---|---|
ApplicationEntity.Builder |
ApplicationEntity.Builder.setType(ApplicationType type) |
Constructor and Description |
---|
ApplicationEntity(Long id,
String name,
String description,
ApplicationType type,
Boolean active,
Boolean aliasingEnabled,
Boolean lowercaseOutput,
Boolean aggregateMemberships,
Boolean cachedDirectoriesAuthenticationOrderOptimisation) |
Modifier and Type | Method and Description |
---|---|
static ApplicationType |
ApplicationEntityTranslator.toApplicationType(String type)
Translates from an application type string to an
ApplicationType . |
Copyright © 2021 Atlassian. All rights reserved.