Object

com.lookout.borderpatrol.auth.keymaster

Keymaster

Related Doc: package keymaster

Permalink

object Keymaster

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

Type Members

  1. case class KeymasterAccessIssuer(binder: MBinder[Manager], store: SessionStore)(implicit statsReceiver: StatsReceiver) extends Service[AccessRequest[Tokens], AccessResponse[ServiceToken]] with AccessIssuer[Tokens, ServiceToken] with Product with Serializable

    Permalink

    The access issuer will use the MasterToken to gain access to service tokens

    The access issuer will use the MasterToken to gain access to service tokens

    binder

    It binds to the Keymaster Access Issuer using info in AccessManager

    store

    Session store

  2. case class KeymasterAccessReq(identity: Id[Tokens], customerId: CustomerIdentifier, serviceId: ServiceIdentifier, sessionId: SignedId) extends AccessRequest[Tokens] with Product with Serializable

    Permalink
  3. case class KeymasterAccessRes(access: Access[ServiceToken]) extends AccessResponse[ServiceToken] with Product with Serializable

    Permalink
  4. case class KeymasterIdentifyReq(req: Request, customerId: CustomerIdentifier, serviceId: ServiceIdentifier, sessionId: SignedId, credential: Credential) extends IdentifyRequest[Credential] with Product with Serializable

    Permalink
  5. case class KeymasterIdentifyRes(tokens: Tokens) extends IdentifyResponse[Tokens] with Product with Serializable

    Permalink
  6. case class KeymasterIdentityProvider(binder: MBinder[Manager])(implicit statsReceiver: StatsReceiver) extends Service[IdentifyRequest[Credential], IdentifyResponse[Tokens]] with IdentityProvider[Credential, Tokens] with Product with Serializable

    Permalink

    The identity provider for Keymaster, will connect to the remote keymaster server to authenticate and get an identity (master token)

    The identity provider for Keymaster, will connect to the remote keymaster server to authenticate and get an identity (master token)

    binder

    Binder that binds to Keymaster identity service passed in the IdentityManager

  7. case class KeymasterPostLoginFilter(store: SessionStore)(implicit secretStoreApi: SecretStoreApi, statsReceiver: StatsReceiver) extends Filter[KeymasterIdentifyReq, Response, IdentifyRequest[Credential], IdentifyResponse[Tokens]] with Product with Serializable

    Permalink

    Handles logins to the KeymasterIdentityProvider: - saves the Tokens after a successful login - sends the User to their original request location from before they logged in or the default location based on their service

  8. case class KeymasterTransformFilter(oAuth2CodeVerify: OAuth2CodeVerify)(implicit statsReceiver: StatsReceiver) extends Filter[BorderRequest, Response, KeymasterIdentifyReq, Response] with Product with Serializable

    Permalink

    Handles Keymaster transforms for internal and OAuth2

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object KeymasterIdentifyReq extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def keymasterAccessIssuerChain(store: SessionStore)(implicit secretStoreApi: SecretStoreApi, statsReceiver: StatsReceiver): Service[BorderRequest, Response]

    Permalink

    Keymaster Access Issuer service Chain

  14. def keymasterIdentityProviderChain(store: SessionStore)(implicit secretStoreApi: SecretStoreApi, statsReceiver: StatsReceiver): Service[BorderRequest, Response]

    Permalink

    Keymaster Identity provider service Chain

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

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped