object UserAwareRequest
- Alphabetic
- By Inheritance
- UserAwareRequest
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[E <: Env, B](identity: Option[UserAwareRequest.apply.E.I], authenticator: Option[UserAwareRequest.apply.E.A], request: Request[B]): UserAwareRequest[E, B]
A request that adds maybe the identity and maybe the authenticator for the current call.
A request that adds maybe the identity and maybe the authenticator for the current call.
- E
The type of the environment.
- B
The type of the request body.
- identity
Some identity implementation if authentication was successful, None otherwise.
- authenticator
Some authenticator implementation if authentication was successful, None otherwise.
- request
The current request.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unapply[E <: Env, B](userAwareRequest: UserAwareRequest[E, B]): Option[(Option[UserAwareRequest.unapply.E.I], Option[UserAwareRequest.unapply.E.A], Request[B])]
Unapply method for user aware request.
Unapply method for user aware request.
- E
The type of the environment.
- B
The type of the request body.
- userAwareRequest
the user aware request.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()