Package entropy :: Package client :: Package services :: Package ugc :: Module interfaces :: Class AuthStore

Class AuthStore

source code


Instance Methods
 
init_singleton(self) source code
 
setup_store_paths(self) source code
 
setup_permissions(self) source code
 
parse_document(self) source code
 
store_login(self, username, password, repository, save=True) source code
 
save_store(self) source code
 
remove_login(self, repository, save=True) source code
 
read_login(self, repository) source code

Inherited from core.Singleton: is_destroyed, is_singleton

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods

Inherited from core.Singleton: __new__

Class Variables
  access_file = '/etc/entropy/ugc/access.xml'
Properties

Inherited from object: __class__