org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor Class Reference

Inherits org.objectweb.jonas.security.interceptors.iiop.SecurityInterceptor.

Inheritance diagram for org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CorbaServerSecurityInterceptor (ORBInitInfo info)
String name ()
void receive_request_service_contexts (ServerRequestInfo jri) throws ForwardRequest
void receive_request (ServerRequestInfo jri) throws ForwardRequest
void send_reply (ServerRequestInfo jri)

Detailed Description

Class CorbaServerSecurityInterceptor is a Server Interceptor for Security
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
Version:
1.0, 13/09/2002

Definition at line 38 of file CorbaServerSecurityInterceptor.java.


Constructor & Destructor Documentation

org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor.CorbaServerSecurityInterceptor ORBInitInfo  info  ) 
 

constructor

Definition at line 53 of file CorbaServerSecurityInterceptor.java.


Member Function Documentation

String org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor.name  ) 
 

get the name of this interceptor

Returns:
name

Definition at line 60 of file CorbaServerSecurityInterceptor.java.

void org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor.receive_request ServerRequestInfo  jri  )  throws ForwardRequest
 

Receive request

Parameters:
JServerRequestInfo the server request information
Exceptions:
IOException if an exception occur with the ObjectOutput

Definition at line 89 of file CorbaServerSecurityInterceptor.java.

References org.objectweb.security.context.SecurityCurrent.setSecurityContext().

Here is the call graph for this function:

void org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor.receive_request_service_contexts ServerRequestInfo  jri  )  throws ForwardRequest
 

Receive request context

Parameters:
JServerRequestInfo the server request information
Exceptions:
IOException if an exception occur with the ObjectOutput

Definition at line 69 of file CorbaServerSecurityInterceptor.java.

References org.objectweb.jonas.security.interceptors.iiop.SecurityInterceptor.unmarshallSecurityContext().

Here is the call graph for this function:

void org.objectweb.jonas.security.interceptors.iiop.CorbaServerSecurityInterceptor.send_reply ServerRequestInfo  jri  ) 
 

send reply with context

Parameters:
JServerRequestInfo the server request information
Exceptions:
IOException if an exception occur with the ObjectOutput

Definition at line 103 of file CorbaServerSecurityInterceptor.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:07:42 2005 for JOnAS by  doxygen 1.3.9.1