Auth/Adapter/InfoCard.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Auth
- Subpackage
- Zend_Auth_Adapter
- Version
- $Id: InfoCard.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Auth_Adapter_InfoCard
Package: Zend\Auth\Zend\Auth\AdapterA Zend_Auth Authentication Adapter allowing the use of Information Cards as an
authentication mechanism
- Implements
- \Zend_Auth_Adapter_Interface
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods



__construct(string $strXmlDocument) : void
ParametersName | Type | Description |
---|
$strXmlDocument | string | The XML Token provided by the client |
---|



addCertificatePair(string $private_key_file, string $public_key_file, string $type = \Zend_InfoCard_Cipher::ENC_RSA_OAEP_MGF1P, string $password = null) : string
Add a Certificate Pair to the list of certificates searched by the component
ParametersName | Type | Description |
---|
$private_key_file | string | The path to the private key file for the pair |
---|
$public_key_file | string | The path to the certificate / public key for the pair
|
---|
$type | string | (optional) The URI for the type of key pair this is (default RSA with OAEP padding)
|
---|
$password | string | (optional) The password for the private key file if necessary
|
---|
ReturnsType | Description |
---|
string | A key ID representing this key pair in the component |
Throws 


getCertificatePair(string $key_id) : array
Return a Certificate Pair from a key ID
ParametersName | Type | Description |
---|
$key_id | string | The Key ID of the certificate pair in the component |
---|
ReturnsType | Description |
---|
array | An array containing the path to the private/public key files,
the type URI and the password if provided |
Throws 


getPKCipherObject() : \Zend_InfoCard_Cipher_PKI_Interface
Retrieves the InfoCard public key cipher object being used
ReturnsType | Description |
---|
\Zend_InfoCard_Cipher_PKI_Interface | |



getXmlToken() : string
Get the XML Token being processed
ReturnsType | Description |
---|
string | The XML token to be processed |



removeCertificatePair(string $key_id) : \Zend_Auth_Adapter_InfoCard
Remove a Certificate Pair by Key ID from the search list
ParametersName | Type | Description |
---|
$key_id | string | The Certificate Key ID returned from adding the certificate pair |
---|
ReturnsThrows 


setPKICipherObject(\Zend_InfoCard_Cipher_PKI_Interface $cipherObj) : \Zend_Auth_Adapter_InfoCard
Sets the InfoCard public key cipher object to use
ParametersName | Type | Description |
---|
$cipherObj | \Zend_InfoCard_Cipher_PKI_Interface | |
---|
Returns 


setXmlToken(string $strXmlToken) : \Zend_Auth_Adapter_InfoCard
Set the XML Token to be processed
ParametersName | Type | Description |
---|
$strXmlToken | string | The XML token to process |
---|
Returns