com.pingidentity.sts.clientapi.authentication
Class X509Authentication

java.lang.Object
  extended by com.pingidentity.sts.clientapi.authentication.X509Authentication
All Implemented Interfaces:
SoapAuthentication

public class X509Authentication
extends java.lang.Object
implements SoapAuthentication

Stores information about the requestor with X509 Authentication.


Constructor Summary
X509Authentication(javax.security.auth.x500.X500PrivateCredential credential)
           
 
Method Summary
 void addCredentials(STSMessage stsMessage)
          Adds the credentials to the stsMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509Authentication

public X509Authentication(javax.security.auth.x500.X500PrivateCredential credential)
Method Detail

addCredentials

public void addCredentials(STSMessage stsMessage)
                    throws STSClientException
Description copied from interface: SoapAuthentication
Adds the credentials to the stsMessage.

Specified by:
addCredentials in interface SoapAuthentication
Parameters:
stsMessage - the STSMessage object
Throws:
STSClientException - if it is impossible to add the credentials


Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.