Class ApplicationConfiguration

java.lang.Object
com.atlassian.crowd.console.action.application.ApplicationConfiguration
All Implemented Interfaces:
Serializable

public class ApplicationConfiguration extends Object implements Serializable
Holder class for Application information collected during the 'Application Wizard'
See Also:
  • Constructor Details

    • ApplicationConfiguration

      public ApplicationConfiguration()
  • Method Details

    • setApplicationType

      public void setApplicationType(ApplicationType applicationType)
    • setDescription

      public void setDescription(String description)
    • setName

      public void setName(String name)
    • setPassword

      public void setPassword(String password)
    • getApplicationType

      public ApplicationType getApplicationType()
    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getPassword

      public String getPassword()
    • setIPAddresses

      public void setIPAddresses(List<String> remoteAddresses)
    • getRemoteAddresses

      public List<String> getRemoteAddresses()
    • setApplicationURL

      public void setApplicationURL(String applicationURL)
    • setDirectoryIds

      public void setDirectoryIds(List<Long> directoryids)
    • getApplicationURL

      public String getApplicationURL()
    • getDirectoryids

      public List<Long> getDirectoryids()
    • getDirectoryGroupMappings

      public Map<Long,Set<String>> getDirectoryGroupMappings()
    • setDirectoryGroupMappings

      public void setDirectoryGroupMappings(Map<Long,Set<String>> directoryGroupMappings)
    • getAllowAllForDirectory

      public Map<Long,Boolean> getAllowAllForDirectory()
    • removeAllowAll

      public void removeAllowAll(Long directoryID)
    • setAllowAll

      public void setAllowAll(Long directoryID)