Uses of Interface
org.chenile.stm.STMSecurityStrategy
Package
Description
Bean definitions for security services
Implementations for Security which do not make assumptions about the actual security
implementation.
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
-
Uses of STMSecurityStrategy in org.chenile.configuration.security
Modifier and TypeMethodDescription(package private) STMSecurityStrategy
SecurityApiConfiguration.stmSecurityStrategy()
-
Uses of STMSecurityStrategy in org.chenile.security.service.impl
-
Uses of STMSecurityStrategy in org.chenile.stm
-
Uses of STMSecurityStrategy in org.chenile.stm.dummy
-
Uses of STMSecurityStrategy in org.chenile.stm.impl
Modifier and TypeMethodDescriptionSTMFlowStoreImpl.getSecurityStrategy
(String flowId) private STMSecurityStrategy
DataFlowReader.setSecurityStrategyforFlow
(String securityStrategyOfFlow) -
Uses of STMSecurityStrategy in org.chenile.stm.model
Modifier and TypeMethodDescriptionFlowDescriptor.securityStrategy
(STMSecurityStrategy stmSecurityStrategy) void
FlowDescriptor.setStmSecurityStrategy
(STMSecurityStrategy stmSecurityStrategy)