API Reference

com.kinvey.android

Class SharedPrefCredentialStore

  • com.kinvey.android.SharedPrefCredentialStore


  • public class SharedPrefCredentialStore

    Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences

    • Constructor Summary

      Constructors 
      Constructor and Description
      SharedPrefCredentialStore(android.content.Context context)
      Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void delete(java.lang.String userId) 
      com.kinvey.java.auth.Credential load(java.lang.String userId) 
      void store(java.lang.String userId, com.kinvey.java.auth.Credential credential) 
    • Constructor Detail

      • SharedPrefCredentialStore

        public SharedPrefCredentialStore(android.content.Context context)

        Implementation of a com.kinvey.java.auth.CredentialStore utilizing a private instance of Android's Shared Preferences

    • Method Detail

      • load

        public com.kinvey.java.auth.Credential load(java.lang.String userId)
      • store

        public void store(java.lang.String userId,
                          com.kinvey.java.auth.Credential credential)
      • delete

        public void delete(java.lang.String userId)