Class BaseAttributeDefinitionParserTest

    • Constructor Detail

      • BaseAttributeDefinitionParserTest

        public BaseAttributeDefinitionParserTest()
    • Method Detail

      • tearDownTestContext

        @AfterMethod
        public void tearDownTestContext()
      • getAttributeDefn

        protected <Type extends net.shibboleth.idp.attribute.resolver.AttributeDefinition> Type getAttributeDefn​(String fileName,
                                                                                                                 Class<Type> claz,
                                                                                                                 GenericApplicationContext context)
      • getAttributeDefn

        private <Type extends net.shibboleth.idp.attribute.resolver.AttributeDefinition> Type getAttributeDefn​(String fileName,
                                                                                                               Class<Type> claz,
                                                                                                               GenericApplicationContext context,
                                                                                                               boolean supressValidation)
      • getAttributeDefn

        protected <Type extends net.shibboleth.idp.attribute.resolver.AttributeDefinition> Type getAttributeDefn​(String fileName,
                                                                                                                 String beanFileName,
                                                                                                                 Class<Type> claz)
      • getAttributeDefn

        private <Type extends net.shibboleth.idp.attribute.resolver.AttributeDefinition> Type getAttributeDefn​(String fileName,
                                                                                                               String beanFileName,
                                                                                                               Class<Type> claz,
                                                                                                               boolean supressValidation)
      • getAttributeDefn

        protected <Type extends net.shibboleth.idp.attribute.resolver.AttributeDefinition> Type getAttributeDefn​(String fileName,
                                                                                                                 Class<Type> claz)
      • getAttributeDefn

        protected <Type extends net.shibboleth.idp.attribute.resolver.AttributeDefinition> Type getAttributeDefn​(String fileName,
                                                                                                                 Class<Type> claz,
                                                                                                                 boolean supressValid)
      • getDataConnector

        protected <Type extends net.shibboleth.idp.attribute.resolver.DataConnector> Type getDataConnector​(String fileName,
                                                                                                           Class<Type> claz)
      • getDataConnector

        private <Type extends net.shibboleth.idp.attribute.resolver.DataConnector> Type getDataConnector​(String fileName,
                                                                                                         Class<Type> claz,
                                                                                                         boolean supressValid)
      • getResolver

        public static net.shibboleth.idp.attribute.resolver.impl.AttributeResolverImpl getResolver​(ApplicationContext appCtx)