|
||||||||||
| 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 |
receiveException(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
|
void |
receiveOther(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
|
void |
receiveReply(org.ow2.carol.rmi.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 |
sendPoll(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
|
void |
sendRequest(org.ow2.carol.rmi.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 sendRequest(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
sendRequest in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorJClientRequestInfo - jri the jrmp client info
IOException - if an exception occur with the ObjectOutput
public void receiveReply(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
receiveReply in interface org.ow2.carol.rmi.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.interceptor.spi.JClientRequestInterceptor
public void sendPoll(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
sendPoll in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorIOException
public void receiveException(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
receiveException in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorIOException
public void receiveOther(org.ow2.carol.rmi.interceptor.api.JClientRequestInfo jri)
throws IOException
receiveOther in interface org.ow2.carol.rmi.interceptor.spi.JClientRequestInterceptorIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||