Class ACLProviderEntry


  • public class ACLProviderEntry
    extends Object
    Configuration Entry for ACL Providers
    Since:
    Jan 30, 2008
    Version:
    $Revision$
    Author:
    Anil.Saldhana@redhat.com
    • Constructor Detail

      • ACLProviderEntry

        public ACLProviderEntry​(String name)
        Create a new AuthorizationModuleEntry.
        Parameters:
        name - Policy Module Name
      • ACLProviderEntry

        public ACLProviderEntry​(String name,
                                Map<String,​Object> options)
        Create a new AuthorizationModuleEntry.
        Parameters:
        name - Policy Module Name
        options - Options
    • Method Detail

      • getAclProviderName

        public String getAclProviderName()
        Get the Policy Module Name
        Returns:
      • getOptions

        public Map<String,​Object> getOptions()
        Get the options
        Returns:
      • getControlFlag

        public ControlFlag getControlFlag()
        Get the Control Flag (Required,Requisite,Sufficient or Optional)
        Returns:
      • setControlFlag

        public void setControlFlag​(ControlFlag controlFlag)
        Set the Control Flag (Required,Requisite,Sufficient or Optional)