Class ExtendedSecurityBaseDynamicAuthority

    • Field Detail

      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
        Deprecated.
        Application context
      • modelDAO

        protected ModelDAO modelDAO
        Deprecated.
        model DAO
    • Constructor Detail

      • ExtendedSecurityBaseDynamicAuthority

        public ExtendedSecurityBaseDynamicAuthority()
        Deprecated.
    • Method Detail

      • getAuthorityService

        protected AuthorityService getAuthorityService()
        Deprecated.
        Returns:
        authority service
      • getExtendedSecurityService

        protected ExtendedSecurityService getExtendedSecurityService()
        Deprecated.
        Returns:
        extended security service
      • getNodeService

        protected NodeService getNodeService()
        Deprecated.
        Returns:
        node service
      • getModelDAO

        protected ModelDAO getModelDAO()
        Deprecated.
        Returns:
        model DAO
      • getTransactionCacheName

        protected abstract String getTransactionCacheName()
        Deprecated.
        Returns:
        String transaction cache name
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Deprecated.
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        See Also:
        ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
      • getAuthorites

        protected abstract Set<String> getAuthorites​(NodeRef nodeRef)
        Deprecated.
        Gets a list of the authorities from the extended security aspect that this dynamic authority is checking against.
        Parameters:
        nodeRef -
        Returns: