Fix authentication context samples to use authenticationComponentBase

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8215 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2008-02-07 11:00:05 +00:00
parent 998dbc59f0
commit 04930c909f
4 changed files with 23 additions and 10 deletions

View File

@@ -6,8 +6,9 @@
<!-- Jass authentication - most of the config goes somewhere else -->
<bean id="authenticationComponent"
class="org.alfresco.repo.security.authentication.jaas.JAASAuthenticationComponent">
<bean id="authenticationComponent"
class="org.alfresco.repo.security.authentication.jaas.JAASAuthenticationComponent"
parent="authenticationComponentBase">
<property name="realm">
<value>DEFAULT.REALM</value>
</property>