Packages

o

caliban.client.github.Client

EnterpriseIdentityProvider

object EnterpriseIdentityProvider

Source
Client.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnterpriseIdentityProvider
  2. AnyRef
  3. 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()
  6. def digestMethod: SelectionBuilder[EnterpriseIdentityProvider, Option[SamlDigestAlgorithm]]

    The digest algorithm used to sign SAML requests for the identity provider.

  7. def enterprise[A](innerSelection: SelectionBuilder[Enterprise, A]): SelectionBuilder[EnterpriseIdentityProvider, Option[A]]

    The enterprise this identity provider belongs to.

  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def externalIdentities[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ExternalIdentityConnection, A]): SelectionBuilder[EnterpriseIdentityProvider, A]

    ExternalIdentities provisioned by this identity provider.

  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def id: SelectionBuilder[EnterpriseIdentityProvider, String]
  15. def idpCertificate: SelectionBuilder[EnterpriseIdentityProvider, Option[X509Certificate]]

    The x509 certificate used by the identity provider to sign assertions and responses.

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def issuer: SelectionBuilder[EnterpriseIdentityProvider, Option[String]]

    The Issuer Entity ID for the SAML identity provider.

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def recoveryCodes: SelectionBuilder[EnterpriseIdentityProvider, Option[List[String]]]

    Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable.

  22. def signatureMethod: SelectionBuilder[EnterpriseIdentityProvider, Option[SamlSignatureAlgorithm]]

    The signature algorithm used to sign SAML requests for the identity provider.

  23. def ssoUrl: SelectionBuilder[EnterpriseIdentityProvider, Option[URI]]

    The URL endpoint for the identity provider's SAML SSO.

  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped