|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jonas.rmifilters.JonasSecuritySender
This class represents the implementation of a SecuritySender in JOnAS.
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 |
public JonasSecuritySender()
Method Detail |
public void received_reply(int request_id, org.objectweb.security.context.SecurityContext ctx)
received_reply
in interface org.objectweb.security.propagation.SecuritySender
public org.objectweb.security.context.SecurityContext sending_request(int request_id)
sending_request
in interface org.objectweb.security.propagation.SecuritySender
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |