Class SamlResponseAuditPrincipalIdProvider

java.lang.Object
org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider
org.apereo.cas.support.saml.web.idp.audit.SamlResponseAuditPrincipalIdProvider
All Implemented Interfaces:
org.apereo.cas.audit.AuditPrincipalIdProvider, org.springframework.core.Ordered

public class SamlResponseAuditPrincipalIdProvider extends org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider
Since:
5.3.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    getPrincipalIdFrom(org.aspectj.lang.JoinPoint auditTarget, org.apereo.cas.authentication.Authentication authentication, Object returnValue, Exception exception)
     
    boolean
    supports(org.aspectj.lang.JoinPoint auditTarget, org.apereo.cas.authentication.Authentication authentication, Object resultValue, Exception exception)
     

    Methods inherited from class org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider

    setOrder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SamlResponseAuditPrincipalIdProvider

      public SamlResponseAuditPrincipalIdProvider()
  • Method Details

    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered
      Overrides:
      getOrder in class org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider
    • getPrincipalIdFrom

      public String getPrincipalIdFrom(org.aspectj.lang.JoinPoint auditTarget, org.apereo.cas.authentication.Authentication authentication, Object returnValue, Exception exception)
      Specified by:
      getPrincipalIdFrom in interface org.apereo.cas.audit.AuditPrincipalIdProvider
      Overrides:
      getPrincipalIdFrom in class org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider
    • supports

      public boolean supports(org.aspectj.lang.JoinPoint auditTarget, org.apereo.cas.authentication.Authentication authentication, Object resultValue, Exception exception)
      Specified by:
      supports in interface org.apereo.cas.audit.AuditPrincipalIdProvider
      Overrides:
      supports in class org.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider