Class AttributeInOIDCRequestedClaimsMatcherTest


  • public class AttributeInOIDCRequestedClaimsMatcherTest
    extends Object
    • Field Detail

      • matcher

        private net.shibboleth.idp.plugin.oidc.op.attribute.filter.matcher.impl.AttributeInOIDCRequestedClaimsMatcher matcher
      • ctx

        private net.shibboleth.oidc.metadata.context.OIDCMetadataContext ctx
      • attribute

        net.shibboleth.idp.attribute.IdPAttribute attribute
      • filtercontext

        net.shibboleth.idp.attribute.filter.context.AttributeFilterContext filtercontext
    • Constructor Detail

      • AttributeInOIDCRequestedClaimsMatcherTest

        public AttributeInOIDCRequestedClaimsMatcherTest()
    • Method Detail

      • setUp

        private void setUp​(boolean idtoken,
                           boolean userinfo)
                    throws Exception
        Throws:
        Exception
      • getClaimsRequest

        private com.nimbusds.openid.connect.sdk.OIDCClaimsRequest getClaimsRequest​(boolean idtoken,
                                                                                   boolean userinfo)
      • testFailNoOidcMsgCtx

        public void testFailNoOidcMsgCtx()
                                  throws Exception
        Throws:
        Exception
      • testNoClaimsSilent

        public void testNoClaimsSilent()
                                throws Exception
        Throws:
        Exception
      • testAnyMatchIdToken

        public void testAnyMatchIdToken()
                                 throws Exception
        Throws:
        Exception
      • testAnyMatchUserInfo

        public void testAnyMatchUserInfo()
                                  throws Exception
        Throws:
        Exception
      • testIdTokenMatchFail

        public void testIdTokenMatchFail()
                                  throws Exception
        Throws:
        Exception
      • testUserInfoMatchFail

        public void testUserInfoMatchFail()
                                   throws Exception
        Throws:
        Exception