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 Object
implements org.alfresco.jlan.server.auth.ClientInfoFactory
Alfresco Client Info Factory Class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.alfresco.jlan.server.auth.ClientInfocreateInfo(String user, byte[] password) Create the extended client information object
-
Constructor Details
-
AlfrescoClientInfoFactory
public AlfrescoClientInfoFactory()Class constructor
-
-
Method Details
-
createInfo
Create the extended client information object- Specified by:
createInfoin interfaceorg.alfresco.jlan.server.auth.ClientInfoFactory- Parameters:
user- Stringpassword- byte[]- Returns:
- ClientInfo
-