public class FileAuthenticationManager extends Object implements AuthenticationManager
| Constructor and Description |
|---|
FileAuthenticationManager(org.apache.commons.configuration.PropertiesConfiguration file)
Basic constructor
|
FileAuthenticationManager(String file)
Basic constructor
|
public FileAuthenticationManager(String file) throws org.apache.commons.configuration.ConfigurationException
file - pathorg.apache.commons.configuration.ConfigurationExceptionpublic FileAuthenticationManager(org.apache.commons.configuration.PropertiesConfiguration file)
propertiesConfiguration - public boolean authenticate(String username, String password)
authenticate in interface AuthenticationManagerpublic String getRealm()
getRealm in interface AuthenticationManagerpublic void setRealm(String realm)
Copyright © 2014. All Rights Reserved.