Uses of Class
org.oa4mp.server.admin.myproxy.oauth2.base.BaseClientStoreCommands.ApprovalModsConfig
-
Packages that use BaseClientStoreCommands.ApprovalModsConfig Package Description org.oa4mp.server.admin.myproxy.oauth2.base org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of BaseClientStoreCommands.ApprovalModsConfig in org.oa4mp.server.admin.myproxy.oauth2.base
Methods in org.oa4mp.server.admin.myproxy.oauth2.base that return BaseClientStoreCommands.ApprovalModsConfig Modifier and Type Method Description protected abstract BaseClientStoreCommands.ApprovalModsConfig
BaseClientStoreCommands. createApprovalModsConfig(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client, boolean doPrompt)
Methods in org.oa4mp.server.admin.myproxy.oauth2.base with parameters of type BaseClientStoreCommands.ApprovalModsConfig Modifier and Type Method Description protected BaseClient
BaseClientStoreCommands. doApprovalMods(BaseClientStoreCommands.ApprovalModsConfig approvalModsConfig)
If there are modifications to the client before saving its approval (e.g. -
Uses of BaseClientStoreCommands.ApprovalModsConfig in org.oa4mp.server.admin.myproxy.oauth2.tools
Subclasses of BaseClientStoreCommands.ApprovalModsConfig in org.oa4mp.server.admin.myproxy.oauth2.tools Modifier and Type Class Description static class
OA2AdminClientCommands.AdminApprovalModsConfig
static class
OA2ClientCommands.OA2ClientApprovalMods
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools that return BaseClientStoreCommands.ApprovalModsConfig Modifier and Type Method Description protected BaseClientStoreCommands.ApprovalModsConfig
OA2AdminClientCommands. createApprovalModsConfig(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client, boolean doPrompt)
protected BaseClientStoreCommands.ApprovalModsConfig
OA2ClientCommands. createApprovalModsConfig(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client, boolean doPrompt)
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools with parameters of type BaseClientStoreCommands.ApprovalModsConfig Modifier and Type Method Description protected BaseClient
OA2AdminClientCommands. doApprovalMods(BaseClientStoreCommands.ApprovalModsConfig approvalModsConfig)
protected BaseClient
OA2ClientCommands. doApprovalMods(BaseClientStoreCommands.ApprovalModsConfig approvalModsConfig)
-