Packages

c

io.unsecurity

AbstractUnsecurity

abstract class AbstractUnsecurity[F[_], U] extends AnyRef

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

Instance Constructors

  1. new AbstractUnsecurity()(implicit arg0: Sync[F])

Type Members

  1. trait Completable[C, W] extends AnyRef
  2. trait Complete extends AnyRef
  3. case class Endpoint[P <: HList, R, W](description: String = "", method: Method, path: HLinx[P], accepts: EntityDecoder[F, R], produces: (W) ⇒ ResponseDirective[F]) extends Product with Serializable
  4. type PathMatcher[A] = PartialFunction[String, Directive[F, A]]
  5. trait Secured[C, W] extends AnyRef

Abstract Value Members

  1. abstract def log: Logger
  2. abstract def secure[P <: HList, R, W, TUP, TUP2](endpoint: Endpoint[P, R, W])(implicit revTup: Aux[P, TUP], transformParams: Aux[TUP, (R, U), TUP2]): Secured[TUP2, W]
  3. abstract def unsecure[P <: HList, R, W, TUP, TUP2](endpoint: Endpoint[P, R, W])(implicit revTup: Aux[P, TUP], transformParams: Aux[TUP, (R), TUP2]): Completable[TUP2, W]

Concrete 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 Server(port: Int, host: String, httpExecutionContext: ExecutionContext)(implicit C: ConcurrentEffect[F], T: Timer[F]): Server[F]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object Accepts
  21. object Endpoint extends Serializable
  22. object Produces

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped