Uses of Class
org.oa4mp.delegation.common.storage.clients.BaseClient
-
Packages that use BaseClient Package Description org.oa4mp.delegation.common.storage.clients org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.storage org.oa4mp.server.admin.myproxy.oauth2.base org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of BaseClient in org.oa4mp.delegation.common.storage.clients
Classes in org.oa4mp.delegation.common.storage.clients with type parameters of type BaseClient Modifier and Type Class Description class
BaseClientConverter<V extends BaseClient>
Created by Jeff Gaynor
on 10/20/16 at 12:58 PMSubclasses of BaseClient in org.oa4mp.delegation.common.storage.clients Modifier and Type Class Description class
Client
Models a client.Methods in org.oa4mp.delegation.common.storage.clients that return BaseClient Modifier and Type Method Description BaseClient
BaseClient. clone()
Methods in org.oa4mp.delegation.common.storage.clients with parameters of type BaseClient Modifier and Type Method Description protected void
BaseClient. populateClone(BaseClient c)
protected void
Client. populateClone(BaseClient client)
-
Uses of BaseClient in org.oa4mp.delegation.server
Fields in org.oa4mp.delegation.server declared as BaseClient Modifier and Type Field Description protected BaseClient
OA2GeneralError. client
Methods in org.oa4mp.delegation.server that return BaseClient Modifier and Type Method Description BaseClient
OA2GeneralError. getClient()
BaseClient
UnapprovedClientException. getClient()
Methods in org.oa4mp.delegation.server with parameters of type BaseClient Modifier and Type Method Description void
OA2GeneralError. setClient(BaseClient client)
Constructors in org.oa4mp.delegation.server with parameters of type BaseClient Constructor Description OA2ATException(String error, String description, int httpStatus, String state, BaseClient client)
OA2ATException(String error, String description, int httpStatus, URI errorURI, String state, BaseClient client)
OA2ATException(String error, String description, String state, BaseClient client)
OA2ATException(String error, String description, BaseClient client)
OA2GeneralError(String error, String description, int httpStatus, String state, BaseClient client)
OA2JSONException(String error, String description, int httpStatus, String state, BaseClient client)
OA2RedirectableError(String error, String description, int httpStatus, String state, URI callback, BaseClient client)
OA2RedirectableError(String error, String description, int httpStatus, String state, BaseClient client)
UnapprovedClientException(String message, BaseClient client)
-
Uses of BaseClient in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage with type parameters of type BaseClient Modifier and Type Class Description class
BaseClientSQLStore<V extends BaseClient>
Created by Jeff Gaynor
on 8/6/21 at 2:44 PMinterface
BaseClientStore<V extends BaseClient>
Created by Jeff Gaynor
on 10/12/16 at 1:19 PM -
Uses of BaseClient in org.oa4mp.server.admin.myproxy.oauth2.base
Methods in org.oa4mp.server.admin.myproxy.oauth2.base that return BaseClient Modifier and Type Method Description protected BaseClient
BaseClientStoreCommands. approvalMods(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client)
If there are modifications to the client before saving its approval (e.g.Methods in org.oa4mp.server.admin.myproxy.oauth2.base with parameters of type BaseClient Modifier and Type Method Description protected BaseClient
BaseClientStoreCommands. approvalMods(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client)
If there are modifications to the client before saving its approval (e.g.protected void
BaseClientStoreCommands. approve(BaseClient client)
protected String
BaseClientStoreCommands. format(BaseClient client, ClientApproval ca)
protected void
BaseClientStoreCommands. getPublicKeyFile(BaseClient client, BaseClientKeys keys)
protected void
BaseClientStoreCommands. getSecret(BaseClient client, BaseClientKeys keys)
Prompt the user for a secret, hashing the result.protected int
BaseClientStoreCommands. longFormat(BaseClient client, ClientApproval clientApproval, boolean isVerbose)
-
Uses of BaseClient in org.oa4mp.server.admin.myproxy.oauth2.tools
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools that return BaseClient Modifier and Type Method Description protected BaseClient
OA2AdminClientCommands. approvalMods(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client)
protected BaseClient
OA2ClientCommands. approvalMods(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client)
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools with parameters of type BaseClient Modifier and Type Method Description protected BaseClient
OA2AdminClientCommands. approvalMods(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client)
protected BaseClient
OA2ClientCommands. approvalMods(edu.uiuc.ncsa.security.util.cli.InputLine inputLine, BaseClient client)
-