Packages

sealed abstract class Authentication extends AnyRef

Use sealed for closed class hierarchies. abstract class instead of trait for visibility inside companion object from Java.

Source
settings.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Authentication
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected