Class SpringWebflowActionExecutionAuditablePrincipalResolver

java.lang.Object
org.apereo.inspektr.common.spi.JoinPointArgumentAuditPrincipalIdProvider<org.springframework.webflow.execution.RequestContext>
org.apereo.inspektr.audit.spi.support.SpringWebflowActionExecutionAuditablePrincipalResolver
All Implemented Interfaces:
org.apereo.inspektr.common.spi.PrincipalResolver

public class SpringWebflowActionExecutionAuditablePrincipalResolver extends org.apereo.inspektr.common.spi.JoinPointArgumentAuditPrincipalIdProvider<org.springframework.webflow.execution.RequestContext>
Author:
Misagh Moayyed
  • Field Summary

    Fields inherited from interface org.apereo.inspektr.common.spi.PrincipalResolver

    ANONYMOUS_USER, UNKNOWN_USER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    resolveFrom(org.springframework.webflow.execution.RequestContext requestContext, org.aspectj.lang.JoinPoint auditTarget, Object returnValue)
     

    Methods inherited from class org.apereo.inspektr.common.spi.JoinPointArgumentAuditPrincipalIdProvider

    resolveFrom, resolveFrom

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apereo.inspektr.common.spi.PrincipalResolver

    resolve
  • Constructor Details

    • SpringWebflowActionExecutionAuditablePrincipalResolver

      public SpringWebflowActionExecutionAuditablePrincipalResolver(String attributeName)
  • Method Details

    • resolveFrom

      protected String resolveFrom(org.springframework.webflow.execution.RequestContext requestContext, org.aspectj.lang.JoinPoint auditTarget, Object returnValue)
      Specified by:
      resolveFrom in class org.apereo.inspektr.common.spi.JoinPointArgumentAuditPrincipalIdProvider<org.springframework.webflow.execution.RequestContext>