-
- All Implemented Interfaces:
@Configuration() public final class GraphglueModelConfiguration
Configuration of model related beans
-
-
Constructor Summary
Constructors Constructor Description GraphglueModelConfiguration()
-
Method Summary
Modifier and Type Method Description final UUIDStringGenerator
nodeIdGenerator()
Default node id generator final AuthorizationRuleGenerator
allRuleGenerator()
Bean for a rule which allows all access -
-
Method Detail
-
nodeIdGenerator
@Bean(value = {"nodeIdGenerator"})@ConditionalOnMissingBean() final UUIDStringGenerator nodeIdGenerator()
Default node id generator
-
allRuleGenerator
@Bean(value = {"allRule"}) final AuthorizationRuleGenerator allRuleGenerator()
Bean for a rule which allows all access
-
-
-
-