Uses of Interface
com.fayupable.logged.core.port.IClientInfoPort
Packages that use IClientInfoPort
Package
Description
-
Uses of IClientInfoPort in com.fayupable.logged.core.port
Classes in com.fayupable.logged.core.port that implement IClientInfoPortModifier and TypeClassDescriptionfinal classA no-opIClientInfoPortthat always reports the caller as unknown. -
Uses of IClientInfoPort in com.fayupable.logged.spring.aspect
Constructors in com.fayupable.logged.spring.aspect with parameters of type IClientInfoPortModifierConstructorDescriptionLoggedAspect(InvocationEventEmitter eventEmitter, MetricsRecorder metricsRecorder, IClientInfoPort clientInfoPort) -
Uses of IClientInfoPort in com.fayupable.logged.spring.config
Methods in com.fayupable.logged.spring.config that return IClientInfoPortModifier and TypeMethodDescriptionLoggedAutoConfiguration.httpRequestClientInfoAdapter(LoggedProperties properties) LoggedAutoConfiguration.noOpClientInfoPort()LoggedAutoConfiguration.springSecurityClientInfoAdapter(LoggedProperties properties) Methods in com.fayupable.logged.spring.config with parameters of type IClientInfoPortModifier and TypeMethodDescriptionLoggedAutoConfiguration.loggedAspect(InvocationEventEmitter eventEmitter, MetricsRecorder metricsRecorder, IClientInfoPort clientInfoPort) -
Uses of IClientInfoPort in com.fayupable.logged.spring.security
Classes in com.fayupable.logged.spring.security that implement IClientInfoPortModifier and TypeClassDescriptionclassIClientInfoPortimplementation that resolves the caller purely from the current HTTP request's client IP address, viaRequestClientIpResolver.classIClientInfoPortimplementation that resolves the caller as the authenticated Spring Security principal when one is present, falling back toRequestClientIpResolverotherwise.