Class AbstractAuthnRequestGenerator<I extends RequestGeneratorInput>

    • Field Detail

      • isValidBinding

        protected static Predicate<String> isValidBinding
        Function for checking if a binding is valid.
      • hasSupportedBinding

        protected static Predicate<SingleSignOnService> hasSupportedBinding
        Function for checking if a metadata SingleSignOnService element has a binding that we support.
    • Constructor Detail

      • AbstractAuthnRequestGenerator

        public AbstractAuthnRequestGenerator​(String entityID)
        Constructor.
        Parameters:
        entityID - the entityID
    • Method Detail

      • getSingleSignOnService

        protected SingleSignOnService getSingleSignOnService​(EntityDescriptor idp,
                                                             RequestGeneratorInput input)
                                                      throws RequestGenerationException
        Returns the SingleSignOnService element to use when sending the request to the IdP. The preferred binding will be searched for first, and if this is not found, another binding the we support will be used.
        Parameters:
        idp - the IdP metadata
        input - input for generating
        Returns:
        a SingleSignOnService object
        Throws:
        RequestGenerationException - if not valid endpoint can be found