Interface AuthorizationProviderConfig

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

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

      • getProviderClass

        @NotNull
        @JavaClassName
        @NotNull String getProviderClass()
        Gets the class name of the authorization provider.
      • getSupportPolicyDeploy

        boolean getSupportPolicyDeploy()
        Configuration parameter indicating if the provider support policy deploy or not
        Returns:
        true support policy deploy
      • getVersion

        String getVersion()
        configuration parameter to indicate the version of the provider
        Returns:
        version of the provider
      • getProperty

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

        @DuckTyped
        Map<String,​?> getProviderOptions()
        Gets the options of the LoginModule for use with JAAS Configuration.