com
.
mohiva
.
play
.
silhouette
.
test
FakeBearerTokenAuthenticatorService
Related Doc:
package test
case class
FakeBearerTokenAuthenticatorService
()
extends
BearerTokenAuthenticatorService
with
Product
with
Serializable
A fake bearer token authenticator service.
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
BearerTokenAuthenticatorService
,
Logger
,
AuthenticatorService
[
BearerTokenAuthenticator
],
ExecutionContextProvider
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
FakeBearerTokenAuthenticatorService
Serializable
Serializable
Product
Equals
BearerTokenAuthenticatorService
Logger
AuthenticatorService
ExecutionContextProvider
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
FakeBearerTokenAuthenticatorService
()
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
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
create
(
loginInfo:
LoginInfo
)
(
implicit
request:
RequestHeader
)
:
Future
[
BearerTokenAuthenticator
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
def
discard
(
authenticator:
BearerTokenAuthenticator
,
result:
Result
)
(
implicit
request:
RequestHeader
)
:
Future
[
AuthenticatorResult
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
def
embed
(
token:
String
,
request:
RequestHeader
)
:
RequestHeader
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
def
embed
(
token:
String
,
result:
Result
)
(
implicit
request:
RequestHeader
)
:
Future
[
AuthenticatorResult
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
implicit
val
executionContext
:
ExecutionContext
Definition Classes
BearerTokenAuthenticatorService → ExecutionContextProvider
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
init
(
authenticator:
BearerTokenAuthenticator
)
(
implicit
request:
RequestHeader
)
:
Future
[
String
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
logger
:
Logger
Definition Classes
Logger
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
renew
(
authenticator:
BearerTokenAuthenticator
,
result:
Result
)
(
implicit
request:
RequestHeader
)
:
Future
[
AuthenticatorResult
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
def
renew
(
authenticator:
BearerTokenAuthenticator
)
(
implicit
request:
RequestHeader
)
:
Future
[
String
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
def
retrieve
[
B
]
(
implicit
request:
ExtractableRequest
[
B
]
)
:
Future
[
Option
[
BearerTokenAuthenticator
]]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
touch
(
authenticator:
BearerTokenAuthenticator
)
:
Either
[
BearerTokenAuthenticator
,
BearerTokenAuthenticator
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
def
update
(
authenticator:
BearerTokenAuthenticator
,
result:
Result
)
(
implicit
request:
RequestHeader
)
:
Future
[
AuthenticatorResult
]
Definition Classes
BearerTokenAuthenticatorService → AuthenticatorService
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
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
BearerTokenAuthenticatorService
Inherited from
Logger
Inherited from
AuthenticatorService
[
BearerTokenAuthenticator
]
Inherited from
ExecutionContextProvider
Inherited from
AnyRef
Inherited from
Any
Ungrouped
A fake bearer token authenticator service.