Index

A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addViewControllers(ViewControllerRegistry) - Method in class io.github.tkasozi.ResourceAutoConfiguration
 
adminPageName() - Method in record class io.github.tkasozi.property.MetricsProperties
Returns the value of the adminPageName record component.
adminPageSecurityFilterChain(HttpSecurity) - Method in class io.github.tkasozi.SecurityAutoConfiguration
 
adminRole() - Method in record class io.github.tkasozi.property.MetricsProperties
Returns the value of the adminRole record component.
allCpuEndpoint() - Method in class io.github.tkasozi.endpoint.v1.CpuPerformanceEndpoints
GET.
allEventsEndpoint() - Method in class io.github.tkasozi.endpoint.v1.MetricsEndpoints
GET.
allMemoryEndpoint() - Method in class io.github.tkasozi.endpoint.v1.MemoryPerformanceEndpoints
GET.
append(ILoggingEvent) - Method in class io.github.tkasozi.aspect.EventLogAppender
Saves log created with Slf4j.
AspectAutoConfiguration - Class in io.github.tkasozi
Configures and enables metrics created via Aspect.
AspectAutoConfiguration() - Constructor for class io.github.tkasozi.AspectAutoConfiguration
 

B

BaseEntity - Class in io.github.tkasozi.domain
Base log data.
BaseEntity() - Constructor for class io.github.tkasozi.domain.BaseEntity
default constructor.
BaseEntity(String) - Constructor for class io.github.tkasozi.domain.BaseEntity
All args constructor.
BaseEntity(BaseEntity.BaseEntityBuilder<?>) - Constructor for class io.github.tkasozi.domain.BaseEntity
Builder constructor.
BaseEntity.BaseEntityBuilder<T extends BaseEntity.BaseEntityBuilder<T>> - Class in io.github.tkasozi.domain
Base builder.
BaseEntityBuilder() - Constructor for class io.github.tkasozi.domain.BaseEntity.BaseEntityBuilder
 
build() - Method in class io.github.tkasozi.domain.redis.CpuEventLog.CPUUtilizationBuilder
creates builder.
build() - Method in class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
build method.
build() - Method in class io.github.tkasozi.domain.redis.MemoryEventLog.MemoryUtilizationBuilder
 
builder() - Static method in class io.github.tkasozi.domain.redis.CpuEventLog
Builder getter.
builder() - Static method in class io.github.tkasozi.domain.redis.MemoryEventLog
 

C

canEqual(Object) - Method in class io.github.tkasozi.domain.redis.MemoryEventLog
 
compareTo(EventLog) - Method in class io.github.tkasozi.domain.redis.EventLog
Compares in favor of the newest.
convert(String) - Method in class io.github.tkasozi.PropertyConverter
 
CPU_UTILIZATION - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log cpu utilization event.
CpuEventLog - Class in io.github.tkasozi.domain.redis
CPU log.
CpuEventLog() - Constructor for class io.github.tkasozi.domain.redis.CpuEventLog
constructor.
CpuEventLog(CpuEventLog.CPUUtilizationBuilder) - Constructor for class io.github.tkasozi.domain.redis.CpuEventLog
Constructor builder.
CpuEventLog.CPUUtilizationBuilder - Class in io.github.tkasozi.domain.redis
Cpu log Builder.
cpuEventLogRepository(RedisRepositoryFactory, KeyValueOperations) - Method in class io.github.tkasozi.RedisRepositoryAutoConfiguration
 
CpuEventLogRepository - Interface in io.github.tkasozi.repository.redis
Persistence layer for Cpu Event logs.
cpuPerformanceEndpoints(CpuEventLogRepository) - Method in class io.github.tkasozi.MetricsEndpointAutoConfiguration
 
CpuPerformanceEndpoints - Class in io.github.tkasozi.endpoint.v1
Handles requests for cpu performance metrics.
CpuPerformanceEndpoints(CpuEventLogRepository) - Constructor for class io.github.tkasozi.endpoint.v1.CpuPerformanceEndpoints
Constructor.
CPUUtilizationBuilder() - Constructor for class io.github.tkasozi.domain.redis.CpuEventLog.CPUUtilizationBuilder
 

D

DEFAULT_VIEW - Static variable in class io.github.tkasozi.ResourceUtility
This is the default view or the html file generated from the ui.
DefaultAutoConfiguration - Class in io.github.tkasozi
Configures properties and create a property converter.
DefaultAutoConfiguration() - Constructor for class io.github.tkasozi.DefaultAutoConfiguration
 
DefaultLoggingProperties - Record Class in io.github.tkasozi.property
Properties auto configured as default.
DefaultLoggingProperties(boolean, boolean, Long) - Constructor for record class io.github.tkasozi.property.DefaultLoggingProperties
Creates an instance of a DefaultLoggingProperties record class.
delete(List<String>) - Method in class io.github.tkasozi.endpoint.v1.MetricsEndpoints
Given ids to delete, deletes from redis/db.
description - Variable in class io.github.tkasozi.domain.redis.EventLog
Event description.
description(String) - Method in class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
set description.

E

el4jExceptionLoggingAspect(EventLogRepository, DefaultLoggingProperties) - Method in class io.github.tkasozi.AspectAutoConfiguration
Creates a bean for logging all Exceptions.
el4jInformationLoggingAspect(EventLogRepository, DefaultLoggingProperties) - Method in class io.github.tkasozi.AspectAutoConfiguration
Creates a bean for default logging for example logging with TimeProfile.
el4jLogAppender(EventLogRepository) - Method in class io.github.tkasozi.ExtraLoggingAutoConfiguration
Creates bean for EventLogAppender.
el4jLoggerHandlerMapping() - Method in class io.github.tkasozi.ResourceAutoConfiguration
 
el4jLoggerRequestHandler() - Method in class io.github.tkasozi.ResourceAutoConfiguration
 
enabled() - Method in record class io.github.tkasozi.property.DefaultLoggingProperties
Returns the value of the enabled record component.
enabled() - Method in record class io.github.tkasozi.property.ExtraLoggingProperties
Returns the value of the enabled record component.
endpointsSecurityFilterChain(HttpSecurity) - Method in class io.github.tkasozi.SecurityAutoConfiguration
 
equals(Object) - Method in class io.github.tkasozi.domain.redis.CpuEventLog
Is equal.
equals(Object) - Method in class io.github.tkasozi.domain.redis.EventLog
Equal method.
equals(Object) - Method in class io.github.tkasozi.domain.redis.MemoryEventLog
 
equals(Object) - Method in record class io.github.tkasozi.property.DefaultLoggingProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.tkasozi.property.ExtraLoggingProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.tkasozi.property.MetricsProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.tkasozi.property.PackageLevelLog
Indicates whether some other object is "equal to" this one.
EventLog - Class in io.github.tkasozi.domain.redis
Event Log.
EventLog() - Constructor for class io.github.tkasozi.domain.redis.EventLog
Constructor.
EventLog(EventLog.EventLogBuilder<?>) - Constructor for class io.github.tkasozi.domain.redis.EventLog
Builder to construct from.
EventLog.EventLogBuilder<T extends EventLog.EventLogBuilder<T>> - Class in io.github.tkasozi.domain.redis
Event log builder.
EventLogAppender - Class in io.github.tkasozi.aspect
AppenderBase For saving package level logs.
EventLogAppender(EventLogRepository, Long) - Constructor for class io.github.tkasozi.aspect.EventLogAppender
Required args Constructor.
EventLogBuilder() - Constructor for class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
Constructor only sets timestamp.
eventLogRepository(RedisRepositoryFactory, KeyValueOperations) - Method in class io.github.tkasozi.RedisRepositoryAutoConfiguration
 
EventLogRepository - Interface in io.github.tkasozi.repository.redis
Persistence layer for Event logs.
eventName - Variable in class io.github.tkasozi.domain.redis.EventLog
Event name.
eventName(String) - Method in class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
set eventName.
EXCEPTION_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log exception event.
ExceptionLoggingAspect - Class in io.github.tkasozi.aspect
This class implements an aspect to log exceptions that occur in classes annotated with Controller, Service, and RestController.
ExceptionLoggingAspect(EventLogRepository, Long) - Constructor for class io.github.tkasozi.aspect.ExceptionLoggingAspect
Constructor.
exceptions() - Method in record class io.github.tkasozi.property.DefaultLoggingProperties
Returns the value of the exceptions record component.
excludeOwnMethods() - Method in class io.github.tkasozi.aspect.ExceptionLoggingAspect
Pointcut to exclude methods in this library.
ExtraLoggingAutoConfiguration - Class in io.github.tkasozi
Configures extra logging.
ExtraLoggingAutoConfiguration(ExtraLoggingProperties) - Constructor for class io.github.tkasozi.ExtraLoggingAutoConfiguration
Constructor.
ExtraLoggingProperties - Record Class in io.github.tkasozi.property
Extra logging Properties.
ExtraLoggingProperties(boolean, Long, List<PackageLevelLog>) - Constructor for record class io.github.tkasozi.property.ExtraLoggingProperties
Creates an instance of a ExtraLoggingProperties record class.

F

formattedTimeStamp - Variable in class io.github.tkasozi.domain.redis.EventLog
Formatted timestamp when the event happened.

G

getAllSortedByDate() - Method in interface io.github.tkasozi.repository.redis.LogRepository
Sorts by date.
getAllSortedByDate() - Method in class io.github.tkasozi.repository.redis.LogRepositoryImplementation
Sorts by date.
getByTimeOffset(Long) - Method in interface io.github.tkasozi.repository.redis.LogRepository
Filters out events by timeOffset.
getByTimeOffset(Long) - Method in class io.github.tkasozi.repository.redis.LogRepositoryImplementation
Filters out events by timeOffset.
getCpuUsageByTimeOffset(Long) - Method in class io.github.tkasozi.endpoint.v1.CpuPerformanceEndpoints
GET by timeOffset.
getDescription() - Method in class io.github.tkasozi.domain.redis.EventLog
Event description.
getEventName() - Method in class io.github.tkasozi.domain.redis.EventLog
Event name.
getFormattedTimeStamp() - Method in class io.github.tkasozi.domain.redis.EventLog
Formatted timestamp when the event happened.
getId() - Method in class io.github.tkasozi.domain.BaseEntity
persistence id.
getItems() - Method in class io.github.tkasozi.data.Logs
Wrapper to implement SDE.
getLoggedUserDetails() - Static method in class io.github.tkasozi.ResourceUtility
Creates a simple user detail based on the authenticated user.
getMaxMemory() - Method in class io.github.tkasozi.aspect.SystemMemoryMonitoring
 
getMaxMemoryUtilizationEvents() - Method in class io.github.tkasozi.endpoint.v1.MemoryPerformanceEndpoints
GET number size of memory in MB.
getMemoryUsageByTimeOffset(Long) - Method in class io.github.tkasozi.endpoint.v1.MemoryPerformanceEndpoints
GET by timeOffset.
getPercentUsage() - Method in class io.github.tkasozi.domain.redis.CpuEventLog
sets and get usage percentage as a String value.
getPercentUsage() - Method in class io.github.tkasozi.domain.redis.MemoryEventLog
 
getTimestamp() - Method in class io.github.tkasozi.domain.redis.EventLog
Timestamp when the event happened.
getTtl() - Method in class io.github.tkasozi.domain.redis.EventLog
Time to live.
getUserAccess() - Method in class io.github.tkasozi.data.LoggedUserDetails
The user authorities extracted from authenticated user details.
getUserAccess() - Method in class io.github.tkasozi.domain.redis.EventLog
User access for user who caused the event.
getUsername() - Method in class io.github.tkasozi.data.LoggedUserDetails
The username extracted from authenticated user details.
getUsername() - Method in class io.github.tkasozi.domain.redis.EventLog
Username for user who caused the event.
getValue() - Method in enum class io.github.tkasozi.MetricsTypeEnum
 

H

hashCode() - Method in class io.github.tkasozi.domain.redis.CpuEventLog
Hash code using default.
hashCode() - Method in class io.github.tkasozi.domain.redis.EventLog
Hash code.
hashCode() - Method in class io.github.tkasozi.domain.redis.MemoryEventLog
 
hashCode() - Method in record class io.github.tkasozi.property.DefaultLoggingProperties
Returns a hash code value for this object.
hashCode() - Method in record class io.github.tkasozi.property.ExtraLoggingProperties
Returns a hash code value for this object.
hashCode() - Method in record class io.github.tkasozi.property.MetricsProperties
Returns a hash code value for this object.
hashCode() - Method in record class io.github.tkasozi.property.PackageLevelLog
Returns a hash code value for this object.

I

id(String) - Method in class io.github.tkasozi.domain.BaseEntity.BaseEntityBuilder
id.
InformationLoggingAspect - Class in io.github.tkasozi.aspect
Implements AOP and persists logs via Repository.
InformationLoggingAspect(EventLogRepository, Long) - Constructor for class io.github.tkasozi.aspect.InformationLoggingAspect
Required args Constructor.
internalResourceViewResolver() - Method in class io.github.tkasozi.ResourceAutoConfiguration
 
io.github.tkasozi - package io.github.tkasozi
 
io.github.tkasozi.annotation - package io.github.tkasozi.annotation
 
io.github.tkasozi.aspect - package io.github.tkasozi.aspect
 
io.github.tkasozi.data - package io.github.tkasozi.data
 
io.github.tkasozi.domain - package io.github.tkasozi.domain
 
io.github.tkasozi.domain.redis - package io.github.tkasozi.domain.redis
 
io.github.tkasozi.endpoint.v1 - package io.github.tkasozi.endpoint.v1
 
io.github.tkasozi.property - package io.github.tkasozi.property
 
io.github.tkasozi.repository.redis - package io.github.tkasozi.repository.redis
 

L

level() - Method in record class io.github.tkasozi.property.PackageLevelLog
Returns the value of the level record component.
logCpuUsage() - Method in class io.github.tkasozi.aspect.SystemCPUMonitoring
Schedules an interval to poll cpu usage.
logExceptions(JoinPoint, Throwable) - Method in class io.github.tkasozi.aspect.ExceptionLoggingAspect
Handles exceptions that happen in Controller, Service, and RestController annotated classes.
logExecutionTimeMethod(ProceedingJoinPoint) - Method in class io.github.tkasozi.aspect.InformationLoggingAspect
Supports using TimeProfile on methods.
logExecutionTimeType(ProceedingJoinPoint) - Method in class io.github.tkasozi.aspect.InformationLoggingAspect
Supports using TimeProfile on classes.
LoggedUserDetails - Class in io.github.tkasozi.data
SimpleUser details attach to each log saved.
LoggedUserDetails() - Constructor for class io.github.tkasozi.data.LoggedUserDetails
 
logMemUsage() - Method in class io.github.tkasozi.aspect.SystemMemoryMonitoring
Schedules an interval to poll memory usage.
logPerformance(String, float) - Method in class io.github.tkasozi.endpoint.v1.UiPerformanceEndpoints
Takes in a param and logs perf.
LogRepository<T> - Interface in io.github.tkasozi.repository.redis
Interface for implemented repository.
LogRepositoryImplementation<T extends EventLog> - Class in io.github.tkasozi.repository.redis
Extra functionality.
LogRepositoryImplementation(KeyValueOperations, Class<T>) - Constructor for class io.github.tkasozi.repository.redis.LogRepositoryImplementation
Required args constructor.
Logs<T> - Class in io.github.tkasozi.data
List wrapper.
Logs(Iterable<T>) - Constructor for class io.github.tkasozi.data.Logs
Constructor.

M

MEMORY_UTILIZATION - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log memory utilization event.
MemoryEventLog - Class in io.github.tkasozi.domain.redis
 
MemoryEventLog() - Constructor for class io.github.tkasozi.domain.redis.MemoryEventLog
 
MemoryEventLog(MemoryEventLog.MemoryUtilizationBuilder) - Constructor for class io.github.tkasozi.domain.redis.MemoryEventLog
 
MemoryEventLog(String) - Constructor for class io.github.tkasozi.domain.redis.MemoryEventLog
 
MemoryEventLog.MemoryUtilizationBuilder - Class in io.github.tkasozi.domain.redis
 
memoryEventRepository(RedisRepositoryFactory, KeyValueOperations) - Method in class io.github.tkasozi.RedisRepositoryAutoConfiguration
 
MemoryEventRepository - Interface in io.github.tkasozi.repository.redis
Persistence layer for Memory Event logs.
memoryPerformanceEndpoints(MemoryEventRepository, SystemMemoryMonitoring) - Method in class io.github.tkasozi.MetricsEndpointAutoConfiguration
 
MemoryPerformanceEndpoints - Class in io.github.tkasozi.endpoint.v1
Handles requests for memory performance metrics.
MemoryPerformanceEndpoints(MemoryEventRepository, SystemMemoryMonitoring) - Constructor for class io.github.tkasozi.endpoint.v1.MemoryPerformanceEndpoints
 
MemoryUtilizationBuilder() - Constructor for class io.github.tkasozi.domain.redis.MemoryEventLog.MemoryUtilizationBuilder
 
MetricsEndpointAutoConfiguration - Class in io.github.tkasozi
 
MetricsEndpointAutoConfiguration() - Constructor for class io.github.tkasozi.MetricsEndpointAutoConfiguration
 
MetricsEndpoints - Class in io.github.tkasozi.endpoint.v1
Handles requests for user generated event.
MetricsEndpoints(EventLogRepository) - Constructor for class io.github.tkasozi.endpoint.v1.MetricsEndpoints
 
MetricsProperties - Record Class in io.github.tkasozi.property
 
MetricsProperties(String, String) - Constructor for record class io.github.tkasozi.property.MetricsProperties
Creates an instance of a MetricsProperties record class.
MetricsTypeEnum - Enum Class in io.github.tkasozi
Types of events supported.
monitoringCpuAspect(CpuEventLogRepository) - Method in class io.github.tkasozi.ExtraLoggingAutoConfiguration
Creates bean for SystemCPUMonitoring.
monitoringMemAspect(MemoryEventRepository) - Method in class io.github.tkasozi.ExtraLoggingAutoConfiguration
Creates bean for SystemMemoryMonitoring.

N

name() - Method in record class io.github.tkasozi.property.PackageLevelLog
Returns the value of the name record component.

O

OBSERVER_V_1_UI_PERFORMANCE - Static variable in class io.github.tkasozi.ResourceUtility
Special access observer endpoint to allow non admin authenticated user to have their events tracked.

P

PackageLevelLog - Record Class in io.github.tkasozi.property
 
PackageLevelLog(String, String) - Constructor for record class io.github.tkasozi.property.PackageLevelLog
Creates an instance of a PackageLevelLog record class.
packages() - Method in record class io.github.tkasozi.property.ExtraLoggingProperties
Returns the value of the packages record component.
percentUsage(String) - Method in class io.github.tkasozi.domain.redis.CpuEventLog.CPUUtilizationBuilder
set usage.
percentUsage(String) - Method in class io.github.tkasozi.domain.redis.MemoryEventLog.MemoryUtilizationBuilder
 
PERFORMANCE_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log performance event.
propertyConverter() - Method in class io.github.tkasozi.DefaultAutoConfiguration
Creates bean of type PropertyConverter which converts Strings to PackageLevelLog.
PropertyConverter - Class in io.github.tkasozi
 
PropertyConverter() - Constructor for class io.github.tkasozi.PropertyConverter
 

R

redisLogRedisTemplate(RedisConnectionFactory) - Method in class io.github.tkasozi.RedisRepositoryAutoConfiguration
 
RedisRepositoryAutoConfiguration - Class in io.github.tkasozi
 
RedisRepositoryAutoConfiguration() - Constructor for class io.github.tkasozi.RedisRepositoryAutoConfiguration
 
redisRepositoryFactory(RedisKeyValueAdapter, RedisMappingContext) - Method in class io.github.tkasozi.RedisRepositoryAutoConfiguration
 
ResourceAutoConfiguration - Class in io.github.tkasozi
 
ResourceAutoConfiguration(String) - Constructor for class io.github.tkasozi.ResourceAutoConfiguration
 
resourceSecurityFilterChain(HttpSecurity) - Method in class io.github.tkasozi.SecurityAutoConfiguration
 
ResourceUtility - Class in io.github.tkasozi
 

S

SecurityAutoConfiguration - Class in io.github.tkasozi
 
SecurityAutoConfiguration(MetricsProperties) - Constructor for class io.github.tkasozi.SecurityAutoConfiguration
 
setId(String) - Method in class io.github.tkasozi.domain.BaseEntity
set id.
setPercentUsage(String) - Method in class io.github.tkasozi.domain.redis.CpuEventLog
sets and get usage percentage as a String value.
setPercentUsage(String) - Method in class io.github.tkasozi.domain.redis.MemoryEventLog
 
setUserAccess(String) - Method in class io.github.tkasozi.data.LoggedUserDetails
The user authorities extracted from authenticated user details.
setUsername(String) - Method in class io.github.tkasozi.data.LoggedUserDetails
The username extracted from authenticated user details.
STATIC_RESOURCE_LOCATION - Static variable in class io.github.tkasozi.ResourceUtility
The UI assets are stored in this location.
SUCCESSFUL_AUTHORIZATION_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log a successful authorization event.
SUCCESSFUL_RESULT_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
Use this event to signal a successful event happened.
SystemCPUMonitoring - Class in io.github.tkasozi.aspect
* Configures polling for cpu usage.
SystemCPUMonitoring(CpuEventLogRepository, Long) - Constructor for class io.github.tkasozi.aspect.SystemCPUMonitoring
Constructor.
SystemMemoryMonitoring - Class in io.github.tkasozi.aspect
Configures polling for system memory.
SystemMemoryMonitoring(MemoryEventRepository, Long) - Constructor for class io.github.tkasozi.aspect.SystemMemoryMonitoring
Constructor.

T

TIME_PROFILE_PREFIX - Static variable in class io.github.tkasozi.ResourceUtility
Prefix to be use in logs.
TimeProfile - Annotation Interface in io.github.tkasozi.annotation
Annotation is used to mark methods that trigger logging how long the method took to execute.
timestamp - Variable in class io.github.tkasozi.domain.redis.EventLog
Timestamp when the event happened.
toString() - Method in record class io.github.tkasozi.property.DefaultLoggingProperties
Returns a string representation of this record class.
toString() - Method in record class io.github.tkasozi.property.ExtraLoggingProperties
Returns a string representation of this record class.
toString() - Method in record class io.github.tkasozi.property.MetricsProperties
Returns a string representation of this record class.
toString() - Method in record class io.github.tkasozi.property.PackageLevelLog
Returns a string representation of this record class.
ttl - Variable in class io.github.tkasozi.domain.redis.EventLog
Time to live.
ttl() - Method in record class io.github.tkasozi.property.DefaultLoggingProperties
Returns the value of the ttl record component.
ttl() - Method in record class io.github.tkasozi.property.ExtraLoggingProperties
Returns the value of the ttl record component.
ttl(Long) - Method in class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
set Time to live.

U

uiPerformanceEndpoints(EventLogRepository) - Method in class io.github.tkasozi.MetricsEndpointAutoConfiguration
 
UiPerformanceEndpoints - Class in io.github.tkasozi.endpoint.v1
Handles requests for UI performance metrics.
UiPerformanceEndpoints(EventLogRepository) - Constructor for class io.github.tkasozi.endpoint.v1.UiPerformanceEndpoints
 
UNSUCCESSFUL_AUTHORIZATION_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log unauthorized user access event.
UNSUCCESSFUL_RESULT_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used to log unsuccessful request event.
userAccess - Variable in class io.github.tkasozi.domain.redis.EventLog
User access for user who caused the event.
userAccess(String) - Method in class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
set userAccess.
userMetricsEndpoint(EventLogRepository) - Method in class io.github.tkasozi.MetricsEndpointAutoConfiguration
 
username - Variable in class io.github.tkasozi.domain.redis.EventLog
Username for user who caused the event.
username(String) - Method in class io.github.tkasozi.domain.redis.EventLog.EventLogBuilder
set username.
UTILITY_LOGGING_EVENT - Enum constant in enum class io.github.tkasozi.MetricsTypeEnum
This event is used for internal logging event.

V

V1_API_PATTERN - Static variable in class io.github.tkasozi.ResourceUtility
All the rest endpoints in v1 will be prepended by this pattern.
value() - Element in annotation interface io.github.tkasozi.annotation.TimeProfile
This is the name that will show up as the type of the log on the UI Default value is TIME_PROFILE.
valueOf(String) - Static method in enum class io.github.tkasozi.MetricsTypeEnum
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.tkasozi.MetricsTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form