Class AuthValueFactoryProvider.Binder<T extends Principal>

  • Type Parameters:
    T - the type of the principal
    All Implemented Interfaces:
    org.glassfish.hk2.api.DynamicConfiguration, org.glassfish.hk2.utilities.Binder
    Enclosing class:
    AuthValueFactoryProvider<T extends Principal>

    public static class AuthValueFactoryProvider.Binder<T extends Principal>
    extends org.glassfish.hk2.utilities.binding.AbstractBinder
    Injection binder for AuthValueFactoryProvider and AuthValueFactoryProvider.AuthInjectionResolver.
    • Constructor Summary

      Constructors 
      Constructor Description
      Binder​(Class<T> principalClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configure()  
      • Methods inherited from class org.glassfish.hk2.utilities.binding.AbstractBinder

        addActiveDescriptor, addActiveDescriptor, addActiveDescriptor, addActiveFactoryDescriptor, addIdempotentFilter, addUnbindFilter, bind, bind, bind, bind, bind, bind, bind, bindAsContract, bindAsContract, bindAsContract, bindFactory, bindFactory, bindFactory, commit, install, registerTwoPhaseResources
    • Constructor Detail

      • Binder

        public Binder​(Class<T> principalClass)
    • Method Detail

      • configure

        protected void configure()
        Specified by:
        configure in class org.glassfish.hk2.utilities.binding.AbstractBinder