Interface RequestedAuthnContextProvider

All Superinterfaces:
Supplier<org.opensaml.saml.saml2.core.RequestedAuthnContext>
All Known Implementing Classes:
NullRequestedAuthnContextProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RequestedAuthnContextProvider extends Supplier<org.opensaml.saml.saml2.core.RequestedAuthnContext>
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get