Interface CloseableNamedAttributeProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  CloseableNamedAttributeProvider.DependencyAwareFactory
      Intermediate dependency-aware CloseableNamedAttributeProvider factory that can create instances of Attribute Providers from a XML/JAXB configuration, and also provides the dependencies (required attributes) (based on this configuration), that any such instance (created by it) will need.
      static class  CloseableNamedAttributeProvider.FactoryBuilder<CONF_T extends org.ow2.authzforce.xmlns.pdp.ext.AbstractAttributeProvider>
      Builder that creates a dependency-aware AttributeProvider factory from parsing the attribute dependencies (attributes on which the Providers created by this factory will depend on to find their own supported attributes) declared in the XML configuration (possibly dynamic).