org.apache.felix.useradmin
Interface UserAdminRepository

All Known Implementing Classes:
UserAdminRepositoryImpl

public interface UserAdminRepository

The UserAdminRepository represents contract for UserAdmin repository which cached and persists Roles into the file.

Version:
$Rev$ $Date$

Method Summary
 void flush()
          This method flush repository cache into to repository file.
 Hashtable getRepositoryCache()
          This method is getting UserAdmin repository cache.
 void load()
          This method is loading data from file repository into cache.
 

Method Detail

flush

void flush()
This method flush repository cache into to repository file.


getRepositoryCache

Hashtable getRepositoryCache()
This method is getting UserAdmin repository cache.

Returns:
repository cache.

load

void load()
This method is loading data from file repository into cache.



Copyright © 2011 Apache Software Foundation. All Rights Reserved.