Package org.alfresco.filesys.alfresco
Class AlfrescoClientInfoFactory
- java.lang.Object
-
- 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.ClientInfoFactoryAlfresco Client Info Factory Class
-
-
Constructor Summary
Constructors Constructor Description AlfrescoClientInfoFactory()Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.alfresco.jlan.server.auth.ClientInfocreateInfo(java.lang.String user, byte[] password)Create the extended client information object
-
-
-
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:
createInfoin interfaceorg.alfresco.jlan.server.auth.ClientInfoFactory- Parameters:
user- Stringpassword- byte[]- Returns:
- ClientInfo
-
-