Interface RoleMappingProviderConfig

  • All Superinterfaces:
    org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, SecurityProviderConfig

    public interface RoleMappingProviderConfig
    extends SecurityProviderConfig, org.jvnet.hk2.config.types.PropertyBag
    • Method Detail

      • getProviderClass

        @NotNull
        @JavaClassName
        @NotNull String getProviderClass()
        Gets the class name of the role provider.
      • getSupportRoleDeploy

        boolean getSupportRoleDeploy()
        Indicates if the provider supports role deployment.
      • getVersion

        String getVersion()
        Gets the version of the provider.
      • getProperty

        List<org.jvnet.hk2.config.types.Property> getProperty()
        Gets the properties of the provider.
        Specified by:
        getProperty in interface org.jvnet.hk2.config.types.PropertyBag
      • getProviderOptions

        @DuckTyped
        Map<String,​?> getProviderOptions()
        Gets the options of the provider.