02-27-2014 01:36 AM
02-27-2014 07:13 AM
in your java class import org.alfresco.service.cmr.security.AuthenticationService
<bean id="yourbeanid" class="com.**.YourClass" >
<property name="authenticationService" ref="authenticationService" />
..
</bean>
in your java clss import org.alfresco.service.ServiceRegistry;
in spring configuration file config bean
<bean id="yourbeanid" class="com.**.YourClass" >
<property name="serviceRegistry" ref="ServiceRegistry" />
</bean>
03-01-2014 03:08 AM
03-02-2014 06:52 PM
06-26-2014 02:25 PM
06-27-2014 05:06 AM
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.