Class BaseSecurityInfo<T>

    • Field Detail

      • GET_CONFIG_ENTRY_PERM

        public static final AuthPermission GET_CONFIG_ENTRY_PERM
      • SET_CONFIG_ENTRY_PERM

        public static final AuthPermission SET_CONFIG_ENTRY_PERM
      • moduleEntries

        protected List<T> moduleEntries
      • jbossModuleNames

        protected List<String> jbossModuleNames
        New implementation - allow the specification of multiple jboss module names.
    • Constructor Detail

      • BaseSecurityInfo

        public BaseSecurityInfo()
      • BaseSecurityInfo

        public BaseSecurityInfo​(String name)
    • Method Detail

      • add

        public void add​(T ame)
      • add

        public void add​(List<? extends T> moduleEntries)
      • getModuleEntries

        public List<T> getModuleEntries()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getJBossModuleName

        @Deprecated
        public String getJBossModuleName()
        Deprecated.
        Get the name of the JBoss Module
        Returns:
      • setJBossModuleName

        @Deprecated
        public void setJBossModuleName​(String jbossModuleName)
        Deprecated.
        Set the name of the JBoss Module
        Parameters:
        jbossModuleName -
      • getJBossModuleNames

        public List<String> getJBossModuleNames()
        Obtains the list of all configured jboss module names.
        Returns:
        the List containing all configured jboss module names.
      • addJBossModuleName

        public void addJBossModuleName​(String jbossModuleName)
        Adds a new jboss module name.
        Parameters:
        jbossModuleName - the name of the module to be added.