[wsf-c-dev] [jira] Created: (WSFPHP-294) Add Secure Conversation support

Nandika Jayawardana (JIRA) jira at wso2.org
Tue Jun 24 01:53:34 PDT 2008


Add Secure Conversation support
-------------------------------

                 Key: WSFPHP-294
                 URL: https://wso2.org/jira/browse/WSFPHP-294
             Project: WSO2 WSF/PHP
          Issue Type: New Feature
    Affects Versions: Current (nightly)
         Environment: Any
            Reporter: Nandika Jayawardana
            Assignee: Nandika Jayawardana
             Fix For: 2.0.0


SecureConversation sts will be implemented as a module in WSF/C. For a service to act as a sts, the user can set  the option "useOwnSTS"  to WSService class.

The usage of security context information will be handled using callback functions. The service will have the following predefined callback functions. 
bool storeCallback(string localid, string global_id, string xml_string, [array userargs]);
bool deleteCallback(string id, int type, [array useragrs]);
bool getCallback(string id, int type, [array userargs]);
These callback functions will be added to the WSSecurityToken class.

These callback functions enables the user to handle the security context information. 

The callbacks are same for the client and service. 
Secure conversation related configuration parameters should be specified using the relevent policy.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Wsf-c-dev mailing list