Package it.tidalwave.role.spring
Class RoleSpringConfiguration
- java.lang.Object
-
- it.tidalwave.role.spring.RoleSpringConfiguration
-
@Configuration public class RoleSpringConfiguration extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BEANS
The path of the Spring configuration supporting roles to pass e.g.
-
Constructor Summary
Constructors Constructor Description RoleSpringConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextManager
contextManager()
RoleManager
roleManager()
-
-
-
Field Detail
-
BEANS
public static final java.lang.String BEANS
The path of the Spring configuration supporting roles to pass e.g. to aClassPathXmlApplicationContext
.- See Also:
- Constant Field Values
-
-
Method Detail
-
roleManager
@Bean public RoleManager roleManager()
-
contextManager
@Bean public ContextManager contextManager()
-
-