SharedPreferencesCredentialsStore

public class SharedPreferencesCredentialsStore implements CredentialsStore

Constructors

SharedPreferencesCredentialsStore
Link copied to clipboard
void SharedPreferencesCredentialsStore(SharedPreferences mSharedPreferences)

Functions

deleteUserCredentials
Link copied to clipboard
boolean deleteUserCredentials()
Deletes the stored user credentials.
getUserCredentials
Link copied to clipboard
UserCredentials getUserCredentials()
Returns the stored user credentials.
storeUserCredentials
Link copied to clipboard
boolean storeUserCredentials(UserCredentials userCredentials)
Store the given user credentials.