public class FileAuthenticationProvider extends AbstractJAASAuthenticationProvider
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.vfs2.FileObject |
file |
connections, LOGIN_CONTEXT, logins| Constructor and Description |
|---|
FileAuthenticationProvider() |
FileAuthenticationProvider(File file) |
FileAuthenticationProvider(org.apache.commons.vfs2.FileObject file) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getJAASConfiguration() |
void |
setFile(File file) |
void |
setFile(org.apache.commons.vfs2.FileObject file) |
changePassword, getConnections, getLoginContext, verifyPasswordgetNamepublic FileAuthenticationProvider()
throws IOException
IOExceptionpublic FileAuthenticationProvider(File file) throws IOException
IOExceptionpublic FileAuthenticationProvider(org.apache.commons.vfs2.FileObject file)
public void setFile(File file) throws IOException
IOExceptionpublic void setFile(org.apache.commons.vfs2.FileObject file)
public Configuration getJAASConfiguration()
getJAASConfiguration in class AbstractJAASAuthenticationProviderCopyright © 2012. All Rights Reserved.