Interface SecurityProviderConfig

  • All Superinterfaces:
    org.jvnet.hk2.config.ConfigBeanProxy
    All Known Subinterfaces:
    AuthorizationProviderConfig, LoginModuleConfig, RoleMappingProviderConfig

    public interface SecurityProviderConfig
    extends org.jvnet.hk2.config.ConfigBeanProxy
    Base interface for all security provider implementation configuration. Security plugin configuration objects extend SecurityProviderConfig interface such that the configuration of the plugin can be associated with a specific security service configuration.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Gets the name of the security provider implementation.
      void setName​(String value)  
      • Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        createChild, deepCopy, getParent, getParent