public class ContentInitializer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataSource |
aclDataSource
The aclDataSource, which is needed to clean up the ACL data.
|
protected AclUtil |
aclSecurityUtil
The AclSecurityUtil to add/delete permissions.
|
protected org.springframework.security.authentication.AuthenticationProvider |
authenticationProvider
We use the authenticationProvider to login with the admin user, that will
be created in this initializer.
|
protected InitializationService |
initService
Initialization Service to init shogun content like users or default
applications.
|
| Constructor and Description |
|---|
ContentInitializer() |
@Autowired protected InitializationService initService
@Autowired @Qualifier(value="aclDataSource") protected DataSource aclDataSource
@Autowired protected AclUtil aclSecurityUtil
@Autowired @Qualifier(value="shogun2AuthenticationProvider") protected org.springframework.security.authentication.AuthenticationProvider authenticationProvider
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.