UserImportHash

public abstract class UserImportHash extends Object
Known Direct Subclasses

Represents a hash algorithm and the related configuration parameters used to hash user passwords. An instance of this class must be specified if importing any users with password hashes (see setHash(UserImportHash).

This is not expected to be extended in user code. Applications should use one of the provided concrete implementations in the com.google.firebase.auth.hash package. See documentation for more details on available options.

Protected Constructor Summary

UserImportHash(String name)

Protected Method Summary

abstract Map<String, Object>

Inherited Method Summary

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()

Protected Constructors

protected UserImportHash (String name)

Protected Methods

protected abstract Map<String, Object> getOptions ()