|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.security.interceptors.jrmp.ServerSecurityInterceptor
public class ServerSecurityInterceptor
Class ServerSecurityInterceptor
is a JRMP security server interceptor for
Security Context propagation
Field Summary | |
---|---|
static int |
SEC_CTX_ID
security context id |
Constructor Summary | |
---|---|
ServerSecurityInterceptor()
Empty constructor |
Method Summary | |
---|---|
String |
name()
get the name of this interceptor |
void |
receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
Receive request |
void |
send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
void |
send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
|
void |
send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri)
send reply with context |
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 ServerSecurityInterceptor()
Method Detail |
---|
public void receive_request(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
receive_request
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
JServerRequestInfo
- the jrmp server request information
IOException
- if an exception occurs with the ObjectOutputpublic void send_reply(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
send_reply
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
JServerRequestInfo
- the jrmp server request information
IOException
- if an exception occur with the ObjectOutputpublic String name()
name
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
public void send_exception(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
send_exception
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
IOException
public void send_other(org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInfo jri) throws IOException
send_other
in interface org.objectweb.carol.rmi.jrmp.interceptor.JServerRequestInterceptor
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |