Package io.github.tkasozi
Class ResourceUtility
java.lang.Object
io.github.tkasozi.ResourceUtility
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
This is the default view or the html file generated from the ui.static final String
Special access observer endpoint to allow non admin authenticated user to have their events tracked.static final String
The UI assets are stored in this location.static final String
Prefix to be use in logs.static final String
All the rest endpoints in v1 will be prepended by this pattern. -
Method Summary
Modifier and TypeMethodDescriptionstatic LoggedUserDetails
Creates a simple user detail based on the authenticated user.
-
Field Details
-
DEFAULT_VIEW
This is the default view or the html file generated from the ui.- See Also:
-
STATIC_RESOURCE_LOCATION
The UI assets are stored in this location.- See Also:
-
V1_API_PATTERN
All the rest endpoints in v1 will be prepended by this pattern.- See Also:
-
TIME_PROFILE_PREFIX
Prefix to be use in logs.- See Also:
-
OBSERVER_V_1_UI_PERFORMANCE
Special access observer endpoint to allow non admin authenticated user to have their events tracked.- See Also:
-
-
Method Details
-
getLoggedUserDetails
Creates a simple user detail based on the authenticated user.- Returns:
- Simple user detail.
-