org.kuali.rice.ksb.util
Class SignatureAlgorithmCacheCleaner
java.lang.Object
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
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 |
SignatureAlgorithmCacheCleaner
public SignatureAlgorithmCacheCleaner()
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.