Class BasicAuthCredentials

java.lang.Object
org.alfresco.repo.web.auth.BasicAuthCredentials
All Implemented Interfaces:
Serializable, WebCredentials

public class BasicAuthCredentials extends Object implements WebCredentials
WebCredentials holding username and the md5 hash of the password.
Author:
Alex Miller
See Also:
  • Constructor Details

    • BasicAuthCredentials

      public BasicAuthCredentials(String userName, String password)
      Default constructor
  • Method Details