Uses of Interface
com.atlassian.crowd.model.application.Application
Packages that use Application
Package
Description
-
Uses of Application in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return Application -
Uses of Application in com.atlassian.crowd.event
Methods in com.atlassian.crowd.event with parameters of type ApplicationModifier and TypeMethodDescriptionEventStore.getNewEvents(String eventToken, Application application) Returns an events object which contains a new eventToken and events that happened after the giveneventTokenwas generated. -
Uses of Application in com.atlassian.crowd.model.application
Fields in com.atlassian.crowd.model.application with type parameters of type ApplicationModifier and TypeFieldDescriptionstatic final Predicate<Application>Applications.ACTIVE_FILTERDeprecated.static final Function<Application,String> Applications.NAME_FUNCTIONDeprecated.UsegetName()instead.Methods in com.atlassian.crowd.model.application that return ApplicationModifier and TypeMethodDescriptionDirectoryMapping.getApplication()Deprecated.Returns the mapped application.GroupMapping.getApplication()Deprecated.Returns the application of this mapping.Methods in com.atlassian.crowd.model.application with parameters of type ApplicationModifier and TypeMethodDescriptionAccessBasedSynchronizationFilterType.fromApplication(Application application) static DirectoryMappingDirectoryMapping.fromApplicationDirectoryMapping(Application application, ApplicationDirectoryMapping applicationDirectoryMapping) Deprecated.Applications.getActiveDirectories(Application application) Given anapplication, retrieve all active directories associated with it.voidGroupMapping.setApplication(Application application) Deprecated.Sets the application of this mapping.Method parameters in com.atlassian.crowd.model.application with type arguments of type ApplicationModifier and TypeMethodDescriptionApplications.namesOf(Iterable<? extends Application> applications) Transforms applications into their names.Constructors in com.atlassian.crowd.model.application with parameters of type ApplicationModifierConstructorDescriptionDirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate) Deprecated.Constructs a new DirectoryMapping.DirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, Set<OperationType> allowedOperations) Deprecated.Constructs a new DirectoryMapping.DirectoryMapping(Long id, Application application, Directory directory, boolean allowAllToAuthenticate) Deprecated.Constructs a new DirectoryMapping. -
Uses of Application in com.atlassian.crowd.model.webhook
Methods in com.atlassian.crowd.model.webhook that return Application
isActive()instead.