@WebListener public class CleanupSecurityCacheSessionListener extends Object implements javax.servlet.http.HttpSessionListener
Constructor and Description |
---|
CleanupSecurityCacheSessionListener() |
CleanupSecurityCacheSessionListener(javax.enterprise.inject.Instance<AuthorizationManager> authorizationManagers) |
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent se) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent se) |
public CleanupSecurityCacheSessionListener()
@Inject public CleanupSecurityCacheSessionListener(javax.enterprise.inject.Instance<AuthorizationManager> authorizationManagers)
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.