Uses of Class
dk.netarkivet.harvester.datamodel.Password

Packages that use Password
dk.netarkivet.harvester.datamodel   
 

Uses of Password in dk.netarkivet.harvester.datamodel
 

Methods in dk.netarkivet.harvester.datamodel that return Password
 Password Domain.getPassword(java.lang.String name)
          Get password information.
 

Methods in dk.netarkivet.harvester.datamodel that return types with arguments of type Password
 java.util.Iterator<Password> Domain.getAllPasswords()
          Return the passwords defined for this domain.
 java.util.List<Password> Domain.getAllPasswordsAsSortedList(java.util.Locale loc)
          Returns the passwords defined for this domain.
 java.util.Iterator<Password> DomainConfiguration.getPasswords()
          Get an iterator of passwords used in this configuration.
 

Methods in dk.netarkivet.harvester.datamodel with parameters of type Password
 void Domain.addPassword(Password password)
          Adds a password to the domain.
 void DomainConfiguration.addPassword(Password password)
          Add password.
 void Domain.updatePassword(Password password)
          Updates a password on the domain.
 

Method parameters in dk.netarkivet.harvester.datamodel with type arguments of type Password
 void DomainConfiguration.setPasswords(java.util.List<Password> passwords)
          Sets the used passwords to the given list.
 

Constructor parameters in dk.netarkivet.harvester.datamodel with type arguments of type Password
DomainConfiguration(java.lang.String theConfigName, Domain domain, java.util.List<SeedList> seedlists, java.util.List<Password> passwords)
          Create a new configuration for a domain.