Package org.apereo.cas.web.flow.executor
-
Interface Summary Interface Description Transcoder Provides a strategy pattern interface for transforming an object into a byte array and vice versa. -
Class Summary Class Description ClientFlowExecutionKey Spring Webflow execution id that contains the serialized flow execution state as part of the identifier.ClientFlowExecutionRepository Stores all flow execution state inClientFlowExecutionKey, which effectively stores execution state on the client in a form parameter when a view is rendered.EncryptedTranscoder Encodes an object by encrypting its serialized byte stream.WebflowCipherBean This isWebflowCipherBean.WebflowExecutorFactory This isWebflowExecutorFactory. -
Exception Summary Exception Description ClientFlowExecutionRepositoryException Describes exceptions unique toClientFlowExecutionRepository.