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

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

public class JonasSecurityReceiver
extends java.lang.Object
implements SecurityReceiver

This class represents the implementation of a SecurityReceiver in JOnAS.

Author:
Jeff Mesnil

Constructor Summary
JonasSecurityReceiver()
          Empty constructor
 
Method Summary
 void received_request(int request_id, SecurityContext ctx)
           
 SecurityContext sending_reply(int request_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasSecurityReceiver

public JonasSecurityReceiver()
Empty constructor

Method Detail

received_request

public void received_request(int request_id,
                             SecurityContext ctx)
Specified by:
received_request in interface SecurityReceiver

sending_reply

public SecurityContext sending_reply(int request_id)
Specified by:
sending_reply in interface SecurityReceiver