Class

com.ubirch.util.oidc.directive

OidcDirective

Related Doc: package directive

Permalink

class OidcDirective extends ResponseUtil with StrictLogging with ConfigBase

author: cvandrei since: 2017-03-17

Linear Supertypes
ConfigBase, StrictLogging, Logging, ResponseUtil, MyJsonProtocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OidcDirective
  2. ConfigBase
  3. StrictLogging
  4. Logging
  5. ResponseUtil
  6. MyJsonProtocol
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OidcDirective()(implicit system: ActorSystem, httpClient: HttpExt, materializer: Materializer)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bearerToken: Directive1[Option[String]]

    Permalink
  6. def booleanWithDefault(key: String, default: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  9. def environmentId(): String

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def intWithDefault(key: String, default: Int): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. implicit def json4sJacksonFormats: Formats

    Permalink
    Definition Classes
    MyJsonProtocol
  18. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging → Logging
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val oidcToken2UserContext: Directive1[UserContext]

    Permalink
  23. def requestErrorResponse(responseObject: AnyRef, status: StatusCode): HttpResponse

    Permalink
    Definition Classes
    ResponseUtil
  24. def requestErrorResponse(errorType: String, errorMessage: String): HttpResponse

    Permalink
    Definition Classes
    ResponseUtil
  25. def response(message: String): HttpResponse

    Permalink
    Definition Classes
    ResponseUtil
  26. def response(responseObject: AnyRef, status: StatusCode): HttpResponse

    Permalink
    Definition Classes
    ResponseUtil
  27. implicit val serialization: Serialization.type

    Permalink
    Definition Classes
    MyJsonProtocol
  28. def serverErrorResponse(responseObject: AnyRef, status: StatusCode): HttpResponse

    Permalink
    Definition Classes
    ResponseUtil
  29. def serverErrorResponse(errorType: String, errorMessage: String): HttpResponse

    Permalink
    Definition Classes
    ResponseUtil
  30. def stringWithDefault(key: String, default: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. val ubirchToken: Directive1[Option[String]]

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfigBase

Inherited from StrictLogging

Inherited from Logging

Inherited from ResponseUtil

Inherited from MyJsonProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped