org.objectweb.jonas.security.interceptors.jrmp.ctxcheck
Class CtxCheckConfig

java.lang.Object
  extended by org.objectweb.jonas.security.interceptors.jrmp.ctxcheck.CtxCheckConfig

public class CtxCheckConfig
extends java.lang.Object

Class used to store the public key used to check the signature of a security context.

Author:
Florent Benoit

Constructor Summary
CtxCheckConfig()
          Default constructor.
 
Method Summary
 java.security.PublicKey getPublicKey()
           
protected  void initConfig()
          Init a configuration which include the public key to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CtxCheckConfig

public CtxCheckConfig()
Default constructor.

Method Detail

getPublicKey

public java.security.PublicKey getPublicKey()
Returns:
the public key to use to validate the security context signature.

initConfig

protected void initConfig()
Init a configuration which include the public key to use.