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
This is
SamlResponseAuditPrincipalIdProvider.- Since:
- 5.3.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()getPrincipalIdFrom(org.aspectj.lang.JoinPoint auditTarget, org.apereo.cas.authentication.Authentication authentication, Object returnValue, Exception exception) booleansupports(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
-
Constructor Details
-
SamlResponseAuditPrincipalIdProvider
public SamlResponseAuditPrincipalIdProvider()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.springframework.core.Ordered- Overrides:
getOrderin classorg.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:
getPrincipalIdFromin interfaceorg.apereo.cas.audit.AuditPrincipalIdProvider- Overrides:
getPrincipalIdFromin classorg.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:
supportsin interfaceorg.apereo.cas.audit.AuditPrincipalIdProvider- Overrides:
supportsin classorg.apereo.cas.audit.spi.principal.DefaultAuditPrincipalIdProvider
-