c

otoroshi.controllers

ReverseBackOfficeController

class ReverseBackOfficeController extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReverseBackOfficeController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReverseBackOfficeController(_prefix: ⇒ String)

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. def _defaultPrefix: String
  5. def alertEvents(): Call
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def auditEvents(): Call
  8. def caCert(): Call
  9. def caSignedCert(): Call
  10. def caSignedClientCert(): Call
  11. def certificateData(): Call
  12. def certificateIsValid(): Call
  13. def changeLogLevel(name: String, newLevel: Option[String]): Call
  14. def checkExistingLdapConnection(id: String): Call
  15. def checkLdapConnection(): Call
  16. def cleverApps(): Call
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. def createCertificate(): Call
  19. def createCsr(): Call
  20. def createLetsEncryptCertificate(): Call
  21. def dashboard(): Call
  22. def dashboardRoutes(ui: String): Call
  23. def documentationFrame(lineId: String, serviceId: String): Call
  24. def documentationFrameDescriptor(lineId: String, serviceId: String): Call
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def error(message: Option[String]): Call
  28. def fetchApikeysForGroupAndService(serviceId: String): Call
  29. def fetchBodiesFor(serviceId: String, requestId: String): Call
  30. def fetchGroupsAndServices(): Call
  31. def fetchOpenIdConfiguration(): Call
  32. def fetchSAMLConfiguration(): Call
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def getAllLoggers(): Call
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def getEnv(): Call
  37. def getLogLevel(name: String): Call
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. def importP12File(): Call
  40. def index(): Call
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def mostCalledServices(): Call
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. def panicMode(): Call
  47. def proxyAdminApi(path: String): Call
  48. def renew(id: String): Call
  49. def resetCircuitBreakers(id: String): Call
  50. def robotTxt(): Call
  51. def searchServicesApi(): Call
  52. def selfSignedCert(): Call
  53. def selfSignedClientCert(): Call
  54. def servicesMap(): Call
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def version(): Call
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped