Skip navigation links
A B C D E F G H I N O P R S T U V 

A

addNewClient(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
applies() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshTokenRetentionPolicy
Always true for every element in the cache.
AUTHORIZATION_REFRESH_TOKEN_LIFETIME_KEY - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
AUTHORIZATION_REFRESH_TOKEN_LIFETIME_VALUE - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
AUTHORIZED_ENDPOINT - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
authTime - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
authTime(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 

B

BasicScopeHandler - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 8/17/15 at 4:10 PM
BasicScopeHandler() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.BasicScopeHandler
 

C

CALLBACK_URI - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
check(Client, String) - Static method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ClientCheck
Note that all of the exceptions thrown here are because the callback cannot be verified, hence it is unclear where the error is to be sent.
checkMPConnection(OA2ServiceTransaction) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2CertServlet
 
checkPrompts(Map<String, String>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizedServlet
Basically, if the prompt parameter is there, we only support the login option.
CLIENT_SECRET_LENGTH_DEFAULT - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
computeRefreshLifetime(OA2ServiceTransaction) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
The lifetime of the refresh token.
createCallback(ServiceTransaction, Map<String, String>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
createColumnDescriptors() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2ClientTable
 
createColumnDescriptors() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionTable
 
createInstance() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
createRedirect(HttpServletRequest, HttpServletResponse, ServiceTransaction) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 

D

delete(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2FSTStore
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizedServlet
 
doIt(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.UserInfoServlet
 
doRealCertRequest(ServiceTransaction, String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
Spec says we do the cert request in the authorization servlet.
doRealCertRequest(ServiceTransaction, String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2CertServlet
 
doRefresh(HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 

E

edu.uiuc.ncsa.myproxy.oa4mp.oauth2 - package edu.uiuc.ncsa.myproxy.oa4mp.oauth2
 
edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader - package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
 
edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet - package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
 
edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage - package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
 
equals(Object) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
expiresIn - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
expiresIn(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 

F

formatToString() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
fromMap(ConversionMap<String, Object>, V) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.TConverter2
 

G

get(boolean) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader.OA4MP2TProvider
 
get(boolean) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader.ST2Provider
 
get() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2ClientSQLStoreProvider
 
get(RefreshToken) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2FSTStore
 
get(RefreshToken) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MTStore
 
get() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2SQLTransactionStoreProvider
 
get(RefreshToken) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2SQLTStore
 
get(RefreshToken) - Method in interface edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshTokenStore
 
getAGIProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getATIProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getAuthTime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
getByRefreshTokenStatement() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionTable
 
getByRT(RefreshToken) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 
getCASP() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getClientApprovalStoreProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getClientProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getClientSecretLength() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getClientSecretLength() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
getClientStoreProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getConfigurationLoader(ConfigurationNode) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
getConstants() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getCSP() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getDefaultStore() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MultiTypeProvider
 
getExceptionHandler() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ServletInitializer
 
getInitialization() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
getMap() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshTokenRetentionPolicy
 
getNonce() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
getOA2Keys() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionTable
 
getOA2SE() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
getOa4mpConfigFileKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
getOa4mpConfigNameKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
getPAIProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getRefreshToken() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
getRefreshTokenLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
The default if nothing is specified is 15 days.
getRefreshTokenLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
getRTIndex() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MTStore
 
getRTLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getScopeHandler() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getScopeHandler() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
getScopes() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getScopes() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
getScopes() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
getScopes() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.BasicScopeHandler
 
getSortedKeys() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshCleanup
 
getTCK() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.TConverter2
 
getTF2() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 
getTF2() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.TConverter2
 
getTokenForgeProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getTransactionStoreProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getTSP() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
getUsername(ServiceTransaction) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.UserInfoServlet
Override this if needed.
getVersionString() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 

H

handleException(Throwable, HttpServletRequest, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ExceptionHandler
 
handleOA2Error(OA2Error, HttpServletResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ExceptionHandler
 
hasAuthTime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
hasRefreshToken() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
hasScopeHandler() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 

I

init() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ServletInitializer
 
isRefreshTokenEnabled() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
isRefreshTokenEnabled() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
isRefreshTokenValid() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 

N

newInstance(Table) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2ClientSQLStoreProvider
 
newInstance(Table) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2SQLTransactionStoreProvider
 
nonce - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
nonce(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 

O

OA2_CONFIG_FILE_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
OA2_CONFIG_NAME_KEY - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
OA2ATServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 10/3/13 at 2:03 PM
OA2ATServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 
OA2AuthorizationServer - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 2/7/14 at 11:44 AM
OA2AuthorizationServer() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
OA2AuthorizedServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 10/3/13 at 2:01 PM
OA2AuthorizedServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizedServlet
 
OA2Bootstrapper - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Created by Jeff Gaynor
on 11/22/13 at 3:53 PM
OA2Bootstrapper() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2Bootstrapper
 
OA2CertServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 2/20/14 at 12:50 PM
OA2CertServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2CertServlet
 
OA2ClientCheck - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 3/17/14 at 12:57 PM
OA2ClientCheck() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ClientCheck
 
OA2ClientSQLStoreProvider<V extends SQLClientStore> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/17/14 at 2:59 PM
OA2ClientSQLStoreProvider(ConnectionPoolProvider<? extends ConnectionPool>, String, MapConverter, Provider<? extends Client>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2ClientSQLStoreProvider
 
OA2ClientTable - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/27/14 at 1:31 PM
OA2ClientTable(OA2ClientKeys, String, String, String) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2ClientTable
 
OA2ConfigurationLoader<T extends ServiceEnvironmentImpl> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Created by Jeff Gaynor
on 9/23/13 at 1:50 PM
OA2ConfigurationLoader(ConfigurationNode) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
OA2ConfigurationLoader(ConfigurationNode, MyLoggingFacade) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
OA2ConfigurationLoader.OA4MP2TProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
 
OA2ConfigurationLoader.ST2Provider - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
 
OA2ExceptionHandler - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 2/12/15 at 3:16 PM
OA2ExceptionHandler() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ExceptionHandler
 
OA2FSTStore<V extends OA2ServiceTransaction> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/12/14 at 1:21 PM
OA2FSTStore(File, File, IdentifiableProvider<V>, TokenForge, MapConverter<V>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2FSTStore
 
OA2FSTStoreProvider<T extends OA2FSTStore> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/25/14 at 12:15 PM
OA2FSTStoreProvider(ConfigurationNode, IdentifiableProvider<? extends OA2ServiceTransaction>, Provider<TokenForge>, TransactionConverter<? extends OA2ServiceTransaction>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2FSTStoreProvider
 
OA2MTStore<V extends OA2ServiceTransaction> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/25/14 at 12:51 PM
OA2MTStore(IdentifiableProvider) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MTStore
 
OA2MultiTypeProvider - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/25/14 at 1:32 PM
OA2MultiTypeProvider(ConfigurationNode, boolean, MyLoggingFacade, IdentifiableProvider) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MultiTypeProvider
 
OA2MultiTypeProvider(ConfigurationNode, boolean, MyLoggingFacade, String, String, IdentifiableProvider) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MultiTypeProvider
 
OA2RegistrationServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 3/20/14 at 4:48 PM
OA2RegistrationServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
OA2SE - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Created by Jeff Gaynor
on 3/27/14 at 4:16 PM
OA2SE(MyLoggingFacade, Provider<TransactionStore>, Provider<ClientStore>, int, long, Provider<ClientApprovalStore>, List<MyProxyFacadeProvider>, MailUtilProvider, ServiceEnvironmentImpl.MessagesProvider, Provider<AGIssuer>, Provider<ATIssuer>, Provider<PAIssuer>, Provider<TokenForge>, HashMap<String, String>, AuthorizationServletConfig, UsernameTransformer, boolean, int, Collection<String>, ScopeHandler, boolean) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
OA2ServiceTransaction - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Created by Jeff Gaynor
on 2/28/14 at 1:46 PM
OA2ServiceTransaction(AuthorizationGrant) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
OA2ServiceTransaction(Identifier) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
OA2ServletInitializer - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Created by Jeff Gaynor
on 4/15/14 at 12:06 PM
OA2ServletInitializer() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ServletInitializer
 
OA2SQLTransactionStoreProvider<T extends DSSQLTransactionStore> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/4/14 at 4:08 PM
OA2SQLTransactionStoreProvider(ConfigurationNode, ConnectionPoolProvider<? extends ConnectionPool>, String, MultiDSClientStoreProvider, Provider<? extends OA2ServiceTransaction>, Provider<TokenForge>, MapConverter) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2SQLTransactionStoreProvider
 
OA2SQLTStore<V extends OA2ServiceTransaction> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/25/14 at 10:30 AM
OA2SQLTStore(TokenForge, ConnectionPool, Table, Provider<V>, MapConverter) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2SQLTStore
 
OA2TransactionKeys - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 2/28/14 at 5:22 PM
OA2TransactionKeys() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
OA2TransactionTable - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 2/28/14 at 5:24 PM
OA2TransactionTable(OA2TransactionKeys, String, String, String) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionTable
 
OA4MP2TProvider(IdentifierProvider<Identifier>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader.OA4MP2TProvider
 

P

prepare(PresentableState) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
prepare(PresentableState) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
preprocess(TransactionState) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 
present(PresentableState) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizationServer
 
present(PresentableState) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
We override this to set the client secret to be displayed at registration time.
process(UserInfo, ServiceTransaction) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.BasicScopeHandler
At the most basic level, this just returns the UserInfo object passed to it.
produce(File, File) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2FSTStoreProvider
 

R

random - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
realSave(boolean, V) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2FSTStore
 
REFRESH_TOKEN_FIELD_VISIBLE - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
REFRESH_TOKEN_LIFETIME - Static variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
REFRESH_TOKEN_LIFETIME_DEFAULT - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
Default is 15 days.
RefreshCleanup<K,V> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
A very specific cleanup for store that know about refresh tokens.
RefreshCleanup(RefreshTokenStore, MyLoggingFacade) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshCleanup
 
refreshToken - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
refreshToken(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
RefreshTokenRetentionPolicy - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/26/14 at 3:39 PM
RefreshTokenRetentionPolicy(RefreshTokenStore) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshTokenRetentionPolicy
 
RefreshTokenStore<V extends edu.uiuc.ncsa.security.core.Identifiable> - Interface in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/25/14 at 10:23 AM
refreshTokenValid - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
refreshTokenValid(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
removeItem(V) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MTStore
 
retain(Object, Object) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.RefreshTokenRetentionPolicy
 

S

scopeHandler - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
scopeHandler - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
scopes - Variable in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
scopes(String...) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2TransactionKeys
 
setAuthTime(Date) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
setNonce(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
setRefreshToken(RefreshToken) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
setRefreshTokenEnabled(boolean) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader
 
setRefreshTokenEnabled(boolean) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
setRefreshTokenLifetime(long) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
setRefreshTokenValid(boolean) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
setRetryParameters(HttpServletRequest, RetryException) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2RegistrationServlet
 
setScopeHandler(ScopeHandler) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
setScopes(Collection<String>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2SE
 
setScopes(Collection<String>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.OA2ServiceTransaction
 
setScopes(Collection<String>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.BasicScopeHandler
 
ST2Provider(IdentifierProvider<Identifier>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader.OA2ConfigurationLoader.ST2Provider
 

T

TConverter2<V extends OA2ServiceTransaction> - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Created by Jeff Gaynor
on 3/12/14 at 1:35 PM
TConverter2(OA2TransactionKeys, IdentifiableProvider<V>, TokenForge, ClientStore<? extends Client>) - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.TConverter2
 
toMap(V, ConversionMap<String, Object>) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.TConverter2
 

U

updateIndices(V) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.OA2MTStore
 
UserInfoServlet - Class in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Created by Jeff Gaynor
on 10/4/13 at 11:09 AM
UserInfoServlet() - Constructor for class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.UserInfoServlet
 

V

verifyAndGet(IssuerResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2ATServlet
 
verifyAndGet(IssuerResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2AuthorizedServlet
 
verifyAndGet(IssuerResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.OA2CertServlet
 
verifyAndGet(IssuerResponse) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet.UserInfoServlet
 
A B C D E F G H I N O P R S T U V 
Skip navigation links

Copyright © 2015. All Rights Reserved.