| |
|
| java.lang.Object org.objectweb.jonas.security.interceptors.jrmp.ClientSecurityInterceptor
ClientSecurityInterceptor | public class ClientSecurityInterceptor implements JClientRequestInterceptor(Code) | | Class ClientSecurityInterceptor is a JRMP Security client
interceptor for Security Context propagation
author: Jeff Mesnil author: Guillaume Riviere version: 1.0, 10/03/2003 |
SEC_CTX_ID | public static int SEC_CTX_ID(Code) | | security context id
|
ClientSecurityInterceptor | public ClientSecurityInterceptor()(Code) | | constructor
|
name | public String name()(Code) | | get the name of this interceptor
name |
receive_exception | public void receive_exception(JClientRequestInfo jri) throws IOException(Code) | | |
receive_other | public void receive_other(JClientRequestInfo jri) throws IOException(Code) | | |
receive_reply | public void receive_reply(JClientRequestInfo jri) throws IOException(Code) | | we do not use the received security context to set it (EJB, v1.1, chapter
15.5) Receive reply interception
Parameters: JClientRequestInfo - jri the jrmp client info exception: IOException - if an exception occur with the ObjectOutput |
send_request | public void send_request(JClientRequestInfo jri) throws IOException(Code) | | send client context with the request. The sendingRequest method of the
JPortableInterceptors is called prior to marshalling arguments and
contexts
Parameters: JClientRequestInfo - jri the jrmp client info exception: IOException - if an exception occur with the ObjectOutput |
|
|
|