io.vertx.up.secure.provider.ZERO Maven / Gradle / Ivy
package io.vertx.up.secure.provider;
interface Info {
String MAP_INITED = "[ ZERO ] ( Auth ) The async shared map has been initialized: name = {0}";
String MAP_HIT = "[ ZERO ] ( Auth ) The async shared map cache has been hitted by key = {0}, value = {1}";
String MAP_MISSING = "[ ZERO ] ( Auth ) The async shared map cache has not been hitted by key = {0}";
String MAP_PUT = "[ ZERO ] ( Auth ) The async shared map cache has been put with key = {0}, value = {1}";
String FLOW_NULL = "[ ZERO ] ( Auth ) No authorization cached: token = {0}";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy