Package ubic.gemma.rest.analytics.ga4
Class AuthenticationBasedUserIdRetrievalStrategy
java.lang.Object
ubic.gemma.rest.analytics.ga4.AuthenticationBasedUserIdRetrievalStrategy
- All Implemented Interfaces:
UserIdRetrievalStrategy
public class AuthenticationBasedUserIdRetrievalStrategy
extends Object
implements UserIdRetrievalStrategy
Strategy for the user ID that uses the authentication object from the
SecurityContextHolder
.- Author:
- poirigui
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationBasedUserIdRetrievalStrategy
(org.springframework.security.authentication.AuthenticationTrustResolver authenticationTrustResolver) -
Method Summary
-
Constructor Details
-
AuthenticationBasedUserIdRetrievalStrategy
public AuthenticationBasedUserIdRetrievalStrategy(org.springframework.security.authentication.AuthenticationTrustResolver authenticationTrustResolver)
-
-
Method Details
-
get
- Specified by:
get
in interfaceUserIdRetrievalStrategy
-