com.pingidentity.sts.clientapi.authentication
Interface SoapAuthentication

All Known Implementing Classes:
WSSEAuthentication, X509Authentication

public interface SoapAuthentication

Authentication that is included in the SOAP message.


Method Summary
 void addCredentials(STSMessage stsMessage)
          Adds the credentials to the stsMessage.
 

Method Detail

addCredentials

void addCredentials(STSMessage stsMessage)
                    throws STSClientException
Adds the credentials to the stsMessage.

Parameters:
stsMessage - the STSMessage object
Throws:
STSClientException - if it is impossible to add the credentials


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