org.objectweb.jonas.security.interceptors.jeremie
Class JonasSecuritySender

java.lang.Object
  extended by org.objectweb.jonas.security.interceptors.jeremie.JonasSecuritySender
All Implemented Interfaces:
SecuritySender

public class JonasSecuritySender
extends java.lang.Object
implements 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, SecurityContext ctx)
          we do not use the received security context to set it (EJB, v1.1, chapter 15.5)
 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,
                           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 SecuritySender

sending_request

public SecurityContext sending_request(int request_id)
Specified by:
sending_request in interface SecuritySender