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)

Functions

Link copied to clipboard
open suspend override fun parseToFederatedId(qualifiedID: <Error class: unknown class>): String
open suspend override fun parseToFederatedId(qualifiedStringID: String): String