| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <!-- This configuration file for Avalon components is used for testing the TestComponent --> |
| <role-list> |
| <role |
| name="org.apache.fulcrum.security.SecurityService" |
| shorthand="securityService" |
| default-class="org.apache.fulcrum.security.BaseSecurityService"/> |
| <role |
| name="org.apache.fulcrum.security.UserManager" |
| shorthand="userManager" |
| early-init="true" |
| default-class="org.apache.fulcrum.security.hibernate.HibernateUserManagerImpl"/> |
| <role |
| name="org.apache.fulcrum.security.GroupManager" |
| shorthand="groupManager" |
| default-class="org.apache.fulcrum.security.hibernate.HibernateGroupManagerImpl"/> |
| <role |
| name="org.apache.fulcrum.security.RoleManager" |
| shorthand="roleManager" |
| default-class="org.apache.fulcrum.security.hibernate.HibernateRoleManagerImpl"/> |
| <role |
| name="org.apache.fulcrum.security.PermissionManager" |
| shorthand="permissionManager" |
| default-class="org.apache.fulcrum.security.hibernate.HibernatePermissionManagerImpl"/> |
| <role |
| name="org.apache.fulcrum.security.ModelManager" |
| shorthand="modelManager" |
| default-class="org.apache.fulcrum.security.hibernate.dynamic.HibernateModelManagerImpl"/> |
| <role |
| name="org.apache.fulcrum.security.authenticator.Authenticator" |
| shorthand="authenticator" |
| default-class="org.apache.fulcrum.security.authenticator.TextMatchAuthenticator"/> |
| <role |
| name="org.apache.fulcrum.security.model.ACLFactory" |
| shorthand="aclFactory" |
| default-class="org.apache.fulcrum.security.model.dynamic.DynamicACLFactory"/> |
| |
| <role |
| name="org.apache.fulcrum.security.hibernate.PersistenceHelper" |
| shorthand="persistenceHelper" |
| default-class="org.apache.fulcrum.security.hibernate.PersistenceHelperDefaultImpl"/> |
| </role-list> |
| |