org.openejb.corba.security
Class SASReplyManager
java.lang.Object
org.openejb.corba.security.SASReplyManager
- public final class SASReplyManager
- extends Object
Stores requests' SASContextBody because get/setSlot does not seem to work in
OpenORB.
TODO: There may be an error where the interceptor does not remove the
registered subjects. We should have a daemon that cleans up old requests.
- Version:
- $Revision: 445361 $ $Date: 2005-03-28 23:00:21 +0200 (Mon, 28 Mar 2005) $
Method Summary |
static org.omg.CSI.SASContextBody |
clearSASReply(int requestId)
|
static org.omg.CSI.SASContextBody |
getSASReply(int requestId)
|
static void |
setSASReply(int requestId,
org.omg.CSI.SASContextBody sasMsg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SASReplyManager
public SASReplyManager()
getSASReply
public static org.omg.CSI.SASContextBody getSASReply(int requestId)
setSASReply
public static void setSASReply(int requestId,
org.omg.CSI.SASContextBody sasMsg)
clearSASReply
public static org.omg.CSI.SASContextBody clearSASReply(int requestId)
Copyright © 1999-2006 OpenEJB. All Rights Reserved.