Package lumis.portal.user
Interface IUserConfigInitializer
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IUserConfigInitializer
UserConfig
initializer.- Since:
- 12.0.0
- Version:
- $Revision: 23745 $ $Date: 2020-04-07 20:09:15 -0300 (Tue, 07 Apr 2020) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(Long visitorId, String friendlyId, UserProperties untrustedProperties, UserProperties trustedProperties)
Initializes theUserConfig
this initializer is responsible for.
-
-
-
Method Detail
-
init
void init(Long visitorId, String friendlyId, UserProperties untrustedProperties, UserProperties trustedProperties)
Initializes theUserConfig
this initializer is responsible for.- Parameters:
visitorId
- the visitor identifier.friendlyId
- the friendly identifier.untrustedProperties
- the untrusted properties.trustedProperties
- the trusted properties.- Since:
- 12.3.0
-
-