Class ApplicationConfiguration
java.lang.Object
com.atlassian.crowd.console.action.application.ApplicationConfiguration
- All Implemented Interfaces:
Serializable
Holder class for Application information collected during
the 'Application Wizard'
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidremoveAllowAll(Long directoryID) voidsetAllowAll(Long directoryID) voidsetApplicationType(ApplicationType applicationType) voidsetApplicationURL(String applicationURL) voidsetDescription(String description) voidsetDirectoryGroupMappings(Map<Long, Set<String>> directoryGroupMappings) voidsetDirectoryIds(List<Long> directoryids) voidsetIPAddresses(List<String> remoteAddresses) voidvoidsetPassword(String password)
-
Constructor Details
-
ApplicationConfiguration
public ApplicationConfiguration()
-
-
Method Details
-
setApplicationType
-
setDescription
-
setName
-
setPassword
-
getApplicationType
-
getDescription
-
getName
-
getPassword
-
setIPAddresses
-
getRemoteAddresses
-
setApplicationURL
-
setDirectoryIds
-
getApplicationURL
-
getDirectoryids
-
getDirectoryGroupMappings
-
setDirectoryGroupMappings
-
getAllowAllForDirectory
-
removeAllowAll
-
setAllowAll
-