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
ConstructorsConstructorDescriptionSpringWebflowActionExecutionAuditablePrincipalResolver(String attributeName) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringresolveFrom(org.springframework.webflow.execution.RequestContext requestContext, org.aspectj.lang.JoinPoint auditTarget, Object returnValue) Methods inherited from class org.apereo.inspektr.common.spi.JoinPointArgumentAuditPrincipalIdProvider
resolveFrom, resolveFromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.inspektr.common.spi.PrincipalResolver
resolve
-
Constructor Details
-
SpringWebflowActionExecutionAuditablePrincipalResolver
-
-
Method Details
-
resolveFrom
protected String resolveFrom(org.springframework.webflow.execution.RequestContext requestContext, org.aspectj.lang.JoinPoint auditTarget, Object returnValue) - Specified by:
resolveFromin classorg.apereo.inspektr.common.spi.JoinPointArgumentAuditPrincipalIdProvider<org.springframework.webflow.execution.RequestContext>
-