Class AbstractUserProvider
java.lang.Object
io.fluxcapacitor.javaclient.tracking.handling.authentication.AbstractUserProvider
- All Implemented Interfaces:
UserProvider
-
Field Summary
Fields inherited from interface io.fluxcapacitor.javaclient.tracking.handling.authentication.UserProvider
defaultUserSupplier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToMetadata(Metadata metadata, User user) booleancontainsUser(Metadata metadata) fromMetadata(Metadata metadata) removeFromMetadata(Metadata metadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.authentication.UserProvider
getActiveUser, getSystemUser
-
Constructor Details
-
AbstractUserProvider
-
-
Method Details
-
fromMetadata
- Specified by:
fromMetadatain interfaceUserProvider
-
containsUser
- Specified by:
containsUserin interfaceUserProvider
-
removeFromMetadata
- Specified by:
removeFromMetadatain interfaceUserProvider
-
addToMetadata
- Specified by:
addToMetadatain interfaceUserProvider
-