FederatedIdMapperImpl
class FederatedIdMapperImpl(selfUserId: <Error class: unknown class>, qualifiedIdMapper: QualifiedIdMapper, sessionRepository: SessionRepository) : FederatedIdMapper
Mapper that enables parsing QualifiedID into a String having in consideration federation.
In detail, if isFederationEnabled is true then the full qualified form will be used otherwise the plain value will be used
Constructors
Link copied to clipboard
internal constructor(selfUserId: <Error class: unknown class>, qualifiedIdMapper: QualifiedIdMapper, sessionRepository: SessionRepository)