| |
|
| java.lang.Object org.objectweb.jonas.security.interceptors.jrmp.ServerSecurityInterceptor
ServerSecurityInterceptor | public class ServerSecurityInterceptor implements JServerRequestInterceptor(Code) | | Class ServerSecurityInterceptor is a JRMP security server interceptor for
Security Context propagation
version: 1.0, 10/03/2003 |
SEC_CTX_ID | public static int SEC_CTX_ID(Code) | | security context id
|
ServerSecurityInterceptor | public ServerSecurityInterceptor()(Code) | | Empty constructor
|
name | public String name()(Code) | | get the name of this interceptor
name |
receive_request | public void receive_request(JServerRequestInfo jri) throws IOException(Code) | | Receive request
Parameters: JServerRequestInfo - the jrmp server request information exception: IOException - if an exception occurs with the ObjectOutput |
send_exception | public void send_exception(JServerRequestInfo jri) throws IOException(Code) | | |
send_reply | public void send_reply(JServerRequestInfo jri) throws IOException(Code) | | send reply with context
Parameters: JServerRequestInfo - the jrmp server request information exception: IOException - if an exception occur with the ObjectOutput |
|
|
|