Package

com.lookout.borderpatrol

auth

Permalink

package auth

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. auth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. package keymaster

    Permalink

    This provides the specification contracts for Keymaster auth.

    This provides the specification contracts for Keymaster auth.

    The composition of these filters should work, e.g.:

    val bpFilter = CustomerIdFilter andThen SessionIdFilter val loginFilters = bpFilter andThen ... val authFilters = bpFilter andThen IdentityFilter(???) andThen AccessFilter(???)

  2. def wrapFuture[A](f: () ⇒ A, onFailure: (String) ⇒ Throwable): Future[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped