Class AbstractAuthorizationServlet.MyMyProxyLogon
- java.lang.Object
-
- edu.uiuc.ncsa.myproxy.MyProxyLogon
-
- org.oa4mp.server.api.servlet.storage.AbstractAuthorizationServlet.MyMyProxyLogon
-
- Enclosing class:
- AbstractAuthorizationServlet
public static class AbstractAuthorizationServlet.MyMyProxyLogon extends MyProxyLogon
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.uiuc.ncsa.myproxy.MyProxyLogon
MyProxyLogon.State
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.myproxy.MyProxyLogon
certificateChain, credname, DEFAULT_KEY_SIZE, host, keyAlg, keypair, keySize, lifetime, MIN_PASS_PHRASE_LEN, passphrase, pkcs10Provider, pkcs10SigAlgName, port, requestTrustRoots, socket, socketIn, socketOut, state, trustrootData, trustrootFilenames, username
-
-
Constructor Summary
Constructors Constructor Description MyMyProxyLogon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassphrase()
String
toString()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.MyProxyLogon
connect, disconnect, getCertificate, getCertificates, getCredentialName, getCredentials, getCredentials, getCRLs, getExistingTrustRootPath, getHost, getKeyManagerFactory, getKeySize, getLifetime, getMlf, getPort, getPrivateKey, getProxyLocation, getServerDN, getSocketTimeout, getTrustedCAs, getTrustRootData, getTrustRootFilenames, getTrustRootPath, getUsername, handleException, hostLookup, isConnected, isDone, isLoggedOn, isReady, logon, main, requestTrustRoots, saveCredentials, saveCredentialsToFile, setCredentialName, setHost, setKeyManagerFactory, setKeySize, setLifetime, setPassphrase, setPort, setServerDN, setSocketTimeout, setUsername, writeProxyFile, writeTrustRoots, writeTrustRoots
-
-
-
-
Method Detail
-
getPassphrase
public String getPassphrase()
-
toString
public String toString()
- Overrides:
toString
in classMyProxyLogon
-
-