- get() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPServiceProvider
-
- get(boolean) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetProvider
-
- 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.
- getAccessTokenURI() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getAR() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetConverter
-
- getAssetCache() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientServlet
-
- getAssetParameters(Asset) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
This creates the parameter map for the certificate request.
- getAssetProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
- getAssetProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
- getAssetProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getAssetStore() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
- getAssetStore() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
Returns the configured
AssetStore for this environment or
null if
there is none.
- getAssetStoreProvider() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getAssetURI() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getAST() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
-
- getATParameters(Asset, AuthorizationGrant, Verifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
This creates the parameter map for the access token request.
- getAuthorizationUri() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
The endpoint for this client allowing authorization of the user.
- getAuthorizeURI() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getBaseURI() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getByToken(Identifier) - Method in interface edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStore
-
Part of solution to OAUTH-146: JSESSIONID bug causes session crossover if
users have repeated failed attempts to get a cert and keep opening a
new browser window each time.
- getByToken(Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.FSAssetStore
-
- getByToken(Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MemoryAssetStore
-
- getByToken(Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
-
- getByTokenStatement() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.AssetStoreTable
-
- 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.
- getCallback() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- 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.AbstractOA4MPService
-
Retrieve the certificate chain from the server.
- getCert(String, String, Identifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
- getCert(Asset, AuthorizationGrant, Verifier) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
Does the actual work getting the cert.
- 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.
- getCertReq() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
-
- getCfgValue(String) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
This takes a key and returns the value of the node associated with that key.
- 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.
- getConfigurationLoader(ServletContext) - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientBootstrapper
-
- 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
-
- getDSP() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getEnvironment() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
- getEnvironment() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientServletInitializer
-
- getErrorPagePath() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
- getExceptionHandler() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientServletInitializer
-
- getId() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getInitializeUri() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
The endpoint for this client that starts delegation.
- getInitiateURI() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getKeypairLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
- getKeypairLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getLogger() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientExceptionHandler
-
- getMaxAssetLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
- getMaxAssetLifetime() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getNextKeyPair() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.AbstractOA4MPService
-
- getNormalizedContextPath() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.servlet.ClientExceptionHandler
-
- getOa4mpConfigFileKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientBootstrapper
-
- getOa4mpConfigNameKey() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientBootstrapper
-
- 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
-
- getRedirectPagePath() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
- 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
-
- getServlet() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.ClientServletInitializer
-
- getSkin() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
Optional skinning option.
- getSkin() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getSSLConfiguration() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.loader.AbstractClientLoader
-
- getSuccessPagePath() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.ClientEnvironment
-
- getToken() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
-
The token is the identifier returned from the server.
- 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
-
- getXMLConverter() - Method in class edu.uiuc.ncsa.myproxy.oa4mp.client.storage.MemoryAssetStore
-