The IFederationOpenIdentity interface defines methods for manipulating the open format cookie. The classes exposed by .NET SDK are available under the namespace CA.Federation.FedIdentitySdk. You implement the IFederationOpenIdentity interface by calling one of the methods from the IdentityFactory class.
The IFederationOpenIdentity interface contains the methods listed following. The .NET application calls the appropriate methods of IFederationOpenIdentity interface, depending on the specific functionality. See the Doxygen-generated reference for more information.
Initializes the parameters used for extracting the cookie.
Initializes the SDK logger to the application-specific implementation.
Sets a shared secret, which is used to generate a key for cookie encryption and decryption.
Gets the value of the specified attribute.
Returns a map of all attributes. The map contains string objects representing a single value for each attribute.
Processes the cookie from an HTTP request and extracts the information; requires that the cookie zone and cookie name have been set.
Creates the open format cookie; requires that the cookie zone and cookie name have already been established.
Extracts information from the specified cookie.
Processes a string representation of the cookie object.
Returns the cookie version, principal, and assertion attributes.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |