public class TokenizedMyProxyAuthInfo extends GSIAuthenticationInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CREDENTIAL_RENEWING_THRESH_HOLD |
protected static org.slf4j.Logger |
log |
static String |
X509_CERT_DIR |
properties| Constructor and Description |
|---|
TokenizedMyProxyAuthInfo(CredentialReader credentialReader,
RequestData requestData) |
TokenizedMyProxyAuthInfo(RequestData requestData) |
| Modifier and Type | Method and Description |
|---|---|
CredentialReader |
getCredentialReader() |
GSSCredential |
getCredentials() |
GSSCredential |
getCredentialsFromStore()
Reads the credentials from credential store.
|
GSSCredential |
getDefaultCredentials()
Gets the default proxy certificate.
|
GSSCredential |
getProxyCredentials()
Gets a new proxy certificate given current credentials.
|
RequestData |
getRequestData() |
GSSCredential |
renewCredentials()
Renews credentials.
|
GSSCredential |
renewCredentialsAsATrustedHost()
Renew GSSCredentials.
|
void |
setCredentialReader(CredentialReader credentialReader) |
void |
setGssCredentials(GSSCredential gssCredentials) |
void |
setRequestData(RequestData requestData) |
static void |
setUpTrustedCertificatePath(String trustedCertificatePath) |
getProperties, setPropertiesprotected static final org.slf4j.Logger log
public static int CREDENTIAL_RENEWING_THRESH_HOLD
public static final String X509_CERT_DIR
public TokenizedMyProxyAuthInfo(CredentialReader credentialReader, RequestData requestData)
public TokenizedMyProxyAuthInfo(RequestData requestData)
public static void setUpTrustedCertificatePath(String trustedCertificatePath)
public GSSCredential getCredentials() throws SecurityException
getCredentials in class GSIAuthenticationInfoSecurityExceptionpublic GSSCredential getCredentialsFromStore() throws Exception
Exception - If an error occurred while retrieving credentials.public GSSCredential renewCredentialsAsATrustedHost() throws GFacException, org.apache.airavata.common.exception.ApplicationSettingsException
GFacException - If an error occurred while renewing credentials.org.apache.airavata.common.exception.ApplicationSettingsExceptionpublic GSSCredential getDefaultCredentials() throws GFacException, org.apache.airavata.common.exception.ApplicationSettingsException
GFacException - If an error occurred while retrieving credentials.org.apache.airavata.common.exception.ApplicationSettingsExceptionpublic GSSCredential renewCredentials() throws GFacException, org.apache.airavata.common.exception.ApplicationSettingsException
GFacException - If an error occurred while renewing credentials.org.apache.airavata.common.exception.ApplicationSettingsExceptionpublic GSSCredential getProxyCredentials() throws GFacException, org.apache.airavata.common.exception.ApplicationSettingsException
GFacException - If an error is occurred while retrieving credentials.org.apache.airavata.common.exception.ApplicationSettingsExceptionpublic void setGssCredentials(GSSCredential gssCredentials)
public CredentialReader getCredentialReader()
public void setCredentialReader(CredentialReader credentialReader)
public RequestData getRequestData()
public void setRequestData(RequestData requestData)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.