Class RequestTestBase

    • Field Detail

      • expectedID

        protected String expectedID
        Expected ID value
      • expectedSAMLVersion

        protected SAMLVersion expectedSAMLVersion
        Expected SAML version
      • expectedIssueInstant

        protected Instant expectedIssueInstant
        Expected IssueInstant attribute
      • expectedDestination

        protected String expectedDestination
        Expected Destination attribute
      • expectedConsent

        protected String expectedConsent
        Expected Consent attribute
      • expectedIssuer

        protected Issuer expectedIssuer
        Expected Issuer child element
    • Constructor Detail

      • RequestTestBase

        public RequestTestBase()
        Constructor
    • Method Detail

      • populateRequiredAttributes

        protected void populateRequiredAttributes​(SAMLObject samlObject)
        Used by subclasses to populate the required attribute values that this test expects.
        Parameters:
        samlObject - ...
      • populateOptionalAttributes

        protected void populateOptionalAttributes​(SAMLObject samlObject)
        Used by subclasses to populate the optional attribute values that this test expects.
        Parameters:
        samlObject - ...
      • populateChildElements

        protected void populateChildElements​(SAMLObject samlObject)
        Used by subclasses to populate the child elements that this test expects.
        Parameters:
        samlObject - ...
      • helperTestSingleElementUnmarshall

        protected void helperTestSingleElementUnmarshall​(SAMLObject samlObject)
      • helperTestSingleElementOptionalAttributesUnmarshall

        protected void helperTestSingleElementOptionalAttributesUnmarshall​(SAMLObject samlObject)
      • helperTestChildElementsUnmarshall

        protected void helperTestChildElementsUnmarshall​(SAMLObject samlObject)