Interface SAML2ObjectBuilder<T extends org.opensaml.saml.common.SAMLObject>

  • All Known Implementing Classes:
    SAML2AuthnRequestBuilder
    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 SAML2ObjectBuilder<T extends org.opensaml.saml.common.SAMLObject>
    Builds an authentication request for the idp.
    Since:
    1.7
    Author:
    Misagh Moayyed