Uses of Interface
net.netheos.pcsapi.credentials.UserCredentialsRepository

Packages that use UserCredentialsRepository
net.netheos.pcsapi.credentials   
net.netheos.pcsapi.storage   
 

Uses of UserCredentialsRepository in net.netheos.pcsapi.credentials
 

Classes in net.netheos.pcsapi.credentials that implement UserCredentialsRepository
 class UserCredentialsFileRepository
          This class is a simple reader/writer of users credentials applications information from a plain text file with format: provider1.app_name_1.user_id1 = json_object provider1.app_name_1.user_id2 = json_object

Sample code only: data is NOT encrypted in file.

 

Uses of UserCredentialsRepository in net.netheos.pcsapi.storage
 

Methods in net.netheos.pcsapi.storage that return UserCredentialsRepository
 UserCredentialsRepository StorageBuilder.getUserCredentialsRepo()
           
 

Methods in net.netheos.pcsapi.storage with parameters of type UserCredentialsRepository
 StorageBuilder StorageBuilder.setUserCredentialsRepository(UserCredentialsRepository userCredentialsRepo, String userId)
          Set the user credentials repository.
 



Copyright © 2014. All Rights Reserved.