Packages

t

com.iheart.thomas.http4s.auth

AuthedEndpointsUtils

trait AuthedEndpointsUtils[F[_], Auth] extends AnyRef

Self Type
AuthedEndpointsUtils[F, Auth] with Http4sDsl[F]
Source
AuthedEndpointsUtils.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthedEndpointsUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AuthEndpoint = PartialFunction[SecuredRequest[F, User, Token[Auth]], F[Response[F]]]
  2. type AuthService = Kleisli[[β$3$]OptionT[F, β$3$], SecuredRequest[F, User, Token[Auth]], Response[F]]
  3. type Authenticator = tsec.authentication.Authenticator[F, Username, User, Token[Auth]]

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. implicit def authorizationInfoForUserRole(implicit F: Applicative[F]): AuthorizationInfo[F, Role, User]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  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. def liftService(service: (AuthedEndpointsUtils.this)#AuthService)(implicit authenticator: (AuthedEndpointsUtils.this)#Authenticator, reverseRoutes: ReverseRoutes, F: Monad[F]): HttpRoutes[F]
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def redirectTo(location: String)(implicit F: Applicative[F]): F[Response[F]]
  17. def redirectTo(uri: Uri)(implicit F: Applicative[F]): F[Response[F]]
  18. def roleBasedService(roles: Seq[Role])(pf: (AuthedEndpointsUtils.this)#AuthEndpoint)(implicit F: MonadThrow[F], reverseRoutes: ReverseRoutes): (AuthedEndpointsUtils.this)#AuthService
  19. def roleBasedService(authGroup: AuthGroup[Role])(pf: (AuthedEndpointsUtils.this)#AuthEndpoint)(implicit F: MonadThrow[F], reverseRoutes: ReverseRoutes): (AuthedEndpointsUtils.this)#AuthService
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped