A B C D E F G H I L M N O P R S T U V

A

ACCESS_TOKEN_URI - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
accessTokenUri - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
ACTION_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
ACTION_REDIRECT_VALUE - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
Asset - Class in edu.uiuc.ncsa.myproxy.oa4mp.client
A storage class that contains the certificate chain private key used in the request the redirect returned from the server the username used for the MyProxy call the creation time of this entry (useful for removing expired/old assets) read more on the use of this in the AssetStore javadoc.
Asset(Identifier) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
ASSET_STORE - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
Tag identifying the asset store.
ASSET_URI - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
AssetConverter - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
A serializer that converts Assets to/from key/value pairs.
AssetConverter(SerializationKeys, Provider<Asset>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetConverter
 
AssetProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Provider (i.e.
AssetProvider() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetProvider
 
AssetResponse - Class in edu.uiuc.ncsa.myproxy.oa4mp.client
Response from a server containing the certificate chain and user name.
AssetResponse() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.AssetResponse
 
AssetSerializationKeys - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Keys used for serialization.
AssetSerializationKeys() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetSerializationKeys
 
AssetStore - Interface in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
The top-level abstract class for storing Assets.
AssetStoreTable - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Internal model of the SQL table backing an AssetStore.
AssetStoreTable(String, String, String) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreTable
 
AssetStoreUtil - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
A utility that contains a couple of useful idioms.
AssetStoreUtil() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreUtil
 
authorizationUri - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
AUTHORIZE_TOKEN_URI - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 

B

BASE_URI - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 

C

callback - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
CALLBACK_URI - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
The callback uri to be used for every request.
CALLBACK_URI_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
CERT_LIFETIME - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
CERT_LIFETIME_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
This is used in requests as the key for the cert lifetime parameter.
CERT_REQUEST_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
This is used in requests as the key for the cert request parameter
certificates(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetSerializationKeys
 
clearCookie(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
Clear the CILogon client cookie.
ClientEnvironment - Class in edu.uiuc.ncsa.myproxy.oa4mp.client
Environment under which a client instance runs.
ClientEnvironment(URI, URI, URI, long, String, DelegationService, URI, PrivateKey, PublicKey, URI, TokenForge, AssetStore) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Used mostly for testing.
ClientEnvironment(MyLoggingFacade, Map<String, String>, URI, URI, URI, URI, URI, long, String, PrivateKey, PublicKey, String, boolean, long, Provider<Client>, Provider<TokenForge>, Provider<DelegationService>, Provider<AssetStore>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Main constructor called by the loader.
clientEnvironment - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPServiceProvider
 
ClientLoaderInterface - Interface in edu.uiuc.ncsa.myproxy.oa4mp.client
An interface ensuring that loaders have a service provider.
ClientServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet
Basic Client servlet.
ClientServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
ClientXMLTags - Interface in edu.uiuc.ncsa.myproxy.oa4mp.client
These are the tags that appear in the client XML configuration file.
COMPONENT - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
Identifies the client block.
componentFound(CfgEvent) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStoreProvider
 
createColumnDescriptors() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreTable
 
createID() - Static method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreUtil
Create an identifier with a random id plus timestamp.
creationTime(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetSerializationKeys
 

D

DEBUG_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
If a client specifically requests a response with debugging information then this will be returned ONLY in cases of an error on the server.
DEFAULT_TABLENAME - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreTable
 
DEFAULT_TABLENAME - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
 
destroy() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
destroy() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.MyTomcatFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.MyTomcatFilter
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample.SimpleReadyServlet
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample.SimpleStartRequest
 

E

edu.uiuc.ncsa.myproxy.oa4mp.client - package edu.uiuc.ncsa.myproxy.oa4mp.client
 
edu.uiuc.ncsa.myproxy.oa4mp.client.servlet - package edu.uiuc.ncsa.myproxy.oa4mp.client.servlet
 
edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample - package edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample
A sample client
edu.uiuc.ncsa.myproxy.oa4mp.client.storage - package edu.uiuc.ncsa.myproxy.oa4mp.client.storage
This package contains all of the storage classes for an OA4MP client.
ENABLE_ASSET_CLEANUP - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 

F

FORM_ENCODING - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
fromMap(ConversionMap<String, Object>, Asset) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetConverter
 
FSAssetStore - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Created by Jeff Gaynor
on 1/28/13 at 1:14 PM
FSAssetStore(File, Provider, MapConverter) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStore
 
FSAssetStore(File, File, Provider, MapConverter) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStore
 
FSAssetStoreProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Created by Jeff Gaynor
on 1/31/13 at 10:24 AM
FSAssetStoreProvider(ConfigurationNode, MapConverter) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStoreProvider
 

G

get() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPServiceProvider
 
get() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetProvider
Creates an new asset with a randomly assigned identifier.
get(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetProvider
Convenience method to return the asset if the identifier is a string rather than an Identifier.
get(Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetProvider
 
get(String) - Method in interface edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStore
Simplifying calls.
get(String, AssetStore) - Static method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreUtil
Retrieves the asset with the identifier from the store.
get(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStore
 
get(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MemoryAssetStore
 
get(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
 
get() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStoreProvider
 
getAccessTokenUri() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The endpoint for this client for retrieving an access token.
getAR() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetConverter
 
getAssetStore() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Returns the configured AssetStore for this environment or null if there is none.
getAuthorizationUri() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The endpoint for this client allowing authorization of the user.
getCallback() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The callback for this environment.
NOTE Generally this is specified in the configuration file and is the same for every request.
getCE() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
Convenience for client servlets.
getCert(String, String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
Retrieve the certificate chain from the server.
getCert(String, String, Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
Performs the OA4MPService.getCert(String, String) call then updates the asset associated with the given identifier.
getCertificates() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
getCertLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The certificate lifetime request.
getClient() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
A Client object representing the instance of this service.
getClientId() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The identifier for this client to the given server.
getCreationTime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
getDefaultStore() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MultiAssetStoreProvider
 
getDelegationService() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The OA4MPService, fully configured and operational.
getEnvironment() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
 
getInitializeUri() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The endpoint for this client that starts delegation.
getMaxAssetLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
getOA4MPService() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
getPrivateKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
getPrivateKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The private key for this client.
getPrivateKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
 
getPrivKeyString() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Internal call to convert the private key.
getPublicKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The generated public key for this client.
getRandom() - Static method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreUtil
 
getRedirect() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
getRedirect() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
 
getResourceServerUri() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
The endpoint for this client for getting the resource (i.e., certificate chain).
getServiceProvider() - Method in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientLoaderInterface
The provider that creates an instance of the OA4MPService
getSkin() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Optional skinning option.
getTokenForge() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Internal call to the forge (a type of factory) that processing tokens returned from the server.
getUsername() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
getUsername() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AssetResponse
 
getX509Certificates() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AssetResponse
 

H

handleException(Throwable, HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
Generic handling of exceptions.
hasAssetStore() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
Returns true if a store has been configured for this environment and false otherwise.

I

ID - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
The identifier used in client registration
init() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
init(FilterConfig) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.MyTomcatFilter
 
initializeUri - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
INITIATE_URI - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
isEnableAssetCleanup() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 

L

loadEnvironment() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 

M

MAX_ASSET_LIFETIME - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
MemoryAssetStore - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Created by Jeff Gaynor
on 1/28/13 at 3:07 PM
MemoryAssetStore(Provider<Asset>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MemoryAssetStore
 
MultiAssetStoreProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Created by Jeff Gaynor
on 1/31/13 at 1:20 PM
MultiAssetStoreProvider(ConfigurationNode, boolean, MyLoggingFacade) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MultiAssetStoreProvider
 
MyTomcatFilter - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet
A really basic filter.
MyTomcatFilter() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.MyTomcatFilter
 

N

newInstance(Table) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStoreProvider
 

O

OA4MP_CLIENT_REQUEST_ID - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
OA4MPResponse - Class in edu.uiuc.ncsa.myproxy.oa4mp.client
Response from initial call to the OA4MPService.
OA4MPResponse() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
 
OA4MPService - Class in edu.uiuc.ncsa.myproxy.oa4mp.client
The OAuth for MyProxy service.
OA4MPService(ClientEnvironment) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
Basic constructor for this service.
OA4MPServiceProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.client
An internal factory for making an OA4MPService instance.
OA4MPServiceProvider(ClientEnvironment) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPServiceProvider
 

P

PRIVATE_KEY - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
privateKey(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetSerializationKeys
 
privKeyString - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
produce(File, File) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStoreProvider
 
PUBLIC_KEY - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 

R

REDIR - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
redirect(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetSerializationKeys
 
requestCert(Map) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
Request a certificate from the user portal.
requestCert() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
This will make the request with whatever defaults are in effect for the client.
requestCert(Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
A convenience method to do the OA4MPService.requestCert() call and create an asset with the given identifier.
requestCert(Identifier, Map) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
A convenience method that allows for a map of additional parameters.
resourceServerUri - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 

S

save(String, Asset) - Method in interface edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStore
 
save(String, Asset, AssetStore) - Static method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreUtil
Saves the asset with the given identifier to the store.
save(String, Asset) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStore
 
save(String, Asset) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MemoryAssetStore
 
save(String, Asset) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
 
setCallback(URI) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
setCertificates(X509Certificate[]) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
setCertLifetime(long) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
setCreationTime(Date) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
setPrivateKey(PrivateKey) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
setPrivateKey(PrivateKey) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
 
setRedirect(URI) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
setRedirect(URI) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
 
setUsername(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
 
setUsername(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AssetResponse
 
setX509Certificates(X509Certificate[]) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AssetResponse
 
shutdownCleanup(Cleanup) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
SimpleReadyServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample
A very, very simple (as in stupid) ready servlet.
SimpleReadyServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample.SimpleReadyServlet
 
SimpleStartRequest - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample
A simple servlet that starts the request.
SimpleStartRequest() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.sample.SimpleStartRequest
 
skin - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
SKIN - Static variable in interface edu.uiuc.ncsa.myproxy.oa4mp.client.ClientXMLTags
 
SKIN_PARAMETER - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPService
 
SQLAssetStore - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Created by Jeff Gaynor
on 1/28/13 at 2:11 PM
SQLAssetStore() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
 
SQLAssetStore(ConnectionPool, Table, Provider<Asset>, MapConverter<Asset>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
 
SQLAssetStoreProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Created by Jeff Gaynor
on 1/31/13 at 12:26 PM
SQLAssetStoreProvider(ConfigurationNode, String, ConnectionPoolProvider<? extends ConnectionPool>, AssetProvider, MapConverter) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStoreProvider
 

T

TOKEN - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
 
TOKEN_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 
toMap(Asset, ConversionMap<String, Object>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetConverter
 
toString() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
 

U

username(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetSerializationKeys
 

V

VERIFIER_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
 

A B C D E F G H I L M N O P R S T U V

Copyright © 2013. All Rights Reserved.