trait OpenIDService extends AnyRef
The OpenID service trait.
- Alphabetic
- By Inheritance
- OpenIDService
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
type
Self <: OpenIDService
The type of the concrete implementation of this abstract type.
Abstract Value Members
-
abstract
def
redirectURL(openID: String, resolvedCallbackURL: String)(implicit ec: ExecutionContext): Future[String]
Retrieve the URL where the user should be redirected to start the OpenID authentication process.
Retrieve the URL where the user should be redirected to start the OpenID authentication process.
- openID
The OpenID to use for authentication.
- resolvedCallbackURL
The full callback URL to the application after a successful authentication.
- ec
The execution context to handle the asynchronous operations.
- returns
The redirect URL where the user should be redirected to start the OpenID authentication process.
-
abstract
def
verifiedID[B](implicit request: Request[B], ec: ExecutionContext): Future[OpenIDInfo]
From a request corresponding to the callback from the OpenID server, check the identity of the current user.
From a request corresponding to the callback from the OpenID server, check the identity of the current user.
- B
The type of the request body.
- request
The current request.
- ec
The execution context to handle the asynchronous operations.
- returns
A OpenIDInfo in case of success, Exception otherwise.
-
abstract
def
withSettings(f: (OpenIDSettings) ⇒ OpenIDSettings): Self
Gets a service initialized with a new settings object.
Gets a service initialized with a new settings object.
- f
A function which gets the settings passed and returns different settings.
- returns
An instance of the service initialized with new settings.
Concrete 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[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
-
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()