Uses of Interface
io.dialob.security.key.ApiKey
-
Packages that use ApiKey Package Description io.dialob.security.key -
-
Uses of ApiKey in io.dialob.security.key
Classes in io.dialob.security.key that implement ApiKey Modifier and Type Class Description classImmutableApiKeyImmutable implementation ofApiKey.Methods in io.dialob.security.key that return ApiKey Modifier and Type Method Description ApiKeyServletRequestApiKeyExtractor. extract(javax.servlet.ServletRequest servletRequest)Methods in io.dialob.security.key with parameters of type ApiKey Modifier and Type Method Description static ImmutableApiKeyImmutableApiKey. copyOf(ApiKey instance)Creates an immutable copy of aApiKeyvalue.ImmutableApiKey.BuilderImmutableApiKey.Builder. from(ApiKey instance)Fill a builder with attribute values from the providedApiKeyinstance.
-