Class AuthenticationFlowAuditExtractor

  • All Implemented Interfaces:
    Function<org.opensaml.profile.context.ProfileRequestContext,​String>

    public class AuthenticationFlowAuditExtractor
    extends Object
    implements Function<org.opensaml.profile.context.ProfileRequestContext,​String>
    Function that returns the authentication flow ID used to satisfy a request.
    • Constructor Detail

      • AuthenticationFlowAuditExtractor

        public AuthenticationFlowAuditExtractor()
    • Method Detail

      • apply

        @Nullable
        public String apply​(@Nullable
                            org.opensaml.profile.context.ProfileRequestContext input)
        Specified by:
        apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,​String>