|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.interceptors.jrmp.ctxcheck.ServerInterceptor
public class ServerInterceptor
Checks that the security context that has been unserialized on the server side has a valid signature (Nobody has changed its value).
| Constructor Summary | |
|---|---|
ServerInterceptor()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
name()
get the name of this interceptor |
void |
receive_request(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
Receive request |
void |
send_exception(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
|
void |
send_other(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
|
void |
send_reply(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
send reply with context |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerInterceptor()
| Method Detail |
|---|
public void receive_request(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
throws IOException
receive_request in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JServerRequestInterceptorJServerRequestInfo - the jrmp server request information
IOException - if an exception occurs with the ObjectOutput
public void send_reply(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
throws IOException
send_reply in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JServerRequestInterceptorJServerRequestInfo - the jrmp server request information
IOException - if an exception occur with the ObjectOutputpublic String name()
name in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JServerRequestInterceptor
public void send_exception(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
throws IOException
send_exception in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JServerRequestInterceptorIOException
public void send_other(org.ow2.carol.rmi.jrmp.interceptor.api.JServerRequestInfo jri)
throws IOException
send_other in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JServerRequestInterceptorIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||