A C E F G I L N O P R S T 

A

accessToken(String...) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetSerializationKeys
 
applies() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.AssetRetentionPolicy
Always true for every element in the cache.
AssetRetentionPolicy - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 4/15/14 at 12:23 PM
AssetRetentionPolicy(AssetStore) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.AssetRetentionPolicy
 

C

createColumnDescriptors() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetStoreTable
 
createInstance(Provider<TokenForge>, Provider<Client>, HashMap<String, String>) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
Factory method.
createInstance() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
createServiceClient(URI) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 

E

edu.uiuc.ncsa.oa4mp.oauth2.client - package edu.uiuc.ncsa.oa4mp.oauth2.client
 

F

fromMap(ConversionMap<String, Object>, Asset) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetConverter
 

G

get(Identifier) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetProvider
 
get() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPServiceProvider
 
get() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2SQLAssetStoreProvider
 
getAccessToken() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2Asset
 
getAsset2(String) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
 
getAssetProvider() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getAssetStoreProvider() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getAuthzURI() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getCert(String) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
Note that this requires the identifier, not a token.
getClient() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientEnvironment
 
getConfigurationLoader(ConfigurationNode) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
getDSP() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getErrorPagePath() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getInitialization() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
getMap() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.AssetRetentionPolicy
 
getOa4mpConfigFileKey() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
getOa4mpConfigNameKey() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
getRedirectPagePath() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getRefreshToken() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2Asset
 
getSecret() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getServiceProvider() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getSuccessPagePath() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getUIURI() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
getUserInfo(String) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
 
getVersionString() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 

I

init() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientServletInitializer
 
isAccessTokenValid(String) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
 
isShowRedirectPage() - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 

L

load(File, String) - Static method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientEnvironmentUtil
 
load(File) - Static method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientEnvironmentUtil
For the case that the configuration file has a single configuration in it.

N

NoSuchAssetException - Exception in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 4/16/14 at 3:48 PM
NoSuchAssetException() - Constructor for exception edu.uiuc.ncsa.oa4mp.oauth2.client.NoSuchAssetException
 
NoSuchAssetException(Throwable) - Constructor for exception edu.uiuc.ncsa.oa4mp.oauth2.client.NoSuchAssetException
 
NoSuchAssetException(String) - Constructor for exception edu.uiuc.ncsa.oa4mp.oauth2.client.NoSuchAssetException
 
NoSuchAssetException(String, Throwable) - Constructor for exception edu.uiuc.ncsa.oa4mp.oauth2.client.NoSuchAssetException
 

O

OA2_CLIENT_CONFIG_FILE_KEY - Static variable in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
OA2_CLIENT_CONFIG_NAME_KEY - Static variable in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
OA2Asset - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 3/28/14 at 12:04 PM
OA2Asset(Identifier) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2Asset
 
OA2AssetConverter - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 3/20/14 at 2:42 PM
OA2AssetConverter(SerializationKeys, IdentifiableProvider<Asset>) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetConverter
 
OA2AssetProvider<V extends OA2Asset> - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 3/28/14 at 1:51 PM
OA2AssetProvider() - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetProvider
 
OA2AssetSerializationKeys - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 3/20/14 at 2:22 PM
OA2AssetSerializationKeys() - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetSerializationKeys
 
OA2AssetStoreTable - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 3/20/14 at 3:14 PM
OA2AssetStoreTable(AssetSerializationKeys, String, String, String) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetStoreTable
 
OA2ClientBootstrapper - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 6/5/13 at 2:40 PM
OA2ClientBootstrapper() - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientBootstrapper
 
OA2ClientEnvironment - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 11/25/13 at 4:23 PM
OA2ClientEnvironment(URI, URI, URI, long, String, DelegationService, URI, TokenForge, AssetStore, boolean, String, String, String) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientEnvironment
 
OA2ClientEnvironment(MyLoggingFacade, Map<String, String>, URI, URI, URI, URI, URI, long, String, String, boolean, long, long, AssetProvider, Provider<Client>, Provider<TokenForge>, Provider<DelegationService>, Provider<AssetStore>, boolean, String, String, String, String) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientEnvironment
 
OA2ClientEnvironmentUtil - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
A utility to allow for loading the client environment from outside the servlet.
OA2ClientEnvironmentUtil() - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientEnvironmentUtil
 
OA2ClientLoader<T extends ClientEnvironment> - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 6/4/13 at 4:34 PM
OA2ClientLoader(ConfigurationNode) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientLoader
 
OA2ClientServletInitializer - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 4/15/14 at 12:31 PM
OA2ClientServletInitializer() - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2ClientServletInitializer
 
OA2MPService - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 2/21/14 at 2:50 PM
OA2MPService(ClientEnvironment) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
 
OA2MPServiceProvider - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Service provider for the OA4MP service.
OA2MPServiceProvider(ClientEnvironment) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPServiceProvider
 
OA2SQLAssetStoreProvider - Class in edu.uiuc.ncsa.oa4mp.oauth2.client
Created by Jeff Gaynor
on 3/20/14 at 2:54 PM
OA2SQLAssetStoreProvider(ConfigurationNode, String, ConnectionPoolProvider<? extends ConnectionPool>, AssetProvider, MapConverter) - Constructor for class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2SQLAssetStoreProvider
 

P

preGetCert(Asset, Map) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
 
preRequestCert(Asset, Map) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
 

R

refresh(String) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2MPService
This will take the identifier and make the necessary calls to the service to update the refresh token and access token.
refreshLifetime(String...) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetSerializationKeys
 
refreshToken(String...) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetSerializationKeys
 
retain(Object, Object) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.AssetRetentionPolicy
 

S

setAccessToken(AccessToken) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2Asset
 
setRefreshToken(RefreshToken) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2Asset
 

T

toMap(Asset, ConversionMap<String, Object>) - Method in class edu.uiuc.ncsa.oa4mp.oauth2.client.OA2AssetConverter
 
A C E F G I L N O P R S T 

Copyright © 2014. All Rights Reserved.