Class AuthenticationResponseStatusAuditExtractor
java.lang.Object
net.shibboleth.oidc.profile.audit.impl.AbstractAuthenticationResponseAuditExtractor<String>
net.shibboleth.oidc.profile.audit.impl.AuthenticationResponseStatusAuditExtractor
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class AuthenticationResponseStatusAuditExtractor
extends AbstractAuthenticationResponseAuditExtractor<String>
Function that extracts the status of an authentication response i.e. success, or an error code.-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationResponseStatusAuditExtractor(Function<ProfileRequestContext, AuthenticationResponse> strategy) Constructor. -
Method Summary
Methods inherited from class net.shibboleth.oidc.profile.audit.impl.AbstractAuthenticationResponseAuditExtractor
getResponseLookupStrategy
-
Constructor Details
-
AuthenticationResponseStatusAuditExtractor
public AuthenticationResponseStatusAuditExtractor(@Nonnull Function<ProfileRequestContext, AuthenticationResponse> strategy) Constructor.- Parameters:
strategy- lookup strategy for locating the authentication response
-
-
Method Details
-
apply
-