|
||||||||||
| 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 |
receiveRequest(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
Receive request |
void |
sendException(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
|
void |
sendOther(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
|
void |
sendReply(org.ow2.carol.rmi.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 receiveRequest(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
throws IOException
receiveRequest in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptorJServerRequestInfo - the jrmp server request information
IOException - if an exception occurs with the ObjectOutput
public void sendReply(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
throws IOException
sendReply in interface org.ow2.carol.rmi.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.interceptor.spi.JServerRequestInterceptor
public void sendException(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
throws IOException
sendException in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptorIOException
public void sendOther(org.ow2.carol.rmi.interceptor.api.JServerRequestInfo jri)
throws IOException
sendOther in interface org.ow2.carol.rmi.interceptor.spi.JServerRequestInterceptorIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||