com.atlassian.crowd.console.action.application
Class ApplicationConfiguration

java.lang.Object
  extended by 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:
Serialized Form

Constructor Summary
ApplicationConfiguration()
           
 
Method Summary
 Map<Long,Boolean> getAllowAllForDirectory()
           
 ApplicationType getApplicationType()
           
 String getApplicationURL()
           
 String getDescription()
           
 Map<Long,Set<String>> getDirectoryGroupMappings()
           
 List<Long> getDirectoryids()
           
 String getName()
           
 String getPassword()
           
 List<String> getRemoteAddresses()
           
 void removeAllowAll(Long directoryID)
           
 void setAllowAll(Long directoryID)
           
 void setApplicationType(ApplicationType applicationType)
           
 void setApplicationURL(String applicationURL)
           
 void setDescription(String description)
           
 void setDirectoryGroupMappings(Map<Long,Set<String>> directoryGroupMappings)
           
 void setDirectoryIds(List<Long> directoryids)
           
 void setIPAddresses(List<String> remoteAddresses)
           
 void setName(String name)
           
 void setPassword(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationConfiguration

public ApplicationConfiguration()
Method Detail

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)


Copyright © 2013 Atlassian. All Rights Reserved.