com.googlecode.fascinator.authentication.internal
Class InternalUser

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

public class InternalUser
extends GenericUser

An internal user object

Author:
Greg Pendlebury

Field Summary
 String password
          User password
 
Fields inherited from class com.googlecode.fascinator.common.authentication.GenericUser
authenticationSource, username
 
Constructor Summary
InternalUser()
           
 
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
 

Field Detail

password

public String password
User password

Constructor Detail

InternalUser

public InternalUser()
Method Detail

init

public void init(String user)
Plugin Initialisation

Parameters:
user - User name


Copyright © 2009-2014. All Rights Reserved.