Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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