Add plugin to allow Geronimo to implement CSIv2 security.
---------------------------------------------------------

         Key: YOKO-73
         URL: http://issues.apache.org/jira/browse/YOKO-73
     Project: Yoko - CORBA Server
        Type: New Feature

    Versions: 1.0-incubating-M1    
    Reporter: Rick McGuire
 Assigned to: Rick McGuire 
     Fix For: 1.0-incubating-M1


Geronimo needs some hooks equivalent to what it is using with the Sun and IBM 
ORB implementations to enable the ORB for secure transport.  The specific 
functions need for Geronimo to implement equivalent function are:

1)  Ability to configure the ORB listening thread to use an SSL connection.  
This includes delegating creating of the SSLSocket to Geronimo so it can use 
its configured key management services for truststore and keystore.

2)  Ability to examine the IOR for a client connection and create the 
appropriate socket for the connection.  Use of the key management services in 
1) is also a requirement.

3)  In a server request interceptor, have a mechanism that allows the 
interceptor access to the socket used for the connection so the Geronimo 
security services can access potential SSLSession information for the request. 

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

Reply via email to