com.pingidentity.sts.clientapi.authentication
Class HTTPAuthentication

java.lang.Object
  extended by com.pingidentity.sts.clientapi.authentication.UsernameAuthentication
      extended by com.pingidentity.sts.clientapi.authentication.HTTPAuthentication

public class HTTPAuthentication
extends UsernameAuthentication

Stores information about the requestor with HTTP Basic authentication.


Constructor Summary
HTTPAuthentication(java.lang.String requestorID, java.lang.String requestorPassword)
          Associates requestorID and password with HTTP Basic authentication type
 
Method Summary
 
Methods inherited from class com.pingidentity.sts.clientapi.authentication.UsernameAuthentication
getName, getPassword, setName, setPassword
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPAuthentication

public HTTPAuthentication(java.lang.String requestorID,
                          java.lang.String requestorPassword)
Associates requestorID and password with HTTP Basic authentication type

Parameters:
requestorID - the requestor ID
requestorPassword - the requestor password


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