Uses of Class
org.oa4mp.delegation.common.clients.storage.Client
-
Packages that use Client Package Description edu.uiuc.ncsa.myproxy.oauth2.base edu.uiuc.ncsa.oa4mp.delegation.client edu.uiuc.ncsa.oa4mp.delegation.client.request edu.uiuc.ncsa.oa4mp.delegation.common.storage edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions edu.uiuc.ncsa.oa4mp.delegation.oa2.client edu.uiuc.ncsa.oa4mp.delegation.oa2.server edu.uiuc.ncsa.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.edu.uiuc.ncsa.oa4mp.delegation.server.request edu.uiuc.ncsa.oa4mp.delegation.server.storage edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl -
-
Uses of Client in edu.uiuc.ncsa.myproxy.oauth2.base
Methods in edu.uiuc.ncsa.myproxy.oauth2.base with parameters of type Client Modifier and Type Method Description protected void
ClientStoreCommands. getPublicKeyFile(Client client)
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.client with parameters of type Client Modifier and Type Method Description protected ATResponse
DelegationService. getAT(AuthorizationGrant grant, Client client, Map<String,String> parameters)
DelegatedAssetResponse
DelegationService. getCert(ATResponse atResponse, Client client, Map<String,String> assetParameters)
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.client.request
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.request that return Client Modifier and Type Method Description Client
BasicRequest. getClient()
The client that is making this request.Methods in edu.uiuc.ncsa.oa4mp.delegation.client.request with parameters of type Client Modifier and Type Method Description void
BasicRequest. setClient(Client client)
Constructors in edu.uiuc.ncsa.oa4mp.delegation.client.request with parameters of type Client Constructor Description BasicRequest(Client client, Map<String,String> parameters)
RTRequest(Client client, Map<String,String> parameters)
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.common.storage
Classes in edu.uiuc.ncsa.oa4mp.delegation.common.storage with type parameters of type Client Modifier and Type Class Description class
ClientProvider<V extends Client>
Created by Jeff Gaynor
on 4/4/12 at 2:54 PMMethods in edu.uiuc.ncsa.oa4mp.delegation.common.storage that return Client Modifier and Type Method Description Client
Client. clone()
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions
Classes in edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions with type parameters of type Client Modifier and Type Class Description class
ClientConverter<V extends Client>
Created by Jeff Gaynor
on 4/13/12 at 3:48 PM -
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.oa2.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type Client Modifier and Type Method Description protected PAResponse
PAServer2. getAsset(Client client, Map props, AccessToken accessToken)
Gets asset -
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.oa2.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server that return Client Modifier and Type Method Description Client
AGIResponse2. getClient()
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.server that return Client Modifier and Type Method Description Client
ExceptionWrapper. getClient()
Client
ServiceTransaction. getClient()
Methods in edu.uiuc.ncsa.oa4mp.delegation.server with parameters of type Client Modifier and Type Method Description void
ExceptionWrapper. setClient(Client client)
void
ServiceTransaction. setClient(Client client)
void
UnapprovedClientException. setClient(Client client)
Constructors in edu.uiuc.ncsa.oa4mp.delegation.server with parameters of type Client Constructor Description ExceptionWrapper(Throwable cause, Client client)
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.server.request
Methods in edu.uiuc.ncsa.oa4mp.delegation.server.request that return Client Modifier and Type Method Description Client
IssuerRequest. getClient()
-
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.server.storage
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage with type parameters of type Client Modifier and Type Interface Description interface
ClientStore<V extends Client>
Marker interface for client stores -
Uses of Client in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl with type parameters of type Client Modifier and Type Class Description class
ClientMemoryStore<V extends Client>
Abstract class that gets the inheritance and generics right.class
FSClientStore<V extends Client>
File-based storage for clients.
-