Uses of Class
org.oa4mp.server.admin.oauth2.base.CopyTool
-
Packages that use CopyTool Package Description org.oa4mp.server.admin.oauth2.base org.oa4mp.server.admin.oauth2.tools -
-
Uses of CopyTool in org.oa4mp.server.admin.oauth2.base
Fields in org.oa4mp.server.admin.oauth2.base declared as CopyTool Modifier and Type Field Description protected CopyToolCopyToolVerifier. copyToolMethods in org.oa4mp.server.admin.oauth2.base that return CopyTool Modifier and Type Method Description CopyToolCopyCommands. getCopyTool()CopyToolCopyToolVerifier. getCopyTool()Override this if you need a different verifier instance.Methods in org.oa4mp.server.admin.oauth2.base with parameters of type CopyTool Modifier and Type Method Description voidCopyToolVerifier. doIt(CopyTool adminTool, String[] args)voidCopyCommands. setCopyTool(CopyTool copyTool)Constructors in org.oa4mp.server.admin.oauth2.base with parameters of type CopyTool Constructor Description CopyCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, CopyTool copyTool, CopyToolVerifier verifier, String configFile) -
Uses of CopyTool in org.oa4mp.server.admin.oauth2.tools
Subclasses of CopyTool in org.oa4mp.server.admin.oauth2.tools Modifier and Type Class Description classOA2CopyToolCreated by Jeff Gaynor
on 4/3/14 at 1:27 PMMethods in org.oa4mp.server.admin.oauth2.tools that return CopyTool Modifier and Type Method Description CopyToolOA2CopyToolVerifier. getCopyTool()
-