Packages

o

com.digitalasset.canton.platform.store.backend.localstore

IdentityProviderStorageBackendImpl

object IdentityProviderStorageBackendImpl extends IdentityProviderStorageBackend

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdentityProviderStorageBackendImpl
  2. IdentityProviderStorageBackend
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def countIdentityProviderConfigs()(connection: Connection): Int
  7. def createIdentityProviderConfig(identityProviderConfig: IdentityProviderConfig)(connection: Connection): Unit
  8. def deleteIdentityProviderConfig(id: Id)(connection: Connection): Boolean
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def getIdentityProviderConfig(id: Id)(connection: Connection): Option[IdentityProviderConfig]
  13. def getIdentityProviderConfigByIssuer(issuer: String)(connection: Connection): Option[IdentityProviderConfig]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def identityProviderConfigByIssuerExists(ignoreId: Id, issuer: String)(connection: Connection): Boolean
  16. def idpConfigByIdExists(id: Id)(connection: Connection): Boolean
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def listIdentityProviderConfigs()(connection: Connection): Vector[IdentityProviderConfig]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def updateAudience(id: Id, audience: Option[String])(connection: Connection): Boolean
  25. def updateIsDeactivated(id: Id, isDeactivated: Boolean)(connection: Connection): Boolean
  26. def updateIssuer(id: Id, newIssuer: String)(connection: Connection): Boolean
  27. def updateJwksUrl(id: Id, jwksUrl: JwksUrl)(connection: Connection): Boolean
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped