Uses of Class
org.oa4mp.server.admin.oauth2.tools.OA2CLCCommands
-
Packages that use OA2CLCCommands Package Description org.oa4mp.server.proxy -
-
Uses of OA2CLCCommands in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy that return OA2CLCCommands Modifier and Type Method Description protected static OA2CLCCommands
ProxyUtils. createCLC(OA2SE oa2SE, OA2ServiceTransaction t)
Create a completely new CLC and load the configuration into it.protected static OA2CLCCommands
ProxyUtils. getCLC(OA2SE oa2SE, OA2ServiceTransaction t)
Get the fully functional CLC (Command Line Client) associated with this transaction.Methods in org.oa4mp.server.proxy with parameters of type OA2CLCCommands Modifier and Type Method Description protected static Collection<String>
ProxyUtils. getRequestScopes(OA2ServiceTransaction t, OA2CLCCommands clcCommands)
This will take the various bits and determine the actual scopes that should be in the request to the proxy.
-