public abstract class FirebaseAuthenticationStrategy
extends java.lang.Object
implements com.firebase.client.Firebase.AuthResultHandler
| Constructor and Description |
|---|
FirebaseAuthenticationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(com.firebase.client.Firebase firebase) |
protected abstract void |
doAuthenticate(com.firebase.client.Firebase firebase) |
protected void |
doOnAuthenticated(com.firebase.client.AuthData authData) |
protected void |
doOnAuthenticationError(com.firebase.client.FirebaseError error) |
java.util.concurrent.CountDownLatch |
getCountDownLatch() |
void |
onAuthenticated(com.firebase.client.AuthData authData) |
void |
onAuthenticationError(com.firebase.client.FirebaseError error) |
public final void authenticate(com.firebase.client.Firebase firebase)
protected abstract void doAuthenticate(com.firebase.client.Firebase firebase)
protected void doOnAuthenticationError(com.firebase.client.FirebaseError error)
protected void doOnAuthenticated(com.firebase.client.AuthData authData)
public final void onAuthenticationError(com.firebase.client.FirebaseError error)
onAuthenticationError in interface com.firebase.client.Firebase.AuthResultHandlerpublic final void onAuthenticated(com.firebase.client.AuthData authData)
onAuthenticated in interface com.firebase.client.Firebase.AuthResultHandlerpublic java.util.concurrent.CountDownLatch getCountDownLatch()