|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Return 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 |
DomainConfiguration.addPassword(Password password)
|
void |
Domain.addPassword(Password password)
Adds a password to the domain. |
boolean |
DomainDBDAO.mayDelete(Password password)
|
abstract boolean |
DomainDAO.mayDelete(Password password)
Return whether the given password can be deleted. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |