This section contains the following topics:
IFederationOpenIdentity Interface
IFedIdentitySDKLogger Interface
The federation open format cookie lets applications assert user attributes to CA SiteMinder® Federation Standalone and consume user attributes encapsulated by CA SiteMinder® Federation Standalone. The open format cookie has the following general characteristics:
Important! If the cookie contains any unsafe characters such as '=', enclose the value in double quotes. You can specify this option through the user interface, or through the SDK.
The open format cookie contains the following property information:
The following diagram shows the open format:

Key:
The Backus-Naur Form (BNF) for this format is following (0* means 0 or more; 1* means at least 1).
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.
See the Doxygen-generated reference for detailed information about this interface.
The IdentityFactory class provides methods for obtaining an implementation of the IFederationOpentIdentity interface.
Note: The only supported cryptographic transformation is "AES128/CBC/PKCS5Padding". You can also use NULL to get the default.
The IdentityFactory class includes the following methods:
Generates an implementation object of the IFederationOpenIdentity interface.
Generates an implementation object of the IFederationOpenIdentity interface.
Generates an implementation object of the IFederationOpenIdentity interface.
Generates an implementation object of the IFederationOpenIdentity interface.
The IFedIdentitySDKLogger interface provides the following methods for specifying custom logging messages
Logs a trace message.
Logs an error message.
|
Copyright © 2014 CA.
All rights reserved.
|
|