Class SetAuthenticationContextClassReferenceToResponseContextTest


  • public class SetAuthenticationContextClassReferenceToResponseContextTest
    extends BaseOIDCResponseActionTest
    SetAuthenticationContextClassReferenceToResponseContext unit test.
    • Field Detail

      • action

        private net.shibboleth.idp.plugin.oidc.op.profile.impl.SetAuthenticationContextClassReferenceToResponseContext action
    • Constructor Detail

      • SetAuthenticationContextClassReferenceToResponseContextTest

        public SetAuthenticationContextClassReferenceToResponseContextTest()
    • Method Detail

      • testSuccessRequestedACR

        public void testSuccessRequestedACR()
        Test that action handles case of requested acr of 1,2 and 3 while the result contains 2 and 4.
      • testSuccessPreferredACR

        public void testSuccessPreferredACR()
        Test that action handles case of preferred acr of 1,2 and 3 while the result contains 2 and 4.
      • testSuccessPreferredACRNotMatching

        public void testSuccessPreferredACRNotMatching()
        Test that action handles case of preferred acr of 1 while the result contains 2 and 4.
      • testSuccessPreferredACRNotMatching2

        public void testSuccessPreferredACRNotMatching2()
        Test that action handles case of preferred acr of 1 while the result contains none.
      • testFailNoAuthContext

        public void testFailNoAuthContext()
        Test that action handles case of missing auth context.