05-16-2012 10:23 AM
public static void main(String[] args) throws Exception
{
AD_USER = …
AD_PASSWORD = …
// Start the session
AuthenticationUtils.startSession(AD_USER, AD_PASSWORD);
05-21-2012 08:42 AM
05-25-2012 05:01 AM
These examples are not using any SSO configuration, that's why you need to provide username and password.
Working on Alfresco extensions you don't need to provide the password, but you should work on a different scenario.
That example that you have post here, is related to show how create an Alfresco embedded repository in your custom Java application.
Do you need to embed Alfresco in a standard Java application?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.