org.kuali.rice.ksb.util
Class SignatureAlgorithmCacheCleaner

java.lang.Object
  extended by org.kuali.rice.ksb.util.SignatureAlgorithmCacheCleaner
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SignatureAlgorithmCacheCleaner
extends Object
implements org.springframework.context.ApplicationContextAware

Removes SignatureAlgorithm ThreadLocals


Constructor Summary
SignatureAlgorithmCacheCleaner()
           
 
Method Summary
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
          Registers a listener that removes SignatureAlgorithm key caches on context shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureAlgorithmCacheCleaner

public SignatureAlgorithmCacheCleaner()
Method Detail

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Registers a listener that removes SignatureAlgorithm key caches on context shutdown

Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Parameters:
applicationContext - spring context


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.