Class WSKSecuredSource

Description

Encloses the securedSourceId, expiration, permissibleUseMessage, and informationalMessage elements which identify the secured source information to be displayed to your user.

Located in /wsk/WSKSecuredSource.class.php (line 6)


	
			
Variable Summary
Method Summary
WSKSecuredSource __construct ([string $securedSourceId = null], [string $expiration = null], [string $permissibleUseMessage = null], [string $informationalMessage = null])
Variables
string $expiration (line 20)

Indicates when the securedSourceId will expire. The date format is:

CCYY-MM-DDThh:mm:ss-hh:mm (GMT with a time zone offset - CCYY = year, MM= month [1-12], DD = day [01-31], T= required separator, hh= hour [0-23], mm= minute [0-59], and ss= second [0-59] -The time offset may be expressed as a + or - value.)

  • access: public
string $informationalMessage (line 32)

Contains the secured source information that should be displayed to your user.

  • access: public
string $permissibleUseMessage (line 26)

Contains the secured source information that must be displayed to your user.

  • access: public
string $securedSourceId (line 12)

Identifies an encrypted source identifier that must be used in the Search request message to access this secured source.

  • access: public
Methods
Constructor __construct (line 41)

Constructs a securedSource object

  • access: public
WSKSecuredSource __construct ([string $securedSourceId = null], [string $expiration = null], [string $permissibleUseMessage = null], [string $informationalMessage = null])
  • string $securedSourceId
  • string $expiration
  • string $permissibleUseMessage
  • string $informationalMessage

Documentation generated on Thu, 10 Dec 2009 15:22:36 +0100 by phpDocumentor 1.4.1