@InterfaceAudience.Private public class KMSWebApp extends Object implements javax.servlet.ServletContextListener
| Constructor and Description |
|---|
KMSWebApp() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
static KMSACLs |
getACLs() |
static com.codahale.metrics.Meter |
getAdminCallsMeter() |
static Configuration |
getConfiguration() |
static com.codahale.metrics.Meter |
getDecryptEEKCallsMeter() |
static com.codahale.metrics.Meter |
getGenerateEEKCallsMeter() |
static com.codahale.metrics.Meter |
getInvalidCallsMeter() |
static com.codahale.metrics.Meter |
getKeyCallsMeter() |
static KeyProviderCryptoExtension |
getKeyProvider() |
static KMSAudit |
getKMSAudit() |
static com.codahale.metrics.Meter |
getUnauthenticatedCallsMeter() |
static com.codahale.metrics.Meter |
getUnauthorizedCallsMeter() |
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerpublic static Configuration getConfiguration()
public static KMSACLs getACLs()
public static com.codahale.metrics.Meter getAdminCallsMeter()
public static com.codahale.metrics.Meter getKeyCallsMeter()
public static com.codahale.metrics.Meter getInvalidCallsMeter()
public static com.codahale.metrics.Meter getGenerateEEKCallsMeter()
public static com.codahale.metrics.Meter getDecryptEEKCallsMeter()
public static com.codahale.metrics.Meter getUnauthorizedCallsMeter()
public static com.codahale.metrics.Meter getUnauthenticatedCallsMeter()
public static KeyProviderCryptoExtension getKeyProvider()
public static KMSAudit getKMSAudit()
Copyright © 2018 CERN. All Rights Reserved.