Uses of Interface
com.atlassian.crowd.model.application.Application

Packages that use Application
com.atlassian.crowd.model.application   
 

Uses of Application in com.atlassian.crowd.model.application
 

Methods in com.atlassian.crowd.model.application that return Application
 Application DirectoryMapping.getApplication()
          Returns the mapped application.
 Application GroupMapping.getApplication()
          Returns the application of this mapping.
 

Methods in com.atlassian.crowd.model.application with parameters of type Application
 void GroupMapping.setApplication(Application application)
          Sets the application of this mapping.
 

Constructors in com.atlassian.crowd.model.application with parameters of type Application
DirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate)
          Constructs a new DirectoryMapping.
DirectoryMapping(Application application, Directory directory, boolean allowAllToAuthenticate, java.util.Set<OperationType> allowedOperations)
          Constructs a new DirectoryMapping.
DirectoryMapping(java.lang.Long id, Application application, Directory directory, boolean allowAllToAuthenticate)
          Constructs a new DirectoryMapping.
 



Copyright © 2013 Atlassian. All Rights Reserved.