|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.security.interceptors.jrmp.ClientSecurityInterceptor
public class ClientSecurityInterceptor
Class ClientSecurityInterceptor is a JRMP Security client
interceptor for Security Context propagation
| Field Summary | |
|---|---|
static int |
SEC_CTX_ID
security context id |
| Constructor Summary | |
|---|---|
ClientSecurityInterceptor()
constructor |
|
| Method Summary | |
|---|---|
String |
name()
get the name of this interceptor |
void |
receive_exception(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
|
void |
receive_other(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
|
void |
receive_reply(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
we do not use the received security context to set it (EJB, v1.1, chapter 15.5) Receive reply interception |
void |
send_poll(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
|
void |
send_request(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
send client context with the request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int SEC_CTX_ID
| Constructor Detail |
|---|
public ClientSecurityInterceptor()
| Method Detail |
|---|
public void send_request(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
send_request in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorJClientRequestInfo - jri the jrmp client info
IOException - if an exception occur with the ObjectOutput
public void receive_reply(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
receive_reply in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorJClientRequestInfo - jri the jrmp client info
IOException - if an exception occur with the ObjectOutputpublic String name()
name in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptor
public void send_poll(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
send_poll in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorIOException
public void receive_exception(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
receive_exception in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorIOException
public void receive_other(org.ow2.carol.rmi.jrmp.interceptor.api.JClientRequestInfo jri)
throws IOException
receive_other in interface org.ow2.carol.rmi.jrmp.interceptor.spi.JClientRequestInterceptorIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||