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