| |
|
| java.lang.Object org.openharmonise.vfs.authentication.AbstractAuthenticationStore org.openharmonise.him.authentication.LocalAuthenticationStore
LocalAuthenticationStore | public class LocalAuthenticationStore extends AbstractAuthenticationStore (Code) | | This class handles all the authentication work for the local
Content Manager application. It will store a set authentication information
for users in files on the local filesystem, encrypting them. It will prompt users
to log in to the authentication store and then either provide autemtication
information to requesting VirtualFileSystems, or prompt the users to provide this
information and then store it.
author: Matthew Large version: $Revision: 1.1 $ |
LocalAuthenticationStore | public LocalAuthenticationStore()(Code) | | Default contructor.
|
LocalAuthenticationStore | public LocalAuthenticationStore(String sUsername)(Code) | | Construcs a LocalAuthenticationStore for a specific username.
Parameters: sUsername - Username to find authentication store file for |
getUsername | public String getUsername()(Code) | | Returns the username for this local authentication store.
Username |
isLoggedIn | public boolean isLoggedIn()(Code) | | To check if there is a user logged in to this Authentication Store.
True if there is a user logged into this Authentication Store |
save | public void save()(Code) | | Saves all authentication information to an encrypted authentication store
file.
|
Fields inherited from org.openharmonise.vfs.authentication.AbstractAuthenticationStore | protected HashMap m_auths(Code)(Java Doc)
|
|
|
|