Uses of Interface
me.nickhanson.codeforge.config.PropertiesLoader
Packages that use PropertiesLoader
Package
Description
-
Uses of PropertiesLoader in me.nickhanson.codeforge.config
Classes in me.nickhanson.codeforge.config that implement PropertiesLoaderModifier and TypeClassDescriptionclassLoads local configuration properties from a file. -
Uses of PropertiesLoader in me.nickhanson.codeforge.controller
Classes in me.nickhanson.codeforge.controller that implement PropertiesLoaderModifier and TypeClassDescriptionclassServlet handling the OAuth2 authentication flow with AWS Cognito.classServlet that handles routing users to the AWS Cognito hosted login page.classHandles user logout by invalidating the local session and redirecting to Cognito logout.classServletContextListener that loads Cognito properties at application startup and makes them available as a servlet context attribute. -
Uses of PropertiesLoader in me.nickhanson.codeforge.service
Classes in me.nickhanson.codeforge.service that implement PropertiesLoaderModifier and TypeClassDescriptionclassService to fetch random programming quotes from an external API.