public class AuthenticationCacheEvictionListener extends Object implements org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener<Principal,org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo>
Constructor and Description |
---|
AuthenticationCacheEvictionListener() |
Modifier and Type | Method and Description |
---|---|
void |
onEntryActivated(Object key) |
void |
onEntryChosenForEviction(org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo arg0) |
void |
onEntryEviction(Map<Principal,org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo> evicted) |
void |
onEntryRemoved(Object key) |
public void onEntryEviction(Map<Principal,org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo> evicted)
onEntryEviction
in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener<Principal,org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo>
public void onEntryChosenForEviction(org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo arg0)
onEntryChosenForEviction
in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener<Principal,org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo>
public void onEntryActivated(Object key)
onEntryActivated
in interface org.infinispan.util.concurrent.BoundedConcurrentHashMap.EvictionListener<Principal,org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo>
Copyright © 2014 JBoss by Red Hat. All rights reserved.