com.googlecode.fascinator.authentication.filesystem
Class FileSystemUser

java.lang.Object
  extended by com.googlecode.fascinator.common.authentication.GenericUser
      extended by com.googlecode.fascinator.authentication.filesystem.FileSystemUser
All Implemented Interfaces:
User

public class FileSystemUser
extends GenericUser

A filesystem user object

Author:
Greg Pendlebury

Field Summary
 
Fields inherited from class com.googlecode.fascinator.common.authentication.GenericUser
authenticationSource, username
 
Constructor Summary
FileSystemUser()
           
 
Method Summary
 void init(String user)
          Plugin initialisation
 
Methods inherited from class com.googlecode.fascinator.common.authentication.GenericUser
describeMetadata, get, getSource, getUsername, realName, set, setSource, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSystemUser

public FileSystemUser()
Method Detail

init

public void init(String user)
Plugin initialisation

Parameters:
user - User name


Copyright © 2009-2014. All Rights Reserved.