org.objectweb.jonas.rmifilters
Class JonasSecuritySender

java.lang.Object
  |
  +--org.objectweb.jonas.rmifilters.JonasSecuritySender
All Implemented Interfaces:
org.objectweb.security.propagation.SecuritySender

public class JonasSecuritySender
extends java.lang.Object
implements org.objectweb.security.propagation.SecuritySender

This class represents the implementation of a SecuritySender in JOnAS.

Author:
Jeff Mesnil Contributor(s):

Constructor Summary
JonasSecuritySender()
          Empty constructor
 
Method Summary
 void received_reply(int request_id, org.objectweb.security.context.SecurityContext ctx)
          we do not use the received security context to set it (EJB, v1.1, chapter 15.5)
 org.objectweb.security.context.SecurityContext sending_request(int request_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasSecuritySender

public JonasSecuritySender()
Empty constructor
Method Detail

received_reply

public void received_reply(int request_id,
                           org.objectweb.security.context.SecurityContext ctx)
we do not use the received security context to set it (EJB, v1.1, chapter 15.5)
Specified by:
received_reply in interface org.objectweb.security.propagation.SecuritySender

sending_request

public org.objectweb.security.context.SecurityContext sending_request(int request_id)
Specified by:
sending_request in interface org.objectweb.security.propagation.SecuritySender