pro.savant.circumflex.security

Auth

trait Auth[U <: Principal] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Auth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def anonymous: U

  2. abstract def defaultReturnLocation: String

  3. abstract def loginUrl: String

  4. abstract def lookup(principalId: String): Option[U]

  5. abstract def secureDomain: String

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val KEY: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def authError(message: String): Nothing

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def createSsoUrl(url: String, principal: U = this.principal, timeout: Long = 60000l): String

  11. def doRememberMeAuth(): Unit

  12. def doSessionAuth(): Unit

  13. def dropRememberMeCookie(): Unit

  14. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  18. def getSsoJsResponse: String

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def isEmpty: Boolean

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isSecure: Boolean

  23. def login(principal: U, rememberMe: Boolean): Unit

  24. def logout(): Unit

  25. def mkToken(principal: U, nonce: String): String

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def parseToken(token: String): Option[U]

  30. def principal: U

  31. def principalOption: Option[U]

  32. def principalOrAnonymous: U

  33. def redirectUnauthenticated(originalUrl: String): Nothing

    Attributes
    protected
  34. def require(): Unit

  35. def returnLocation: String

  36. def returnLocationOption: Option[String]

  37. def secureOrigin: String

  38. def secureScheme: String

  39. def set(principal: U): Unit

  40. def setRememberMeCookie(): Unit

  41. def setSessionAuth(principal: U, ssoId: String): Unit

  42. def ssoManager: SsoManager

  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    AnyRef → Any
  45. def trySsoLogin(): Unit

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped