org.alfresco.filesys.alfresco
Class AlfrescoClientInfoFactory

java.lang.Object
  extended by org.alfresco.filesys.alfresco.AlfrescoClientInfoFactory
All Implemented Interfaces:
org.alfresco.jlan.server.auth.ClientInfoFactory

public class AlfrescoClientInfoFactory
extends java.lang.Object
implements org.alfresco.jlan.server.auth.ClientInfoFactory

Alfresco Client Info Factory Class


Constructor Summary
AlfrescoClientInfoFactory()
          Class constructor
 
Method Summary
 org.alfresco.jlan.server.auth.ClientInfo createInfo(java.lang.String user, byte[] password)
          Create the extended client information object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlfrescoClientInfoFactory

public AlfrescoClientInfoFactory()
Class constructor

Method Detail

createInfo

public org.alfresco.jlan.server.auth.ClientInfo createInfo(java.lang.String user,
                                                           byte[] password)
Create the extended client information object

Specified by:
createInfo in interface org.alfresco.jlan.server.auth.ClientInfoFactory
Parameters:
user - String
password - byte[]
Returns:
ClientInfo


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.