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

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

public class CtxCheckConfig
extends 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
 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 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.



Copyright © 2010 OW2 Consortium. All Rights Reserved.