Class NoOpUserProvider
java.lang.Object
io.fluxcapacitor.javaclient.tracking.handling.authentication.NoOpUserProvider
- 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) fromMessage(HasMessage message) 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
-
Constructor Details
-
NoOpUserProvider
public NoOpUserProvider()
-
-
Method Details
-
getSystemUser
- Specified by:
getSystemUserin interfaceUserProvider
-
fromMessage
- Specified by:
fromMessagein interfaceUserProvider
-
containsUser
- Specified by:
containsUserin interfaceUserProvider
-
removeFromMetadata
- Specified by:
removeFromMetadatain interfaceUserProvider
-
addToMetadata
- Specified by:
addToMetadatain interfaceUserProvider
-