Class GetPrincipalPipe

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasTransactionAttribute, IConfigurable, IForwardTarget, IPipe, IScopeProvider, IWithParameters, NameAware, EventThrowing, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle

@Forward(name="*", description="principal has not been found, when @{literal notFoundForwardName} is used") @EnterpriseIntegrationPattern(SESSION) public class GetPrincipalPipe extends FixedForwardPipe
Returns the name of the user executing the request.
Since:
4.7
Author:
Gerrit van Brakel
  • Field Details

    • notFoundForward

      protected PipeForward notFoundForward
  • Constructor Details

    • GetPrincipalPipe

      public GetPrincipalPipe()
  • Method Details