Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
H
I
L
M
P
R
S
U
V
C
close()
- Method in class pl.edu.icm.yadda.service2.user.log.
CSVMigrationLogger
close()
- Method in interface pl.edu.icm.yadda.service2.user.log.
MigrationLogger
Finalizes logging.
close()
- Method in class pl.edu.icm.yadda.service2.user.log.
StdOutMigrationLogger
convert(User, String, boolean)
- Static method in class pl.edu.icm.yadda.service2.user.
UserDataConverter
Converts
User
from user catalog model into
UserData
.
convert(Group, String)
- Static method in class pl.edu.icm.yadda.service2.user.
UserDataConverter
Converts
Group
from user catalog model into
Group
.
CSVMigrationLogger
- Class in
pl.edu.icm.yadda.service2.user.log
Stateful CSV migration logger.
CSVMigrationLogger()
- Constructor for class pl.edu.icm.yadda.service2.user.log.
CSVMigrationLogger
D
DEFAULT_DOMAIN
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
DEFAULT_OVERWRITE_EXISTING
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
DEFAULT_USER_PAGE_SIZE
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
H
hash(String)
- Method in class pl.edu.icm.yadda.service2.user.hashing.
PassthroughPasswordHasher
I
init()
- Method in class pl.edu.icm.yadda.service2.user.log.
CSVMigrationLogger
init()
- Method in interface pl.edu.icm.yadda.service2.user.log.
MigrationLogger
Initializes logging.
init()
- Method in class pl.edu.icm.yadda.service2.user.log.
StdOutMigrationLogger
L
log(MigrationLogger.Type, MigrationLogger.Status, String, String, String...)
- Method in class pl.edu.icm.yadda.service2.user.log.
CSVMigrationLogger
log(MigrationLogger.Type, MigrationLogger.Status, String, String, String...)
- Method in interface pl.edu.icm.yadda.service2.user.log.
MigrationLogger
Loggs single entry.
log(MigrationLogger.Type, MigrationLogger.Status, String, String, String...)
- Method in class pl.edu.icm.yadda.service2.user.log.
StdOutMigrationLogger
M
main(String[])
- Static method in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
MigrationLogger
- Interface in
pl.edu.icm.yadda.service2.user.log
Migration logger module
MigrationLogger.Status
- Enum in
pl.edu.icm.yadda.service2.user.log
MigrationLogger.Type
- Enum in
pl.edu.icm.yadda.service2.user.log
P
PARAM_HELP
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_INTERNAL_ID
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_OVERWRITE_EXISTING
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_PAGE_SIZE
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_PREDEFINED_DOMAIN
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_SOURCE_DB_ADDR
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_SOURCE_DB_LOGIN
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_SOURCE_DB_PASS
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_TARGET_DB_ADDR
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_TARGET_DB_LOGIN
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PARAM_TARGET_DB_PASS
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PassthroughPasswordHasher
- Class in
pl.edu.icm.yadda.service2.user.hashing
Password hasher simply passing through source password.
PassthroughPasswordHasher()
- Constructor for class pl.edu.icm.yadda.service2.user.hashing.
PassthroughPasswordHasher
pl.edu.icm.yadda.service2.user
- package pl.edu.icm.yadda.service2.user
pl.edu.icm.yadda.service2.user.hashing
- package pl.edu.icm.yadda.service2.user.hashing
pl.edu.icm.yadda.service2.user.log
- package pl.edu.icm.yadda.service2.user.log
prepareCredentials(String)
- Static method in class pl.edu.icm.yadda.service2.user.
UserDataConverter
prepareGroups(Set<String>, String)
- Static method in class pl.edu.icm.yadda.service2.user.
UserDataConverter
PROPERTY_OVERWRITE_EXISTING
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PROPERTY_SOURCE_DB_ADDR
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PROPERTY_SOURCE_DB_LOGIN
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PROPERTY_SOURCE_DB_PASS
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PROPERTY_TARGET_DB_ADDR
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PROPERTY_TARGET_DB_LOGIN
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
PROPERTY_TARGET_DB_PASS
- Static variable in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
R
rootDir
- Variable in class pl.edu.icm.yadda.service2.user.log.
CSVMigrationLogger
Root directory.
S
setRootDir(String)
- Method in class pl.edu.icm.yadda.service2.user.log.
CSVMigrationLogger
Sets root directory.
setSystemProperty(Options, CommandLine, String, String)
- Static method in class pl.edu.icm.yadda.service2.user.
UserDataMigrator
StdOutMigrationLogger
- Class in
pl.edu.icm.yadda.service2.user.log
Prints out migration log entry on standard output.
StdOutMigrationLogger()
- Constructor for class pl.edu.icm.yadda.service2.user.log.
StdOutMigrationLogger
U
UserDataConverter
- Class in
pl.edu.icm.yadda.service2.user
User data converter class.
UserDataConverter()
- Constructor for class pl.edu.icm.yadda.service2.user.
UserDataConverter
UserDataConverterException
- Exception in
pl.edu.icm.yadda.service2.user
User data converter exception.
UserDataConverterException(String)
- Constructor for exception pl.edu.icm.yadda.service2.user.
UserDataConverterException
Default constructor.
UserDataMigrator
- Class in
pl.edu.icm.yadda.service2.user
User data migrator importing data retrieved from
IUserCatalogService
into new
UserCatalog
.
UserDataMigrator()
- Constructor for class pl.edu.icm.yadda.service2.user.
UserDataMigrator
V
validate(String, String)
- Method in class pl.edu.icm.yadda.service2.user.hashing.
PassthroughPasswordHasher
valueOf(String)
- Static method in enum pl.edu.icm.yadda.service2.user.log.
MigrationLogger.Status
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum pl.edu.icm.yadda.service2.user.log.
MigrationLogger.Type
Returns the enum constant of this type with the specified name.
values()
- Static method in enum pl.edu.icm.yadda.service2.user.log.
MigrationLogger.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum pl.edu.icm.yadda.service2.user.log.
MigrationLogger.Type
Returns an array containing the constants of this enum type, in the order they are declared.
C
D
H
I
L
M
P
R
S
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2002-2011
ICM, Warsaw University
. All Rights Reserved.