Class Overview
This defines a default implementation for Facebook login provider. It uses the standard authentication to setup
the I-Server session.
Summary
|
[Expand]
Inherited Methods |
From class
com.microstrategy.web.app.AbstractWebLoginProvider
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Public Constructors
public
DefaultFacebookLoginProvider
()
Public Methods
Setup the I-Server session.
Parameters
| session |
the session to be created |
| reqKeys |
request keys from client |
| cs |
container services |