Uses of Class
org.oa4mp.server.admin.migrate.tools.oauth2.myproxy.MigrateStore
-
Packages that use MigrateStore Package Description edu.uiuc.ncsa.myproxy.oauth2.tools.migrate -
-
Uses of MigrateStore in edu.uiuc.ncsa.myproxy.oauth2.tools.migrate
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools.migrate that return MigrateStore Modifier and Type Method Description MigrateStore
FSMigrationTool. getMigrateStore()
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools.migrate with parameters of type MigrateStore Modifier and Type Method Description void
FSMigrationTool. setMigrateStore(MigrateStore migrateStore)
Constructors in edu.uiuc.ncsa.myproxy.oauth2.tools.migrate with parameters of type MigrateStore Constructor Description FSMigrater(MigrateStore migrateStore, Writer echoWriter)
-