C D F G I L M S

C

changePassword(String, String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
A simplified method alternative to modifyUser() if the implementing class wants to just allow password changes.
com.googlecode.fascinator.authentication.filesystem - package com.googlecode.fascinator.authentication.filesystem
This package contains classes that manage authentication against basic files on filesystem.
createUser(String, String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Create a user.

D

deleteUser(String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Delete a user.
describeUser() - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Describe the metadata the implementing class needs/allows for a user.

F

FileSystemAuthentication - Class in com.googlecode.fascinator.authentication.filesystem
This plugin is a sample plugin on how to manage authentication against basic files on the filesystem.
FileSystemAuthentication() - Constructor for class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 
FileSystemUser - Class in com.googlecode.fascinator.authentication.filesystem
A filesystem user object
FileSystemUser() - Constructor for class com.googlecode.fascinator.authentication.filesystem.FileSystemUser
 

G

getId() - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 
getName() - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 
getPluginDetails() - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Gets a PluginDescription object relating to this plugin.
getUser(String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Returns a User object if the implementing class supports user queries without authentication.

I

init(String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Initialisation of Filesystem Authentication plugin
init(File) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 
init(String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemUser
Plugin initialisation

L

logIn(String, String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Tests the user's username/password validity.
logOut(User) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Optional logout method if the implementing class wants to do any post-processing.

M

modifyUser(String, String, String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Modify one of the user's properties.
modifyUser(String, String, int) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 
modifyUser(String, String, boolean) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 

S

searchUsers(String) - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Returns a list of users matching the search.
shutdown() - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
 
supportsUserManagement() - Method in class com.googlecode.fascinator.authentication.filesystem.FileSystemAuthentication
Method for testing if the implementing plugin allows the creation, deletion and modification of users.

C D F G I L M S

Copyright © 2009-2014. All Rights Reserved.