CAS proxied client features (CAS 2.0, Proxy Tickets)
[ImplementationCAS Basic client features (CAS 1.0, Service Tickets)]

Functions

 CASClient::getPT ()
 CASClient::setPT ($pt)
 CASClient::hasPT ()
 CASClient::getSA ()
 CASClient::setSA ($sa)
 CASClient::hasSA ()
 CASClient::validatePT (&$validate_url, &$text_response, &$tree_response)

Variables

 CASClient::$_pt

Function Documentation

CASClient::getPT (  )  [private, inherited]

This method returns the Proxy Ticket provided in the URL of the request.

Returns:
The proxy ticket.

Definition at line 2381 of file client.php.

Referenced by CASClient::isAuthenticated().

CASClient::getSA (  )  [private, inherited]

This method returns the SAML Ticket provided in the URL of the request.

Returns:
The SAML ticket.

Definition at line 2407 of file client.php.

Referenced by CASClient::isAuthenticated().

CASClient::hasPT (  )  [private, inherited]

This method tells if a Proxy Ticket was stored.

Returns:
TRUE if a Proxy Ticket has been stored.

Definition at line 2400 of file client.php.

CASClient::hasSA (  )  [private, inherited]

This method tells if a SAML Ticket was stored.

Returns:
TRUE if a SAML Ticket has been stored.

Definition at line 2423 of file client.php.

Referenced by CASClient::isAuthenticated().

CASClient::setPT ( pt  )  [private, inherited]

This method stores the Proxy Ticket.

Parameters:
$pt The Proxy Ticket.

Definition at line 2392 of file client.php.

Referenced by CASClient::wasPreviouslyAuthenticated().

CASClient::setSA ( sa  )  [private, inherited]

This method stores the SAML Ticket.

Parameters:
$sa The SAML Ticket.

Definition at line 2415 of file client.php.

CASClient::validatePT ( &$  validate_url,
&$  text_response,
&$  tree_response 
) [private, inherited]

This method is used to validate a PT; halt on failure

Returns:
bool TRUE when successfull, halt otherwise by calling CASClient::authError().

Definition at line 2442 of file client.php.

References phpCAS::trace(), and phpCAS::traceBegin().

Referenced by CASClient::isAuthenticated().


Variable Documentation

CASClient::$_pt [private, inherited]

the Proxy Ticket provided in the URL of the request if present (empty otherwise). Written by CASClient::CASClient(), read by CASClient::getPT() and CASClient::hasPGT().

Definition at line 2374 of file client.php.

Generated by  doxygen 1.6.2-20100208