|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pingidentity.sts.clientapi.authentication.ClientCertificateAuthentication
public class ClientCertificateAuthentication
Class for encapulating operations needed for client certificate authentication. Obtains credentials from keystore with provided keystore password. All certificates in the keystore are used for authentication.
Constructor Summary | |
---|---|
ClientCertificateAuthentication(java.lang.String clientCertificateKeystore,
java.lang.String clientCertificateKeystorePassword)
|
Method Summary | |
---|---|
java.lang.String |
getClientCertificateKeystore()
Get full path to keystore file on filesystem |
java.lang.String |
getClientCertificateKeystorePassword()
Get password to be used for keystore operations |
javax.net.ssl.SSLSocketFactory |
getFactory()
|
void |
setClientCertificateKeystore(java.lang.String clientCertificateKeystore)
Set full path to keystore file on filesystem |
void |
setClientCertificateKeystorePassword(java.lang.String clientCertificateKeystorePassword)
Set password to be used for keystore operations |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientCertificateAuthentication(java.lang.String clientCertificateKeystore, java.lang.String clientCertificateKeystorePassword)
Method Detail |
---|
public javax.net.ssl.SSLSocketFactory getFactory() throws java.lang.Exception
java.lang.Exception
public java.lang.String getClientCertificateKeystore()
public void setClientCertificateKeystore(java.lang.String clientCertificateKeystore)
clientCertificateKeystore
- public java.lang.String getClientCertificateKeystorePassword()
public void setClientCertificateKeystorePassword(java.lang.String clientCertificateKeystorePassword)
clientCertificateKeystorePassword
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |