org.objectweb.jonas.security.interceptors.jrmp.ctxcheck |
|
Java Source File Name | Type | Comment |
CtxCheckConfig.java | Class | Class used to store the public key used to check the signature of a security context. |
Initializer.java | Class | Adds on the server side an interceptor which will validate the security
context. |
ServerInterceptor.java | Class | Checks that the security context that has been unserialized on the server
side has a valid signature (Nobody has changed its value). |